Downloads:
4,601
Downloads of v 0.24.0:
13
Last Update:
11 Aug 2025
Package Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
Tags:
- 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
- 1
- 2
- 3
0.24.0 | Updated: 11 Aug 2025
- 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:
4,601
Downloads of v 0.24.0:
13
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.24.0
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 --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'" [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'"
$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.24.0'
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.24.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.24.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.24.0',
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 11 Aug 2025.
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.
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.
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.24.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.24.0/affine-0.24.0-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: 706E891E835B484BA494601255CADF800997BB48838A9BAF28C9954732275CCA
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 9A9F9801D115290198391A4B4A8155E5 | sha1: 0805144325DCFCE2D686A343D54F8089C14710AE | sha256: 706E891E835B484BA494601255CADF800997BB48838A9BAF28C9954732275CCA | sha512: 18ACC6DBA2F84219C4F9D1DB87B4EA5D08C92F2FC605F8BC789948A09724ABF33FFA7A02544ECA4B570284414954FF18AD6F29EDEF0D5CE91468C91C4C682443
$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)"}
}
Log in or click on link to see number of positives.
- affine-client.0.24.0.nupkg (7d1677f1c040) - ## / 64
- affine-client.exe (706e891e835b) - ## / 70
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.24.0 | 13 | Monday, August 11, 2025 | Approved | |
AFFiNE Client 0.23.2 | 56 | Tuesday, July 22, 2025 | Approved | |
AFFiNE Client 0.23.1 | 41 | Friday, July 18, 2025 | Approved | |
AFFiNE Client 0.23.0 | 26 | Tuesday, July 15, 2025 | Approved | |
AFFiNE Client 0.22.4 | 78 | Friday, June 13, 2025 | Approved | |
AFFiNE Client 0.22.2 | 45 | Thursday, June 5, 2025 | Approved | |
AFFiNE Client 0.22.0 | 26 | Wednesday, June 4, 2025 | Approved | |
AFFiNE Client 0.21.6 | 88 | Wednesday, April 30, 2025 | Approved | |
AFFiNE Client 0.21.5 | 26 | Tuesday, April 29, 2025 | Approved | |
AFFiNE Client 0.21.4 | 91 | Thursday, April 24, 2025 | Approved | |
AFFiNE Client 0.21.3 | 36 | Friday, April 18, 2025 | Approved | |
AFFiNE Client 0.21.2 | 50 | Friday, April 11, 2025 | Approved | |
AFFiNE Client 0.21.1 | 43 | Wednesday, April 9, 2025 | Approved | |
AFFiNE Client 0.21.0 | 36 | Monday, April 7, 2025 | Approved | |
AFFiNE Client 0.20.5 | 95 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 50 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 33 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 53 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 32 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 43 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 90 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 52 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 49 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 64 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 44 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 50 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 55 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 69 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 51 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 41 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 51 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 58 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 53 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 64 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 79 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 67 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 67 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 72 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 58 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 57 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 78 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 70 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 68 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 79 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 71 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 67 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 97 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 97 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 88 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 63 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 84 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 90 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 89 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 72 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 85 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 82 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 95 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 629 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 110 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 215 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 120 | Monday, August 15, 2022 | Approved |
What's Changed
- chore: bump up on-headers version to v1.1.0 [SECURITY] by @renovate[bot] in https://github.com/toeverything/AFFiNE/pull/13260
- chore: bump up nestjs by @renovate[bot] in https://github.com/toeverything/AFFiNE/pull/13288
- feat(core): add section edit tool by @akumatus in https://github.com/toeverything/AFFiNE/pull/13313
- feat(core): add context menu to card view by @EYHN in https://github.com/toeverything/AFFiNE/pull/13258
- feat(core): cache navigation collapsed state by @EYHN in https://github.com/toeverything/AFFiNE/pull/13315
- feat(core): remove empty workspace by @EYHN in https://github.com/toeverything/AFFiNE/pull/13317
- feat(editor): put current user in first on database user select by @EYHN in https://github.com/toeverything/AFFiNE/pull/13320
- fix(core): do not create first app if local workspace disabled by @forehalo in https://github.com/toeverything/AFFiNE/pull/13289
- fix(core): nav sidebar should have default bg by @pengx17 in https://github.com/toeverything/AFFiNE/pull/13265
- chore: update cert timestamp by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13300
- feat: add cache for tokenizer by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13333
- feat: paged query for outdated embedding cleanup by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13335
- fix(core): add document content params for section edit tool by @akumatus in https://github.com/toeverything/AFFiNE/pull/13334
- feat: adopt new backend api for attachment by @Lakr233 in https://github.com/toeverything/AFFiNE/pull/13336
- chore(server): improve citation in chat by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13267
- chore: bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in https://github.com/toeverything/AFFiNE/pull/13342
- fix(editor): add comment entire to inner toolbar by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13304
- feat(core): add ai workspace all docs switch by @akumatus in https://github.com/toeverything/AFFiNE/pull/13345
- fix(core): fallback to default icon if image icon load error by @akumatus in https://github.com/toeverything/AFFiNE/pull/13349
- fix(core): ai chat with text e2e falky by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13361
- fix(core): ai message resending by @akumatus in https://github.com/toeverything/AFFiNE/pull/13359
- fix(core): falky translate e2e by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13363
- feat(server): enhance chat prompt with motivational content by @hwangdev97 in https://github.com/toeverything/AFFiNE/pull/13360
- chore(server): down scale service by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13367
- feat(server): attachment embedding by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13348
- feat(server): support access token by @forehalo in https://github.com/toeverything/AFFiNE/pull/13372
- feat(server): basic mcp server by @forehalo in https://github.com/toeverything/AFFiNE/pull/13298
- fix(core): remove network search button on ask ai input by @akumatus in https://github.com/toeverything/AFFiNE/pull/13373
- feat(core): open external link in web search result by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/13362
- refactor(core): simplify ai test cases by @akumatus in https://github.com/toeverything/AFFiNE/pull/13378
- feat(core): extract md & snapshot & attachments from selected by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13312
- feat(server): add fallback smtp config by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13377
- fix(server): get blob from correct storage by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13374
- refactor(core): ai menu grouping & text by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13376
- feat(core): center peek doc in chat semantic/keyword search result by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/13380
- refactor(editor): always show keyboard toolbar in mobile by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13384
- feat(core): selected context ui by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13379
- fix(core): ai chat scrolldown indicator by @akumatus in https://github.com/toeverything/AFFiNE/pull/13382
- fix(editor): virtual keyboard closes unexpectedly when backspace is pressed after a block by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13386
- feat: update MarkdownView render by @Lakr233 in https://github.com/toeverything/AFFiNE/pull/13387
- feat(server): add fallback model and baseurl in schema by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13375
- feat: fix several view model issue by @Lakr233 in https://github.com/toeverything/AFFiNE/pull/13388
- feat(core): support better battery save mode by @EYHN in https://github.com/toeverything/AFFiNE/pull/13383
- chore(server): downscale sql proxy by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13393
- fix(server): missing embedding search by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13401
- fix(core): ai image upload failed by @akumatus in https://github.com/toeverything/AFFiNE/pull/13405
- feat(server): scenario mapping by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13404
- fix(electron): disable runAsNode fuse by @pengx17 in https://github.com/toeverything/AFFiNE/pull/13406
- fix(core): prevent navigating when clicking doc title in ai chat by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/13412
- chore: added mime-type in gql by @Lakr233 in https://github.com/toeverything/AFFiNE/pull/13414
- chore(server): update config naming by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13419
- feat(core): extract edgeless selected images by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13420
- fix: ???? replace problematic attachment count by @Lakr233 in https://github.com/toeverything/AFFiNE/pull/13416
- refactor(core): show selected content chip if needed by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13415
- fix(core): generate image from text group by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13417
- feat(ios): enable ai button by @EYHN in https://github.com/toeverything/AFFiNE/pull/13422
- feat(core): peek doc in ai doc-read tool result by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/13424
- chore(editor): mobile database editing experimental flag by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13425
- feat(core): hide search locally button when battery save enabled by @EYHN in https://github.com/toeverything/AFFiNE/pull/13423
- feat(server): skip cleanup for stale workspace by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13418
- chore(editor): enable dom renderer for beta ios by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13427
- chore: fix oxlint errors by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/13434
- feat(core): extract selected docs by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13426
- chore(server): add ai document link on admin panel by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/13428
- fix(android): fix android blob upload by @EYHN in https://github.com/toeverything/AFFiNE/pull/13435
- fix(editor): allow right click on reference by @EYHN in https://github.com/toeverything/AFFiNE/pull/13259
- feat: continue answer in ai chat by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13431
- fix(server): unstable test by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13436
- feat(electron): enhance fuses by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13437
- feat(core): enable battery save mode for mobile by @EYHN in https://github.com/toeverything/AFFiNE/pull/13441
- chore: replaces the MailHog Docker container with Mailpit by @ygcaicn in https://github.com/toeverything/AFFiNE/pull/13439
- refactor(core): display selected doc & attachment chip by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/13443
- fix(core): missing hide edgeless copilot panel logic by @akumatus in https://github.com/toeverything/AFFiNE/pull/13445
- feat(server): add hints for context files by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13444
- feat(server): auto fix doc summary by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/13448
- fix(electron): disable LoadBrowserProcessSpecificV8Snapshot by @pengx17 in https://github.com/toeverything/AFFiNE/pull/13450
- chore(server): add new darkskygit to stable image approvers by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/13449
- chore(ios): enable edgeless dom renderer by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13460
- chore: use latest oxlint version by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/13457
- fix(server): fulfill empty embedding for trashed docs by @darkskygit in https://github.com/toeverything/AFFiNE/pull/13461
- chore(ios): disable dom renderer by @L-Sun in https://github.com/toeverything/AFFiNE/pull/13462
- fix(core): right click on edgeless will also damage other functions by @akumatus in https://github.com/toeverything/AFFiNE/pull/13466
New Contributors
- @ygcaicn made their first contribution in https://github.com/toeverything/AFFiNE/pull/13439
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.23.2...v0.24.0
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.