Downloads:
2,947
Downloads of v 0.11.3:
69
Last Update:
12 Jan 2024
Package Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
Tags:
editor rust semantic affine collaborative knowledge-base notion miro- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AFFiNE Client
This is not the latest version of AFFiNE Client available.
- 1
- 2
- 3
0.11.3 | Updated: 12 Jan 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,947
Downloads of v 0.11.3:
69
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.11.3
This is not the latest version of AFFiNE Client available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Toeverything and AFFiNE contributors. The inclusion of Toeverything and AFFiNE contributors trademark(s), if any, upon this webpage is solely to identify Toeverything and AFFiNE contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AFFiNE Client, run the following command from the command line or from PowerShell:
To upgrade AFFiNE Client, run the following command from the command line or from PowerShell:
To uninstall AFFiNE Client, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download affine-client --internalize --version=0.11.3 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade affine-client -y --source="'INTERNAL REPO URL'" --version="'0.11.3'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade affine-client -y --source="'INTERNAL REPO URL'" --version="'0.11.3'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install affine-client
win_chocolatey:
name: affine-client
version: '0.11.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'affine-client' do
action :install
source 'INTERNAL REPO URL'
version '0.11.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.11.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.11.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 12 Jan 2024.
Affine is the next-generation collaborative knowledge base for professionals. There can be more than Notion and Miro. Affine is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
32 bit users: This package is not available for 32 bit users.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'affine-client*'
fileType = 'EXE'
silentArgs = "/qn /norestart"
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official github repository listed on <https://github.com/toeverything/AFFiNE/releases>
and can be verified like this:
1. Download the following installer:
Version 0.11.3 : <https://github.com/toeverything/AFFiNE/releases/download/v0.11.3/affine-stable-windows-x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: SHA256
checksum: 5185755D7E913AA14CB1F80D50F46DFD81F555DFFB5F874F41D1AE71DEC58320
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
Copyright (c) 2022-present TOEVERYTHING PTE. LTD. and its affiliates.
Portions of this software are licensed as follows:
- All content that resides under the "packages/backend/server" directory of this repository, if that directory exists, is licensed under the license defined in "packages/backend/server/LICENSE".
- All third party components incorporated into the AFFiNE Software are licensed under the original license provided by the owner of the applicable component.
- Content outside of the above mentioned directories or restrictions above is available under the "MIT" license as defined in "LICENSE-MIT".
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: 8B50F1F2507913B2465457F1B2CC65A9 | sha1: 64C36FF1C81E3FCBAB4C30AD047D6270977B5C6E | sha256: 5185755D7E913AA14CB1F80D50F46DFD81F555DFFB5F874F41D1AE71DEC58320 | sha512: 4AC161442F7CC4F9B74068A569F4CFDA3DBAD84918E18ADB2D31E48F451C039E4B0F90D117E8E325CC6AA6F8C7E9426D9602113C5F9E29ABD3D6E69254F64639
Log in or click on link to see number of positives.
- affine-client.0.11.3.nupkg (6ed71d7ed182) - ## / 62
- affine-client.exe (5185755d7e91) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AFFiNE Client 0.20.5 | 30 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 37 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 20 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 22 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 14 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 19 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 60 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 36 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 33 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 25 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 24 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 20 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 25 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 41 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 38 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 29 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 39 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 37 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 39 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 43 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 47 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 43 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 50 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 42 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 44 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 44 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 57 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 55 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 53 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 53 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 55 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 49 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 70 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 78 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 65 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 52 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 63 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 69 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 61 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 63 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 66 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 67 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 68 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 615 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 87 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 199 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 101 | Monday, August 15, 2022 | Approved |
Overview
This release, which is upper publish for our 0.12 version iteration, includes some feature enhancements, bug fixes, and architecture refactors.
Updated Features
- Workspace Creation: Used new transformer API of blocksuite to initialize workspace onboarding pages.
- Page History: Optimized list item UI.
- i18n: Update Korean translation.
- Free Limit: Implemented cloud workspace member invite limitation. The free user just can invite 3 members to the workspace now.
Fixed Issues
- The client on windows will upgrade all the time. https://github.com/toeverything/AFFiNE/pull/5507
- Some accounts have no display name, and use the email prefix as the display name for them. https://github.com/toeverything/AFFiNE/pull/5434
- Quick search will pop when the link-popup is visitable. https://github.com/toeverything/AFFiNE/pull/5409
- Long page title issue in page history. https://github.com/toeverything/AFFiNE/pull/5436
- The page content is blurry in Safari. https://github.com/toeverything/AFFiNE/pull/5393
Editor
- Persist last editing state during session (toeverything/blocksuite#5804)
- Support double click to disable note sorting (toeverything/blocksuite#5861)
- Improved shift-selection UX for multiple elements (toeverything/blocksuite#5843)
- Fix performance regression in frame order menu (toeverything/blocksuite#5825)
- Add more templates (toeverything/blocksuite#5888)
Engineering
AFFiNE Architecture: The refactoring of architecture in the AFFiNE repository will continue in the next serial iterations and versions, to make the architecture more clear, stable, and easy to code.
- create electron api package
- remove plugin system
- remove adapter login
- let infra package no bundle when local develop
- move currentPageAtom, hooks, and workspace atom to core to prepare for biz modules
Cloud Object Storage: Use AWS S3 object storage to store blob data.
Experimental Features: AFFiNE will have experimental features in the future, like AI, this version adds experimental features APIs and the next version will implement the front UI to manage experimental features.
Thanks
- Thanks to "?????????" "fuwh" "Probgoblin" "kirklazarus" for reporting client always upgrade issue in Discord and "Anwar" in Community Forum.
- Thanks to @NavyStack for Korean translation.
Commit Changes
What's Changed
- feat: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/5386
- refactor(core): remove outline plugin and layout atom by @EYHN in https://github.com/toeverything/AFFiNE/pull/5326
- refactor(core): remove adapter by @EYHN in https://github.com/toeverything/AFFiNE/pull/5324
- refactor(infra): move currentPageAtom to core by @EYHN in https://github.com/toeverything/AFFiNE/pull/5332
- fix(workspace): fix svg file with xml header by @EYHN in https://github.com/toeverything/AFFiNE/pull/5388
- fix(core): fix flickering workspace list by @EYHN in https://github.com/toeverything/AFFiNE/pull/5391
- fix: use prefix in electron to prevent formdata bug by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5395
- fix(core): remove plugins settings by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5337
- fix(core): correct title of onboarding article-2 by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/5387
- fix(core): workpace list blink issue on open by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5400
- fix(core): about setting blink issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5399
- fix(electron): set stable base url to app.affine.pro by @joooye34 in https://github.com/toeverything/AFFiNE/pull/5401
- fix(core): trash page footer display issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5402
- fix(core): avatars are not aligned by @JimmFly in https://github.com/toeverything/AFFiNE/pull/5404
- fix(infra): workaround for self-referencing in storybook by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5406
- refactor(infra): remove old plugin system by @EYHN in https://github.com/toeverything/AFFiNE/pull/5411
- fix(component): fix font display on safari by @EYHN in https://github.com/toeverything/AFFiNE/pull/5393
- fix(core): enable page history for beta/stable by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5415
- refactor(electron): create electron api package by @EYHN in https://github.com/toeverything/AFFiNE/pull/5334
- refactor(infra): no bundle infra by @EYHN in https://github.com/toeverything/AFFiNE/pull/5414
- fix(infra): remove unused svg loader by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5398
- feat(core): set document title when detail page render by @joooye34 in https://github.com/toeverything/AFFiNE/pull/5418
- style(core): add font smoothing and optimize legibility globally by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/5417
- refactor(core): adjust graphql hook by @EYHN in https://github.com/toeverything/AFFiNE/pull/5339
- feat(server): upgrade prisma to use native relation joins and distinct by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/5420
- feat: add useBlocksuiteEditor hooks by @JimmFly in https://github.com/toeverything/AFFiNE/pull/5366
- refactor(component): make component pure by @EYHN in https://github.com/toeverything/AFFiNE/pull/5427
- fix(storybook): storybook flaky by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5430
- feat: add migration for rename unamed accounts by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5434
- refactor(core): onboarding using new transformer api by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5412
- fix: use absolute path in gql client by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5454
- fix(core): upgrade page when previewing/reverting page snapshot by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5435
- fix(core): long page title issue in page history by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5436
- feat(electron): use release api to filter draft release by @joooye34 in https://github.com/toeverything/AFFiNE/pull/5443
- feat(core): optimize history list item ui by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5440
- refactor(server): object storages by @forehalo in https://github.com/toeverything/AFFiNE/pull/5405
- feat(server): new storage provider by @forehalo in https://github.com/toeverything/AFFiNE/pull/5410
- refactor(component): adjust active editor atom by @EYHN in https://github.com/toeverything/AFFiNE/pull/5457
- refactor(core): move hooks to core by @EYHN in https://github.com/toeverything/AFFiNE/pull/5458
- refactor(core): move workspace atoms to core by @EYHN in https://github.com/toeverything/AFFiNE/pull/5459
- refactor(workspace): split workspace interface and implementation by @EYHN in https://github.com/toeverything/AFFiNE/pull/5463
- fix(workspace): make ci stable by @EYHN in https://github.com/toeverything/AFFiNE/pull/5496
- fix(core): adjust error boundary level by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5493
- fix(core): add free plan prompt by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5441
- feat: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/5453
- feat(core): page preview ui optimize by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5442
- refactor(server): use new storage providers by @forehalo in https://github.com/toeverything/AFFiNE/pull/5433
- feat(server): blob data migration by @forehalo in https://github.com/toeverything/AFFiNE/pull/5461
- feat(core): add cloud workspace member limit by @JimmFly in https://github.com/toeverything/AFFiNE/pull/5500
- fix(electron): client always update cause by version not update correctly by @joooye34 in https://github.com/toeverything/AFFiNE/pull/5507
- feat: add copilot feature type by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5465
- fix(core): disable quick search when the link-popup is visitable by @JimmFly in https://github.com/toeverything/AFFiNE/pull/5409
- feat: workspace level feature schema by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5466
- feat: add workspace feature tests by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5501
- feat: add workspace level feature apis by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5503
- feat: upgrade to rust 1.75.0 by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/5515
- fix(core): sidebar extension sometimes not show by @pengx17 in https://github.com/toeverything/AFFiNE/pull/5513
- feat: use relative path for worker api by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5520
- feat: add workspace experimental features api by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5525
- fix(server): backward compatibility for beta+stable envs by @forehalo in https://github.com/toeverything/AFFiNE/pull/5510
- fix: only return activated features by @darkskygit in https://github.com/toeverything/AFFiNE/pull/5536
- fix: add missing Korean translations for updated English text by @NavyStack in https://github.com/toeverything/AFFiNE/pull/5534
- fix: properly split dep and dev deps, fix phantom deps by @lewisl9029 in https://github.com/toeverything/AFFiNE/pull/5527
- fix(component): app sidebar will never float when menu not opened by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/5529
New Contributors
- @NavyStack made their first contribution in https://github.com/toeverything/AFFiNE/pull/5534
- @lewisl9029 made their first contribution in https://github.com/toeverything/AFFiNE/pull/5527
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.11.2...v0.11.3
This package has no dependencies.
Ground Rules:
- This discussion is only about AFFiNE Client and the AFFiNE Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AFFiNE Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.