Downloads:
3,928
Downloads of v 0.23.0:
6
Last Update:
15 Jul 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.23.0 | Updated: 15 Jul 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:
3,928
Downloads of v 0.23.0:
6
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.23.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.23.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.23.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.23.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.23.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 15 Jul 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.23.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.23.0/affine-0.23.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: C1404A541EB28F9B687739A8B0BC1FC8CCD559C7E4CDE1DD3D3F5F334EC3D104
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: BEC06133C991BE26EA0A12C54CDD5FBB | sha1: E9195FC67D409D61A72C0B8490635A8615E4CEF8 | sha256: C1404A541EB28F9B687739A8B0BC1FC8CCD559C7E4CDE1DD3D3F5F334EC3D104 | sha512: 93355A7FCF5AAB34C1E71E26D3BF55C49F5F6B05D5C937BEAFE1825140226C1C0747BF591B891E1E7A90499A6AC34AFA988DB0E88FE0CE6205B085DA2E9D410D
$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.23.0.nupkg (db4b7cb9a40e) - ## / 66
- affine-client.exe (c1404a541eb2) - ## / 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.23.0 | 6 | Tuesday, July 15, 2025 | Approved | |
AFFiNE Client 0.22.4 | 69 | Friday, June 13, 2025 | Approved | |
AFFiNE Client 0.22.2 | 37 | Thursday, June 5, 2025 | Approved | |
AFFiNE Client 0.22.0 | 19 | Wednesday, June 4, 2025 | Approved | |
AFFiNE Client 0.21.6 | 86 | Wednesday, April 30, 2025 | Approved | |
AFFiNE Client 0.21.5 | 23 | Tuesday, April 29, 2025 | Approved | |
AFFiNE Client 0.21.4 | 79 | Thursday, April 24, 2025 | Approved | |
AFFiNE Client 0.21.3 | 32 | Friday, April 18, 2025 | Approved | |
AFFiNE Client 0.21.2 | 42 | Friday, April 11, 2025 | Approved | |
AFFiNE Client 0.21.1 | 32 | Wednesday, April 9, 2025 | Approved | |
AFFiNE Client 0.21.0 | 33 | Monday, April 7, 2025 | Approved | |
AFFiNE Client 0.20.5 | 90 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 46 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 28 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 34 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 23 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 28 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 74 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 49 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 41 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 35 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 35 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 30 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 35 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 52 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 47 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 39 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 47 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 47 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 49 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 50 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 58 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 53 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 62 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 54 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 50 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 52 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 68 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 66 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 64 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 72 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 67 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 61 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 80 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 87 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 75 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 61 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 73 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 80 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 72 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 70 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 77 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 74 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 79 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 623 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 94 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 210 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 109 | Monday, August 15, 2022 | Approved |
???? Features
- core:
- Adjust the layout, style, and structure of the AI chat input - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12828 <samp>(2366c)</samp>
- Enable socket cors - by @EYHN and @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12823 <samp>(c1691)</samp>
- Linked doc visiblity setting and new sidebar layout - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12836 <samp>(dfe4c)</samp>
- Moving in affine-reader doc parsers - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12840 <samp>(f4c20)</samp>
- Allow importing affine file within import dialog - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12850 <samp>(e0462)</samp>
- Add stream object api - by @akumatus and @darkskygit in https://github.com/toeverything/AFFiNE/issues/12841 <samp>(6169c)</samp>
- Add ai web-search and web-crawl tools ui components - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12854 <samp>(3886b)</samp>
- Enable quick select for trash page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12878 <samp>(3a124)</samp>
- Ai tools css style adjustment - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12891 <samp>(12fce)</samp>
- Limit visible doc inline stack tags - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12647 <samp>(8754d)</samp>
- Support objects render in ai chat block - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12906 <samp>(63de2)</samp>
- Use cloud indexer for search - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12899 <samp>(aa487)</samp>
- Add ai playground feature flag and remove model switch feature flag - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12934 <samp>(2171d)</samp>
- Add ai tool call error type and ui - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12941 <samp>(a7185)</samp>
- Add allowGuestDemoWorkspace flag to force login - by @NorkzYT in https://github.com/toeverything/AFFiNE/issues/12779 <samp>(82b3c)</samp>
- Remove chat-panel component's dependency on doc - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12975 <samp>(6e948)</samp>
- Add missing affine version header to server config - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12986 <samp>(3d12b)</samp>
- Add a resizeable split view for ai chat - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12896 <samp>(a5944)</samp>
- Comment panel - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12989 <samp>(a21f1)</samp>
- Make editor host optional - by @akumatus in https://github.com/toeverything/AFFiNE/issues/12990 <samp>(3e035)</samp>
- Quick search support search locally - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12987 <samp>(4641b)</samp>
- Bettery save mode - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12996 <samp>(b2bf5)</samp>
- Support mentions in comments - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13000 <samp>(532ea)</samp>
- Support ai chat add, pin and unpin - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13002 <samp>(134e6)</samp>
- Support compose a doc tool - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13013 <samp>(cfc10)</samp>
- Code artifact tool - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13015 <samp>(8ed7d)</samp>
- Add an independent AI panel - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13004 <samp>(64fb3)</samp>
- Add ai-chat-toolbar for independent chat - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13021 <samp>(2b0b2)</samp>
- Support ai recent session history - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13025 <samp>(24f11)</samp>
- Add comment notification settings - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13029 <samp>(29608)</samp>
- Markdown-diff & patch apply - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/12844 <samp>(c882a)</samp>
- Support open doc in ai session history - by @akumatus and @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13035 <samp>(2f9a9)</samp>
- Auto expand workbench sidebar when opening ai preview panel - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13058 <samp>(563a1)</samp>
- Remove auto-scroll when chatting and display down-arrow instead - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13066 <samp>(f78e0)</samp>
- Reply actions - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13071 <samp>(0833d)</samp>
- Hide model switch menu - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13070 <samp>(ce679)</samp>
- Comment with attachment uploads - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13089 <samp>(83970)</samp>
- Add ai history loading placeholder - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13092 <samp>(d5c95)</samp>
- Show ai-island and navigate to chat page if not available in sidebar - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13085 <samp>(e04d4)</samp>
- Completely remove the dependence on EditorHost - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13110 <samp>(d10e5)</samp>
- Support normal attachments - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13112 <samp>(d4c90)</samp>
- Add onOpenDoc handler for AFFiNE Intelligence page - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13118 <samp>(1f87c)</samp>
- Remove scrollable-text-renderer's dependency on editor host - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13123 <samp>(11a9e)</samp>
- Disable pin chat while generating AI answers - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13131 <samp>(fe002)</samp>
- Apply model tracking - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13128 <samp>(6b7d1)</samp>
- Clear all notifications - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13144 <samp>(d98b4)</samp>
- Render session title in ai session history - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13147 <samp>(e0f88)</samp>
- Restore pinned chat for independent chat - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13154 <samp>(2dacb)</samp>
- Update ai add context button ui - by @akumatus and @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13172 <samp>(93f13)</samp>
- Show server name when delete account - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13175 <samp>(33f64)</samp>
- Add basic ui for doc search related tool calling - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13176 <samp>(3dbdb)</samp>
- Ai intelligence track - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13187 <samp>(65453)</samp>
- Do not show AI actions in history - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13198 <samp>(b2c09)</samp>
- Display doc title with display-config for semantic result - by @CatsJuice and @akumatus in https://github.com/toeverything/AFFiNE/issues/13194 <samp>(3948b)</samp>
- Remount ai-chat-content when session changed - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13200 <samp>(de8fe)</samp>
- editor:
- By default render code iframe for html preview - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12848 <samp>(ce951)</samp>
- Support connector dom renderer - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/12505 <samp>(76568)</samp>
- Streamline cell editing and navigation with improved keyboard support - by @NorkzYT in https://github.com/toeverything/AFFiNE/issues/12770 <samp>(a8c18)</samp>
- Use affine container url in preview - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12919 <samp>(320d2)</samp>
- Allow embedding any iframes - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12895 <samp>(f80b6)</samp>
- Comment extension - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12948 <samp>(8ce85)</samp>
- Block comment extension - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12980 <samp>(d768a)</samp>
- Resolve unassociated comments on init - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13008 <samp>(55827)</samp>
- Comment for edgeless element - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13098 <samp>(1d865)</samp>
- Can highlight resolved comment - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13122 <samp>(1fe07)</samp>
- electron:
- Upgrade flatpak runtimeversion - by @doufa and @pengx17 in https://github.com/toeverything/AFFiNE/issues/12025 <samp>(3186f)</samp>
- ios:
- Update code sign identity script - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12938 <samp>(f3a2a)</samp>
- Update code sign identity script - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12942 <samp>(eef2e)</samp>
- Hidden version variant - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13019 <samp>(d0d94)</samp>
- mobile:
- Add delete operation for detail page menu - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12900 <samp>(24b20)</samp>
- native:
- Windows audio monitoring & recording - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12615 <samp>(899ff)</samp>
- nbstore:
- Add more data to indexer - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12815 <samp>(04f3d)</samp>
- server:
- Search blob names from indexer - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12822 <samp>(c0c81)</samp>
- Embedding search tool - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12810 <samp>(cdaaa)</samp>
- Parse ydoc to markdown - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12812 <samp>(73402)</samp>
- Parse ydoc to ai editable markdown format - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12846 <samp>(d80bf)</samp>
- Allow chat session dangling & pin session support - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12849 <samp>(bd049)</samp>
- Get recently updated docs - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12861 <samp>(ad572)</samp>
- Add pinned & action filter for session query - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12876 <samp>(c7113)</samp>
- Search docs by keywork from indexer - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12863 <samp>(62d74)</samp>
- Add doc keyword search tool - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12837 <samp>(e9781)</samp>
- Add search docs by keyword gql api - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12866 <samp>(011f9)</samp>
- Improve session modify - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12928 <samp>(e32c9)</samp>
- Allow multiple session attach to doc - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12933 <samp>(06f27)</samp>
- Support multiple hosts in one deployment - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12950 <samp>(dc555)</samp>
- Remove context prefetch & integrate context search - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12956 <samp>(e6f91)</samp>
- Faster reranking based on confidence - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12957 <samp>(9b881)</samp>
- Comment model - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12760 <samp>(e2a79)</samp>
- Add morph doc edit tool - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12789 <samp>(1c1da)</samp>
- Add comment-attachment model - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12909 <samp>(e7739)</samp>
- Add read doc tool - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12811 <samp>(5599c)</samp>
- Add comment-attachment storage - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12911 <samp>(e8bc8)</samp>
- Add typed list session gql - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12979 <samp>(0326d)</samp>
- Comment service and resolver - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12761 <samp>(2aa5c)</samp>
- Support comment notification type - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12924 <samp>(7ed72)</samp>
- Send comment notifications - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12925 <samp>(a2810)</samp>
- Deprecate blob id provide by client - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12991 <samp>(2ae3c)</samp>
- Expose reuse latest chat - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12999 <samp>(2ea3c)</samp>
- Add Blob Model - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12894 <samp>(06253)</samp>
- Edit tool intent collect - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12998 <samp>(53968)</samp>
- Use new content reader - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13007 <samp>(2b7a8)</samp>
- Update session after doc deletion - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13028 <samp>(b9c4d)</samp>
- Update tool descriptions and AI prompt - by @hwangdev97 in https://github.com/toeverything/AFFiNE/issues/13032 <samp>(a485a)</samp>
- Add apple-itunes-app meta tag on shage page - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13065 <samp>(7dc10)</samp>
- Support read all notifications - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13083 <samp>(db79c)</samp>
- Paginated list endpoint - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13026 <samp>(6dac9)</samp>
- Use faster model in ci test - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13038 <samp>(c4c11)</samp>
- Summary tools - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13133 <samp>(ad5a1)</samp>
- Export title and summary on doc resolver - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13139 <samp>(f655e)</samp>
- Add process memory usage metrics - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13148 <samp>(af9c4)</samp>
- Add doc meta for semantic search - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13174 <samp>(847ef)</samp>
- Add cron job for session cleanup - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13181 <samp>(b6187)</samp>
- Add generate title cron resolver - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13189 <samp>(9a3e4)</samp>
- Allow fork session to other doc - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13199 <samp>(bcf6b)</samp>
???? Bug Fixes
- ???? compiler issue on newer syntax - by @Lakr233 in https://github.com/toeverything/AFFiNE/issues/12974 <samp>(2be3f)</samp>
- ???? build on Xcode 16.2 - by @Lakr233 in https://github.com/toeverything/AFFiNE/issues/12981 <samp>(6a04f)</samp>
- ???? compiler issue - by @Lakr233 in https://github.com/toeverything/AFFiNE/issues/13114 <samp>(ecea7)</samp>
- Hide embedding status tip if embedding completed - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13156 <samp>(58dc5)</samp>
- Ai artifact preview styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13203 <samp>(7cff8)</samp>
- android:
- Graphql service type error - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12858 <samp>(2edc8)</samp>
- Fix android build error - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13117 <samp>(f54cb)</samp>
- core:
- Iframe rendering issue for youtube videos - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12880 <samp>(da980)</samp>
- Adjust new doc list filter style - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12629 <samp>(ea92e)</samp>
- Show toolbar when quick select doc explorer - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12601 <samp>(dd1b8)</samp>
- Remove list view doc preview skeleton - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12621 <samp>(4507c)</samp>
- Persist sidebar open state and width to prevent flash on load - by @NorkzYT in https://github.com/toeverything/AFFiNE/issues/12743 <samp>(74106)</samp>
- Center align user avatar in doc property - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12908 <samp>(616e7)</samp>
- Adjust workspace selector style in import page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12916 <samp>(6813d)</samp>
- Correct workspace selector position in sidebar fallback - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12945 <samp>(5c45c)</samp>
- Persist right sidebar open state correctly for desktop - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12953 <samp>(ad306)</samp>
- Ai make it real ci timeout - by @akumatus and @darkskygit in https://github.com/toeverything/AFFiNE/issues/12954 <samp>(a4680)</samp>
- Fix ai input style in chat block and simply img rendering - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12943 <samp>(32787)</samp>
- Fix client crash - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12966 <samp>(f46d2)</samp>
- Adjust ai chat tool calling style - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12985 <samp>(423c5)</samp>
- Dedicated link config for comments - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13003 <samp>(81f54)</samp>
- Some artifact styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13020 <samp>(fe8cb)</samp>
- Fix migrate filter list error - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13022 <samp>(f961d)</samp>
- Re-layout ai-chat-content to display preview panel - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13030 <samp>(882d0)</samp>
- List comment changes usage - by @pengx17 and @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13036 <samp>(1452f)</samp>
- Some style issues - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13039 <samp>(ec510)</samp>
- Timezone aware datetime display - by @yifeiyin in https://github.com/toeverything/AFFiNE/issues/13055 <samp>(2df4a)</samp>
- Some ux issues related to comments - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13057 <samp>(0d2fb)</samp>
- Border color for embed-linked-doc-block and others - by @yifeiyin in https://github.com/toeverything/AFFiNE/issues/13056 <samp>(0be63)</samp>
- Should not be able to comment with empty content - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13061 <samp>(90b2b)</samp>
- Comment mention filters - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13062 <samp>(6175b)</samp>
- Opt doc edit prompt - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13054 <samp>(5a81c)</samp>
- Chat history not show in independent page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13069 <samp>(f8be0)</samp>
- Should be able to unresolve a resolved comment - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13078 <samp>(81014)</samp>
- Show actions only if docId equals session.docId - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13080 <samp>(afb39)</samp>
- Shared mode permission check - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13087 <samp>(f6a45)</samp>
- Insert diff not displayed after the expected block - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13086 <samp>(8c49a)</samp>
- Ai tool calling explanation - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13097 <samp>(3226a)</samp>
- Long words will overflow in chat panel - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13101 <samp>(81a76)</samp>
- Some editor issues - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13096 <samp>(072ff)</samp>
- Apply model ui - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13084 <samp>(3cc33)</samp>
- Avoid shared page to fetch workspace info - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13104 <samp>(ce7ff)</samp>
- Some ux enhancements on comments - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13105 <samp>(a5027)</samp>
- Should not be able to commit comments when uploading images - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13108 <samp>(9071c)</samp>
- Should show delete permanently for trash page multi-select - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13111 <samp>(dace1)</samp>
- Should use sonnet 4 for make it real - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13106 <samp>(f839e)</samp>
- Code block artifact styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13116 <samp>(38537)</samp>
- Old ai messages not cleared before retrying - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13119 <samp>(89958)</samp>
- Some comment editor ux enhancements - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13126 <samp>(ed6fd)</samp>
- Disable comment in local workspace - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13124 <samp>(5b027)</samp>
- Add missing tooltip effect for independent chat - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13127 <samp>(0f9b9)</samp>
- Cannot download comment files - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13136 <samp>(7d527)</samp>
- Doc reference error in ai answer - by @akumatus in https://github.com/toeverything/AFFiNE/issues/13141 <samp>(9d5c7)</samp>
- Empty style for comment - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13142 <samp>(46901)</samp>
- Ensure new chat when entering chat page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13146 <samp>(8b579)</samp>
- Load chat history content correctly - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13149 <samp>(aba0a)</samp>
- Remove scroller visiblility test - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/13159 <samp>(b23f3)</samp>
- Artifact rendering issue in standalone ai chat panel - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13164 <samp>(fef4a)</samp>
- Some artifact tools styling - by @pengx17 and @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13152 <samp>(d65a7)</samp>
- Artifact rendering issue in standalone ai chat panel - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13166 <samp>(9cda6)</samp>
- Avoid infinite sign in with selfhost - by @EYHN in https://github.com/toeverything/AFFiNE/issues/13169 <samp>(0e8ff)</samp>
- Update code artifact tool prompt - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13171 <samp>(aee7a)</samp>
- Hide footer actions for independent ai chat - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13177 <samp>(6f87c)</samp>
- Right sidebar switching not work after switching workspace - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13179 <samp>(0d414)</samp>
- Artifact panel theme - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13186 <samp>(4d7d8)</samp>
- Prevent creating session every time in chat page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13190 <samp>(ebefb)</samp>
- Loading spinner color issue - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13192 <samp>(d9e8c)</samp>
- Disable creating linked doc in sidebar when show linked is off - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13191 <samp>(7b536)</samp>
- Comment empty style issue - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13208 <samp>(8ec4b)</samp>
- Electron storage sync - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/13213 <samp>(2a8f1)</samp>
- editor:
- FilterableList - prevent undefined item selection in keyboard nav - by @golok727 in https://github.com/toeverything/AFFiNE/issues/12818 <samp>(1fb68)</samp>
- Unexpectedly update edgeless note in readonly mode - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12839 <samp>(ba718)</samp>
- Middle click open new tab - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12902 <samp>(1686b)</samp>
- Improve performence of link card render - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/12937 <samp>(a6edb)</samp>
- Peekable conditions for edgeless note block - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12969 <samp>(03aeb)</samp>
- Comment style and creation issues - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13006 <samp>(7879e)</samp>
- Time issues of comment initialization - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13031 <samp>(eb56a)</samp>
- Adjust highlght style of comment and comment editor flickering - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13040 <samp>(eb965)</samp>
- Keyboard can not open after closing input modal - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13041 <samp>(6f9c1)</samp>
- Focus comment editor after click its bottom area - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13060 <samp>(75f2e)</samp>
- Centerize iframe modal in mobile - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13073 <samp>(339bf)</samp>
- Can not create surface block comment - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13115 <samp>(39abd)</samp>
- Commented heading style - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13140 <samp>(46a9d)</samp>
- Missing viewport selector in editor setting - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13168 <samp>(15726)</samp>
- Use inline-block style for inline comment - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/13204 <samp>(fbd6e)</samp>
- Memory leak caused by missing unsubscription from autoUpdate - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/13205 <samp>(36bd8)</samp>
- electron:
- Embeded youtube videos not playable - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12892 <samp>(e00a3)</samp>
- Adjust some command line flags - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/12597 <samp>(ec66b)</samp>
- ios:
- Fix xcode marketing version - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12963 <samp>(6b263)</samp>
- Fix testflight - by @EYHN in https://github.com/toeverything/AFFiNE/issues/12964 <samp>(bbafc)</samp>
- mobile:
- Change mobile docs display config and prevent opening doc when close menu - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/12903 <samp>(d7430)</samp>
- server:
- Should save end date of subscription in db - by @forehalo in https://github.com/toeverything/AFFiNE/issues/12814 <samp>(a1abb)</samp>
- Ci nextest - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12851 <samp>(31e65)</samp>
- Session unique index conflict - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12865 <samp>(dfaf6)</samp>
- Set empty embedding on empty doc - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12857 <samp>(5623d)</samp>
- Don't use global AFFiNELogger - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12871 <samp>(5a87d)</samp>
- Save snapshot and delete updates in the same transaction - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12856 <samp>(c6262)</samp>
- Session update check - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12877 <samp>(13b64)</samp>
- Convert date and timestamp value to Date instance - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12867 <samp>(bebe4)</samp>
- Use job queue instead event on doc indexing changes - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12893 <samp>(862a5)</samp>
- Should check doc public attribute when snapshot not exists - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12913 <samp>(f0671)</samp>
- Copilot permission check - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12923 <samp>(07ec4)</samp>
- Allow fork empty session in playground - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12940 <samp>(5e193)</samp>
- Disable Apple oauth on client version < 0.22.0 - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/12984 <samp>(facf6)</samp>
- Model mistakenly thinks the edit failed - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12997 <samp>(4fd42)</samp>
- Incorrect list condition - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13005 <samp>(41524)</samp>
- Send comment mention to comment author by default - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13018 <samp>(1b9ed)</samp>
- Abort behavior in sse stream - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/12211 <samp>(5a49d)</samp>
- Allow MS Office365 / Azure compatibility by making OIDC.preferred_username optional - by @chief-nerd in https://github.com/toeverything/AFFiNE/issues/13027 <samp>(eb73c)</samp>
- Only send comment mention notification when comment author is doc owner - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13033 <samp>(831da)</samp>
- Doc embedding crash with transaction - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13042 <samp>(e8857)</samp>
- Rerank scores calc - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13016 <samp>(181cc)</samp>
- Separate active subscriptions - by @forehalo in https://github.com/toeverything/AFFiNE/issues/13077 <samp>(61da6)</samp>
- Get pending embedding docs in event handler - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13095 <samp>(d2f01)</samp>
- Incorrect abort condition - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13100 <samp>(e0275)</samp>
- Session updated at - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13099 <samp>(0bd1f)</samp>
- Use new LocalWorkspace ServerFeature instead - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13091 <samp>(95f88)</samp>
- Chunk session in migration - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13107 <samp>(8236e)</samp>
- Should use signed url first - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13109 <samp>(ae74f)</samp>
- Add user id to comment-attachment model - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13113 <samp>(45c01)</samp>
- Batch size in gemini embedding - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13120 <samp>(0f306)</samp>
- Sse abort behavior - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13153 <samp>(b7943)</samp>
- Ignore 409 status error on es delete query - by @fengmk2 in https://github.com/toeverything/AFFiNE/issues/13162 <samp>(0f74e)</samp>
- Recent session missing params - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/13188 <samp>(d5f63)</samp>
- web:
- Adjust sign-in panel height - by @hwangdev97 in https://github.com/toeverything/AFFiNE/issues/12976 <samp>(d49a0)</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.