Downloads:
2,335
Downloads of v 0.19.0:
14
Last Update:
27 Dec 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.19.0 | Updated: 27 Dec 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,335
Downloads of v 0.19.0:
14
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.19.0
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.19.0 --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.19.0'" [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.19.0'"
$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.19.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.19.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.19.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.19.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 27 Dec 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.
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.19.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.19.0/affine-0.19.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: D608209950AF29783182EC3B9D107E9C596EA230E8E0A9573CD2D6EC7CC35765
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: A529C82C01D803EAF8D525FC258C0F1A | sha1: 7D9C670B733466E047C8400CDF0022559B710AE8 | sha256: D608209950AF29783182EC3B9D107E9C596EA230E8E0A9573CD2D6EC7CC35765 | sha512: 9EE28AD7B90413EF97DF60ABDDE44390CA600126E9DF50588E0E0E0C3A30E09EE5289073200670D868C5BEF08F6394FE8AFD35D21D877BF61763DDBAA7DD04D0
$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.19.0.nupkg (fb0357258bf2) - ## / 62
- affine-client.exe (d608209950af) - ## / 69
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.19.6 | 17 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 23 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 22 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 12 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 12 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 16 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 14 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 31 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 27 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 18 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 28 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 26 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 31 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 33 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 37 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 34 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 40 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 31 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 33 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 35 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 47 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 46 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 41 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 42 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 46 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 39 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 59 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 66 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 54 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 44 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 51 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 59 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 52 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 51 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 54 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 55 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 55 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 603 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 77 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 183 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 91 | Monday, August 15, 2022 | Approved |
???? Features
- core:
- At menu journal entries - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8877 and https://github.com/toeverything/AFFiNE/issues/8935 <samp>(83c58)</samp>
- Support copy as image in electron app - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8939 <samp>(c95e6)</samp>
- Add markdown preview for backlinks - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8883 <samp>(cee5d)</samp>
- Desktop multiple server support - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8979 <samp>(89638)</samp>
- Support creating cloud workspaces to different servers - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9006 <samp>(1fa1a)</samp>
- At menu ux - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9045 <samp>(b378a)</samp>
- After the user clicks ask ai, the input pops up directly - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9039 <samp>(6b14e)</samp>
- Dnd support external types - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9033 <samp>(fafac)</samp>
- Add draghandle to doc page title - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9079 <samp>(4335b)</samp>
- Remember backlink open/close state - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9073 <samp>(ec140)</samp>
- Impl team workspace - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8920 <samp>(61231)</samp>
- Add workspace billing - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9043 <samp>(0a7a2)</samp>
- Add workspace quota panel for team workspace - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9085 <samp>(216e0)</samp>
- Allow bs snapshot dragging targets - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9093 <samp>(dc7d1)</samp>
- Add journal search results to bs doc search - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9052 <samp>(30d67)</samp>
- Improve invite link - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9111 <samp>(dd39d)</samp>
- Support ai insert image, mindmap, slides and make it real in page mode - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9164 <samp>(2f791)</samp>
- Add sync paused dialog - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9135 <samp>(95d1a)</samp>
- Lazy load doc card - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9192 <samp>(83743)</samp>
- Impl doc display meta extension - by @fundon in https://github.com/toeverything/AFFiNE/issues/9165 <samp>(def4d)</samp>
- Add app version to request header - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9101 <samp>(a153a)</samp>
- Add plain text adapter for database block - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/9225 <samp>(02aeb)</samp>
- Export doc with adapter extension - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/9226 <samp>(54cb1)</samp>
- Open in app for self-hosted - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9231 <samp>(17c22)</samp>
- At menu loading state - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9284 <samp>(40b90)</samp>
- Pdf embed view component - by @fundon in https://github.com/toeverything/AFFiNE/issues/8671 <samp>(bb43e)</samp>
- Pdf viewer supports fit to page - by @fundon in https://github.com/toeverything/AFFiNE/issues/8812 <samp>(42ab5)</samp>
- Add pdf embed preview feature flag - by @fundon in https://github.com/toeverything/AFFiNE/issues/9307 <samp>(96fae)</samp>
- Disable the back gesture when the menu is open - by @zzj3720 in https://github.com/toeverything/AFFiNE/issues/9263 <samp>(45acd)</samp>
- View selfhosted shared docs in electron - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9365 <samp>(89349)</samp>
- editor:
- Add tracking for the creation of linked-doc - by @zzj3720 in https://github.com/toeverything/AFFiNE/issues/9266 <samp>(884bb)</samp>
- Remove flag control for database full-width - by @zzj3720 in https://github.com/toeverything/AFFiNE/issues/9265 <samp>(40d8d)</samp>
- Add edgeless crud extension - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9335 <samp>(6afa1)</samp>
- electron:
- Enable vscode debugger for electron - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9333 <samp>(7d016)</samp>
- ios:
- Add some apis for native - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9173 <samp>(9a66c)</samp>
- Add intelligents button - by @EYHN and ?????? in https://github.com/toeverything/AFFiNE/issues/9281 <samp>(3cf4b)</samp>
- ios,android:
- Setup uniffi infra - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8828 <samp>(adc69)</samp>
- mobile:
- Doc property journal duplicated action - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8820 <samp>(a6232)</samp>
- Sticky journal date-picker, auto fold when scroll - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8885 <samp>(59948)</samp>
- Editor mode switch - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8896 <samp>(922db)</samp>
- Disable swipe back gesture when there is no back in header - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8876 <samp>(b369e)</samp>
- Mobile experimental feature setting - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8922 <samp>(71ab7)</samp>
- Move journal date picker into page header - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8968 <samp>(372db)</samp>
- Replace search with create in app tab - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8934 <samp>(6a71b)</samp>
- Swipe to open menu for explorer - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8953 <samp>(11b45)</samp>
- Show doc title on title bar when scroll down - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8976 <samp>(9b4cd)</samp>
- A basic swipeable dialog for setting - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8923 <samp>(47448)</samp>
- Add journal conflict block to the top of detail page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9042 <samp>(dd94f)</samp>
- Open doc info in explorer - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9040 <samp>(c9e55)</samp>
- Show page back by url search - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9100 <samp>(5dd2d)</samp>
- Use mobile fallback for index, open home when workspace changed - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9106 <samp>(6f6f9)</samp>
- Use native select for mobile setting - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9236 <samp>(3a8d9)</samp>
- Auto show text keyboard subtoolbar when selecting text - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/9256 <samp>(4c115)</samp>
- nbstore:
- Init - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7639 <samp>(41250)</samp>
- Adapt op pattern - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8808 <samp>(64656)</samp>
- Add idb implementation - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8809 <samp>(cd30e)</samp>
- New doc sync engine - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8918 <samp>(f54f6)</samp>
- Add blob sync - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8996 <samp>(7225f)</samp>
- Better doc sync logic - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9037 <samp>(35edf)</samp>
- Add cloud implementation - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8810 <samp>(2f80b)</samp>
- Add doc sync frontend - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9070 <samp>(331e6)</samp>
- Add blob sync frontend - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9084 <samp>(0c072)</samp>
- Add sqlite implementation - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8811 <samp>(8c24f)</samp>
- Add awareness storage&sync&frontend - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9016 <samp>(ffa02)</samp>
- Add doc sync state - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9131 <samp>(3fddf)</samp>
- Remove async on connection api - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9187 <samp>(64b01)</samp>
- Add nbstore worker - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9185 <samp>(cbaf3)</samp>
- server:
- Improve logs - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8977 <samp>(eb642)</samp>
- Support team workspace subscription - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8919 <samp>(5bf8e)</samp>
- Ai trial support - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9031 <samp>(4c39b)</samp>
- Auto init stripe products when development - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9034 <samp>(0436e)</samp>
- Team quota - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8955 <samp>(93659)</samp>
- Team quota migration - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9081 <samp>(36a95)</samp>
- Improve team invite - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9092 <samp>(9b0f1)</samp>
- Team mail sender - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9104 <samp>(69e59)</samp>
- Adapt normal workspace's invite link behavior - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9130 <samp>(ab1ad)</samp>
- Seat calc follow member count - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9138 <samp>(994e4)</samp>
- Always send invite email - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9168 <samp>(de2da)</samp>
- Role changed email - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9227 <samp>(aacdb)</samp>
- Distinguash workspace quota calc - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9338 <samp>(5d27a)</samp>
???? Bug Fixes
- Ai ppt preview with toolbar widget - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8882 <samp>(c6ac4)</samp>
- Ai generation of mindmap fail from note text context - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8952 <samp>(d2eef)</samp>
- Copilot ci - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9066 <samp>(31146)</samp>
- Add explicit db name and user to pg_isready check - by @forehalo <samp>(1514e)</samp>
- Drop on editor should prevent default - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9239 <samp>(e0d2f)</samp>
- Can not select all block when some block collapsed - by @Flrande in https://github.com/toeverything/AFFiNE/issues/9248 <samp>(43c20)</samp>
- Drag mind map root node should layout in real time - by @doouding in https://github.com/toeverything/AFFiNE/issues/9252 <samp>(b246a)</samp>
- Typo in reactive text - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9260 <samp>(17e6e)</samp>
- Mini mindmap layout - by @doouding in https://github.com/toeverything/AFFiNE/issues/9276 <samp>(4ead1)</samp>
- Can not drag collapsed heading - by @Flrande in https://github.com/toeverything/AFFiNE/issues/9272 <samp>(052d7)</samp>
- Font of AI panel should not be affected by the font of Editor settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9305 <samp>(5e2e5)</samp>
- Should bring children to new doc created - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9316 <samp>(0220b)</samp>
- Ios client gql compatibility - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9337 <samp>(6d573)</samp>
- BeginPath before drawing drag indicator - by @doouding in https://github.com/toeverything/AFFiNE/issues/9364 <samp>(71272)</samp>
- admin:
- Fix the admin app - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9233 <samp>(cddef)</samp>
- component:
- Workaround for storybook startup - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9025 <samp>(7dad9)</samp>
- Toast shouldn't cover whole header - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9032 <samp>(53339)</samp>
- Mobile toast dark mode - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9142 <samp>(87bbc)</samp>
- Prevent auto focus in mobile modal - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/9247 <samp>(06746)</samp>
- core:
- Fix auth session not revalidating as expected - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8886 <samp>(76eab)</samp>
- Image block size limits were not enforced as expected - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8908 <samp>(4ce8a)</samp>
- Cannot view pricing page if not logged in - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8907 <samp>(7c846)</samp>
- Wrong app scheme fallback - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8914 <samp>(0a203)</samp>
- Wrong app scheme fallback - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8914 <samp>(a73c0)</samp>
- Handle the situation where the app cannot be opened after logging in - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8915 <samp>(31c80)</samp>
- Multiple settings dialog should not appear when click user plan button repeatedly - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8924 <samp>(e12d5)</samp>
- Multi sub menu layer handling - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8916 <samp>(d87a6)</samp>
- Log error detail when import failed - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8930 <samp>(e3a8f)</samp>
- Improve doc meta performance - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8913 <samp>(3f4cb)</samp>
- Improve doc meta performance - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8913 <samp>(dea05)</samp>
- Image block size limits were not enforced as expected - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8908 <samp>(2abf4)</samp>
- Cannot view pricing page if not logged in - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8907 <samp>(1623f)</samp>
- Open-in-app page crash - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8995 <samp>(0c718)</samp>
- Lit portal rerender - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9012 <samp>(dddef)</samp>
- Date-picker styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8997 <samp>(4706f)</samp>
- Db property number cell should be cast to number - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8937 <samp>(f4f00)</samp>
- Oauth callback - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9029 <samp>(f96f0)</samp>
- Peek db row should always show the related db row property - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8942 <samp>(3ef28)</samp>
- Doc db text property editing issue - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9055 <samp>(7a1da)</samp>
- CanDrop check for external - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9058 <samp>(814b4)</samp>
- Share page show 404 - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9083 <samp>(18d65)</samp>
- Workspace billing cannot be opened - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9091 <samp>(f63da)</samp>
- Backlink preview should use sans font family - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9102 <samp>(b864c)</samp>
- Optimize upgrade to team page - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9099 <samp>(4eb31)</samp>
- Doc header drag preview styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9105 <samp>(01eff)</samp>
- Fix sign in with email - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9108 <samp>(91089)</samp>
- Tag inline editor filter should ignore case - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8936 <samp>(ae2d0)</samp>
- Wrong billing information display - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9117 <samp>(c0e0b)</samp>
- The member list is not refreshed after operating the member status - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9115 <samp>(01b6e)</samp>
- Add null checks for timeout refs and event listeners for React 19 compatibility - by @devin-ai-integration[bot] in https://github.com/toeverything/AFFiNE/issues/9116 <samp>(e100d)</samp>
- At menu results use indexer data source - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9123 <samp>(59f4f)</samp>
- Center peek style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9127 <samp>(152a4)</samp>
- Gql file upload - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9134 <samp>(76f2c)</samp>
- Should log in before accepting the invitation - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9150 <samp>(0de77)</samp>
- Handle errors on the invite page - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9167 <samp>(8eafc)</samp>
- Redudant drop target register - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9177 <samp>(7b038)</samp>
- In page mode, AI replace selection did not correctly replace the selected text - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9179 <samp>(563da)</samp>
- Add visit workspace button to team upgrade success page - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9186 <samp>(4b836)</samp>
- Fix no page root error - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9190 <samp>(c31e9)</samp>
- Adjust member limit dialog - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9195 <samp>(70dee)</samp>
- Dnd should not create new doc on dragging start - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9201 <samp>(6dc51)</samp>
- Indexer worker crash on unexpected markdown indent - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9210 <samp>(0fdf2)</samp>
- Adjust admin permission - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9204 <samp>(7ff24)</samp>
- Indexer data loss - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9216 <samp>(f8e7a)</samp>
- Backlinks styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9126 <samp>(bdbef)</samp>
- Revalidate quota and subscription when subscribing - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9220 <samp>(f788f)</samp>
- Text-renderer should be readonly - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9244 <samp>(c775b)</samp>
- QuotaCheck dialog should not appear in team workspace - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/9223 <samp>(c793f)</samp>
- Toggle page mode when split view opened - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9221 <samp>(27930)</samp>
- Disable page header title from dragging when editing - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9258 <samp>(74a16)</samp>
- List style issue in selection mode - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9275 <samp>(e3a8b)</samp>
- Ai chat panel content will be inconsistent when switching to journals - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9288 <samp>(6c054)</samp>
- Chat input will be sent repeatedly in two documents with split view - by @akumatus in https://github.com/toeverything/AFFiNE/issues/9289 <samp>(7bd98)</samp>
- Make all docs journal judgement reactive - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9290 <samp>(727f2)</samp>
- More space under page property list - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9269 <samp>(7ae7c)</samp>
- Disable re-rendering of pdf embed view - by @fundon in https://github.com/toeverything/AFFiNE/issues/9334 <samp>(1afdb)</samp>
- Circular dependency in pdf embed view - by @fundon in https://github.com/toeverything/AFFiNE/issues/9331 <samp>(20c5c)</samp>
- Make all docs journal judgement reactive " - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9290 <samp>(8de06)</samp>
- editor:
- Limit max width when uploading or pasting image into edgeless - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/9273 <samp>(33883)</samp>
- Notion html adapter for embed link block - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/9279 <samp>(62b93)</samp>
- Should remove drag preview after drop - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9313 <samp>(a595a)</samp>
- Sentry-17da76f65b91465b911fad44279d971a - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/9315 <samp>(7b572)</samp>
- Re-init after yText change in inline editor - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9312 <samp>(37e44)</samp>
- Some blocks can not be collapsed - by @Flrande in https://github.com/toeverything/AFFiNE/issues/9325 <samp>(35f93)</samp>
- Merge drag function and fix it - by @Flrande in https://github.com/toeverything/AFFiNE/issues/9329 <samp>(cb4dd)</samp>
- Use nullable inline editor root element - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/9320 <samp>(71b5c)</samp>
- Block selection delete conflict with native selection - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9340 <samp>(d60e9)</samp>
- Sentry-624432d8f1e6420ca9c5023a051f4332 - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/9342 <samp>(9b3a2)</samp>
- Sentry-332848caa68e4679b403d56881e3c0e3 - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/9343 <samp>(9a29a)</samp>
- Missing edgeless crud piece - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9347 <samp>(37747)</samp>
- Eslint useless escape - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/9345 <samp>(fe957)</samp>
- Crud this error - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/9350 <samp>(0c849)</samp>
- electron:
- Should not show context menu if there is no typos - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8895 <samp>(f2398)</samp>
- Electron crash on leave fullscreen - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9314 <samp>(70d9c)</samp>
- Remove blocksuite dep - by @forehalo <samp>(126d5)</samp>
- infra:
- Fix fractional indexing edge cases - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8978 <samp>(84210)</samp>
- Memory leak - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9013 <samp>(b36b3)</samp>
- ios:
- Fix login - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9011 <samp>(b637a)</samp>
- Sync keyboard color scheme when theme changed - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9184 <samp>(2ceb6)</samp>
- mobile:
- Fix home header setting icon - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8859 <samp>(c408d)</samp>
- Setting item popover cannot be closed - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8910 <samp>(f6eb8)</samp>
- Disable AI chat block peek on mobile - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/8929 <samp>(6ac8c)</samp>
- Prevent text selection on webkit - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8967 <samp>(5e92d)</samp>
- Adjust body padding-bottom for app tab - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8944 <samp>(b600f)</samp>
- Swipe right maybe open menu - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8981 <samp>(b8467)</samp>
- Property input field keyboard mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8982 <samp>(67188)</samp>
- Workaround for tag modal blink - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8985 <samp>(af81c)</samp>
- Avoid explorer node overlapping header when scrolling - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8992 <samp>(4b522)</samp>
- Tags editor max height - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8999 <samp>(018b2)</samp>
- Doc info radio group width - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9000 <samp>(82d13)</samp>
- Progress styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9001 <samp>(e4f94)</samp>
- Center peek styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9014 <samp>(5a6dd)</samp>
- Backlink ordering in doc info - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9015 <samp>(f073d)</samp>
- Disable navigation gesture for swipe-dialog - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8993 <samp>(84df2)</samp>
- Tag and detail page dark mode adaption - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9145 <samp>(133f2)</samp>
- Date picker style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9143 <samp>(a84a4)</samp>
- Hide scrollbar - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9144 <samp>(7b173)</samp>
- Doc info title max width - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9147 <samp>(0db6d)</samp>
- Editor error boundary is not fully visible - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9172 <samp>(12954)</samp>
- Can navigate in journal conflicts - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9170 <samp>(d3e7e)</samp>
- Disable blob sync on mobile - by @EYHN in https://github.com/toeverything/AFFiNE/issues/9200 <samp>(30588)</samp>
- Add missing mobile date selector and remove focus style from date picker in mobile - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/9215 <samp>(e378f)</samp>
- Reset active-tab to home on ios/android when launched - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9245 <samp>(209c0)</samp>
- Workspace selector in app-fallback may crash - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9293 <samp>(a2951)</samp>
- Do not show toc in doc peek view - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/9348 <samp>(b3933)</samp>
- server:
- Ignore invalid subscription variant - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8892 <samp>(b5fed)</samp>
- Ignore invalid subscription variant - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8892 <samp>(47899)</samp>
- Ignore invalid subscription variant for subscriptinos query as well - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8894 <samp>(ad106)</samp>
- Ignore invalid subscription variant for subscriptinos query as well - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8894 <samp>(c4410)</samp>
- Avoid unknown fields in create query - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9047 <samp>(d6869)</samp>
- Wrong stripe checkout params - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9056 <samp>(115ca)</samp>
- Image action behavior in ci - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9077 <samp>(4d44b)</samp>
- Should auto apply ea price for users - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9082 <samp>(564fa)</samp>
- Minize checkout parameters - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9090 <samp>(17218)</samp>
- Should drop blob steam if not used - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9103 <samp>(671c4)</samp>
- Invite link & accept - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9109 <samp>(35069)</samp>
- Accept invite condition - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9124 <samp>(56c57)</samp>
- Allow email with dot in name - by @forehalo <samp>(d620a)</samp>
- Copilot ci - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9151 <samp>(2452c)</samp>
- Unsplash path mapping - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9159 <samp>(5cc40)</samp>
- Send declined email - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9188 <samp>(e3f92)</samp>
- Vague initial chat content in test - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9267 <samp>(475e3)</samp>
- Data-migration script - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/9306 <samp>(80f4a)</samp>
- Team quota await - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9352 <samp>(4ae8c)</samp>
- Test shuold forbid only - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/9349 <samp>(040f4)</samp>
- tools:
- Patch monorepo tools - by @forehalo in https://github.com/toeverything/AFFiNE/issues/9285 <samp>(2cc7b)</samp>
???? Performance
- core: Optimize scrolling performance for doc list - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/9250 <samp>(9fb5e)</samp>
View changes on GitHub
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.