Downloads:
1,894
Downloads of v 0.18.0:
13
Last Update:
14 Nov 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
- 1
- 2
- 3
0.18.0 | Updated: 14 Nov 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:
1,894
Downloads of v 0.18.0:
13
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.18.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.18.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.18.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.18.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.18.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.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 14 Nov 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.18.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.18.0/affine-0.18.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: 6E97E43DC3BF0D11F93A9C970AABA591125BF748BEDB11FD50D539EBC402A0F4
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: CEFB2FB7FC1CABF43D08F5762E8DAAC9 | sha1: 2F281EC1F6074E4ECE84E08BBE0C111643280E5F | sha256: 6E97E43DC3BF0D11F93A9C970AABA591125BF748BEDB11FD50D539EBC402A0F4 | sha512: 4DD7179514C61153A3DFC59DA811A0F6E3F6366CF0E06DA62D3265CE461BDDAED9352F2A2C51F25429DA8A6403EDBA5DECA6517C3180D9AC5194B1569593257A
$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.18.0.nupkg (f76820f0c8ee) - ## / 68
- affine-client.exe (6e97e43dc3bf) - ## / 65
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.18.1 | 0 | Thursday, November 21, 2024 | Pending Automated Review | |
AFFiNE Client 0.18.0 | 13 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 24 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 22 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 20 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 23 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 27 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 22 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 34 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 23 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 27 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 26 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 42 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 38 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 31 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 36 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 38 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 32 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 52 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 53 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 43 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 36 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 43 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 55 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 43 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 39 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 46 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 46 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 48 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 593 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 62 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 178 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 79 | Monday, August 15, 2022 | Approved |
???? Features
- Add feature record - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8400 <samp>(f8330)</samp>
- Separate user content from prompt - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8480 <samp>(d0c9a)</samp>
- Refresh captcha correctly - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8491 <samp>(13b24)</samp>
- Separate user content from prompt - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8480 <samp>(62d2e)</samp>
- Refresh captcha correctly - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8491 <samp>(4b9e2)</samp>
- Add copilot metrics - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8455 <samp>(fa554)</samp>
- Isolate user content - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8568 <samp>(054c0)</samp>
- Allow peek view to be closed by the caller && bump bs - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8542 <samp>(81029)</samp>
- Use date fixed model name - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8621 <samp>(efee4)</samp>
- Copilot frontend e2e - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7694 <samp>(d7185)</samp>
- Copilot frontend e2e " - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/7694 <samp>(c08b0)</samp>
- Add import modal - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8599 <samp>(afcf5)</samp>
- Add snapshot import export config - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8584 <samp>(ba3aa)</samp>
- Optimize import export event tracker - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8652 <samp>(01843)</samp>
- Bump blocksuite - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8705 <samp>(ca6e8)</samp>
- Use custom @ import dialog - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8723 <samp>(c323e)</samp>
- Add import snapshot option to import dialog - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8778 <samp>(71355)</samp>
- Improve metrics naming - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8770 <samp>(5cde5)</samp>
- admin:
- Allow config unlimited copilot - by @bytemain and @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8487 <samp>(691e1)</samp>
- android:
- Android internal testing - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8577 <samp>(58c7e)</samp>
- component:
- Basic notification adaptation for mobile - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8402 <samp>(1c59e)</samp>
- core:
- Emoji as doc icon support with feature flag - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8348 <samp>(17fec)</samp>
- Onetime subscription ui - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8462 <samp>(29a31)</samp>
- Bump theme, update workspace card color variables, add active status - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8467 <samp>(db4d8)</samp>
- Bump theme, update workspace card color variables, add active status - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8467 <samp>(5975a)</samp>
- Make AI functions follow server configuration - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8374 <samp>(82916)</samp>
- Simplify subscribe page param - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8518 <samp>(7dae5)</samp>
- Set doc mode and primary doc mode separately - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8359 <samp>(bfb8d)</samp>
- Close the floating sidebar when creating and opening a doc - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8535 <samp>(2f2e0)</samp>
- Add global error handler - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8509 <samp>(9b311)</samp>
- New "is journal" page property - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8525 <samp>(8f92b)</samp>
- Prevent the floating sidebar from showing immediately after the sidebar is closed - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8531 <samp>(d1783)</samp>
- Build config for ios android - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8555 <samp>(db374)</samp>
- Keep the sidebar instance when the sidebar is collapsed - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8560 <samp>(a25bb)</samp>
- Use contain strict optimizing performance - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8553 <samp>(42b3e)</samp>
- Adjust doc property style - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8561 <samp>(7cd40)</samp>
- Adjust app sidebar - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8572 <samp>(b8cb5)</samp>
- Handle copilot errors - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8546 <samp>(6f153)</samp>
- Add tooltips to PropertyItem - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8564 <samp>(be312)</samp>
- Doc database properties - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8520 <samp>(4b6c4)</samp>
- Captcha service - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8616 <samp>(76992)</samp>
- Add open link in app to doc menu - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8597 <samp>(835fd)</samp>
- Add createdBy property to default property - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8642 <samp>(0f9d1)</samp>
- Open app in electron app entry - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8637 <samp>(0f8b2)</samp>
- Add edgelessTheme property and edgelessDefault theme setting - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8614 <samp>(10b1f)</samp>
- Add tooltips to the doc properties in the sidebar - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8684 <samp>(04696)</samp>
- Remember the scroll position of doc when routing forward and backward - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8631 <samp>(9e419)</samp>
- Update connector shortcut - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8690 <samp>(01228)</samp>
- Add tooltips to sidebar resize handle - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8717 <samp>(59264)</samp>
- Track signin failed reason - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8746 <samp>(1a104)</samp>
- Add page width property - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8775 <samp>(6fe2e)</samp>
- Add i18n to descriptions of experimental feature - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8788 <samp>(2ee2c)</samp>
- Pdf preview - by @fundon and @forehalo in https://github.com/toeverything/AFFiNE/issues/8569 <samp>(f4abe)</samp>
- electron:
- Support WOA native - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8741 <samp>(64674)</samp>
- Spellcheck setting - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8730 <samp>(35f3f)</samp>
- infra:
- Collect more data to indexer - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8528 <samp>(01c3a)</samp>
- Opti indexer performance - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8557 <samp>(6ecdc)</samp>
- Introduce op pattern - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8734 <samp>(d6618)</samp>
- ios:
- Hashcash in swift - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8602 <samp>(5709e)</samp>
- mobile:
- IOS app testflight - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8501 <samp>(714a8)</samp>
- Ios oauth & magic-link login - by @CatsJuice and @EYHN in https://github.com/toeverything/AFFiNE/issues/8581 <samp>(06dda)</samp>
- Enable mobile keyboard toolbar - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8633 <samp>(50bae)</samp>
- Explorer create/rename operation - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8628 <samp>(4cbf4)</samp>
- Manage docs/tags/collections in explorer - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8649 <samp>(cdaac)</samp>
- Mobile app fallback skeleton - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8686 <samp>(fe04a)</samp>
- Mobile at menu - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8727 <samp>(5f40f)</samp>
- New journal tab, show App tab for journal page - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8738 <samp>(7bdad)</samp>
- New journal date-picker - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8757 <samp>(50a04)</samp>
- Jouranl daily activity and conflict operations - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8779 <samp>(c4e65)</samp>
- Optimize home header animation - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8707 <samp>(98bdf)</samp>
- server:
- Support onetime payment subscription - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8369 <samp>(69fb5)</samp>
- Support socketio auth field - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8595 <samp>(08319)</samp>
- Verify domain record - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8608 <samp>(3f775)</samp>
- Add real-world prompt test for copilot apis - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8629 <samp>(7a201)</samp>
???? Bug Fixes
- Message attachment merge - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8498 <samp>(075ce)</samp>
- Message attachment merge - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8498 <samp>(b0527)</samp>
- Ai text renderer specs - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8611 <samp>(34357)</samp>
- Old document edgelessColorTheme shows auto but always render white - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8666 <samp>(7e713)</samp>
- Open in app card style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8667 <samp>(ecbf5)</samp>
- Should toggle empty input when generate an image - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8643 <samp>(aacfb)</samp>
- Should pass std to AffineEditorContainer - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8678 <samp>(a4f27)</samp>
- Copilot ci condition - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8692 <samp>(89d09)</samp>
- Bump blocksuite script changelog generate failed - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8708 <samp>(c0d80)</samp>
- Also check online model list if model not defined - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8726 <samp>(2a3e8)</samp>
- Reduce min height of chat peek view new message container - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8739 <samp>(e988b)</samp>
- Edgeless note preview on the editor settings is editable - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8735 <samp>(58233)</samp>
- Color of canvas element under embed whiteboard is wrong - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8712 <samp>(e2b22)</samp>
- Reference parameters and add test cases - by @fundon in https://github.com/toeverything/AFFiNE/issues/8740 <samp>(a5bcf)</samp>
- Migrate to standard import attributes - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8803 <samp>(c0f6a)</samp>
- component:
- Correct notification theme when theme toggled - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8570 <samp>(ed511)</samp>
- Optimize stack notification with different height - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8700 <samp>(9e903)</samp>
- core:
- Sidebar can not be collapsed on mobile - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8475 <samp>(04095)</samp>
- Sidebar can not be collapsed on mobile - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8475 <samp>(80c92)</samp>
- Journal nav button icon - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8517 <samp>(4e640)</samp>
- Unexpected double-click behavior when selecting multiple options on all doc pages - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8461 <samp>(8d3a5)</samp>
- Prevent floating sidebar from disappearing unexpectedly - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8477 <samp>(675a0)</samp>
- Sidebar shakes unexpectedly during init on mobile - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8506 <samp>(90ef1)</samp>
- Global error handler should be registered outside webpack runtime - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8556 <samp>(1ed97)</samp>
- Free cloud and ai onetime payment adaptation - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8558 <samp>(64f97)</samp>
- Clicking change mode in the menu should switch both view and mode - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8562 <samp>(8c0ee)</samp>
- Fix mobile edition flag - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8571 <samp>(6a9a7)</samp>
- Handle global script error - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8576 <samp>(ff95f)</samp>
- Let backend check whethere user can subscribe - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8573 <samp>(dc89b)</samp>
- Dont show config properties in peek view - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8594 <samp>(2fc27)</samp>
- Redirect to old page after login via 404 page - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8588 <samp>(8f694)</samp>
- Adjust onetime subscription ui for billing and pricing - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8591 <samp>(82936)</samp>
- Db properties ui issues - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8638 <samp>(d96cc)</samp>
- Checkbox property styling and layout - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8645 <samp>(2b3b7)</samp>
- Do not redirect to open-page for open-in-app card - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8646 <samp>(51ffc)</samp>
- Fix copy block link - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8650 <samp>(1f6cc)</samp>
- Unable to hide doc info - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8658 <samp>(1c22f)</samp>
- Unnamed doc title of db properties - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8657 <samp>(33088)</samp>
- Dropdown menu cannot be hovered when it is at the bottom of doc - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8662 <samp>(f3609)</samp>
- Unregister global error handler once app running - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8659 <samp>(a776c)</samp>
- Handle uncaught ai flag - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8663 <samp>(c2ebf)</samp>
- Copilot test condition & retry - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8665 <samp>(2e7a7)</samp>
- Open in app card wording - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8677 <samp>(fd7d1)</samp>
- The full width layout feature does not work - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8687 <samp>(d700f)</samp>
- Clip app element overflow content - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8689 <samp>(7b66e)</samp>
- Do not show open-in-app in mobile web browser - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8694 <samp>(de7b1)</samp>
- Bump theme to fix full-width-layout and editor font customization - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8704 <samp>(c4164)</samp>
- Update prompt texts for opening new doc - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8696 <samp>(e7732)</samp>
- Temporarily make AI functions not follow server configuration - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8698 <samp>(aae71)</samp>
- Adapt new database chip color scheme - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8697 <samp>(684b6)</samp>
- Modal height issue - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8710 <samp>(584d0)</samp>
- Add open in app hint text - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8728 <samp>(72713)</samp>
- Fix infinite retry when workspace not found - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8679 <samp>(73d0e)</samp>
- Close setting when workspace is deleted - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8747 <samp>(c1ece)</samp>
- Deleted tags property cannot be added back - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8761 <samp>(e6ef1)</samp>
- Fix delete doc property description - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8772 <samp>(9239e)</samp>
- Do not delete tag on cancel - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8776 <samp>(b3749)</samp>
- Revise open app card text - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8783 <samp>(cc9a2)</samp>
- Add missing confirm button variants - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8786 <samp>(bfc8b)</samp>
- Remember scroll position switch mode - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8771 <samp>(51b00)</samp>
- Avoid shaking when center-peek opened - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8780 <samp>(a8d66)</samp>
- Speed up navigation performance - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8794 <samp>(17c24)</samp>
- Peek view animation use zoom when possible - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8793 <samp>(01d16)</samp>
- Onboading performance improvement - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8790 <samp>(c32b2)</samp>
- electron:
- Shell missing i18n init - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8499 <samp>(c0601)</samp>
- Tab max width - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8507 <samp>(72e14)</samp>
- Offline mode description - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8586 <samp>(8cbb7)</samp>
- Add missing configureAppThemeModule to shell - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8656 <samp>(4f16e)</samp>
- Deep link handling without running instance - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8661 <samp>(070f5)</samp>
- Active view sometimes does not get focused - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8683 <samp>(378c9)</samp>
- Share page in electron issues - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8703 <samp>(02965)</samp>
- Deep link handling in macos - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8713 <samp>(fcd4f)</samp>
- Make sure updater receive correct installer files - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8798 <samp>(b3b1e)</samp>
- infra:
- Fix built in property order error - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8524 <samp>(ee641)</samp>
- Indexer missing data - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8578 <samp>(542fd)</samp>
- Orm create override optional - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8627 <samp>(8f95c)</samp>
- Retry search and aggregate on indexeddb - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8767 <samp>(2acee)</samp>
- Export op module - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8769 <samp>(39c65)</samp>
- ios:
- Set testflight version number correctly - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8565 <samp>(97ccf)</samp>
- Enable navigation gesture - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8592 <samp>(6d7c0)</samp>
- Fix mobile blob storage - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8702 <samp>(49770)</samp>
- mobile:
- Handle touch event correctly - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8496 <samp>(c484c)</samp>
- Handle touch event correctly - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8496 <samp>(7381b)</samp>
- Adjust app tab height - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8635 <samp>(fffd6)</samp>
- Incorrect height of keyboard toolbar in ios - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8653 <samp>(1973c)</samp>
- Adjust mobile UI - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8719 <samp>(06591)</samp>
- Typo of identifier when override config - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8773 <samp>(81fc9)</samp>
- Doc property styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8760 <samp>(fa828)</samp>
- server:
- Blank screen on mobile - by @bytemain and @forehalo in https://github.com/toeverything/AFFiNE/issues/8460 <samp>(f393f)</samp>
- No more selfhost paths - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8530 <samp>(b7fac)</samp>
- Wrong public path for selfhosted doc renderer - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8660 <samp>(e8796)</samp>
- Reduce yjs binary size - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8681 <samp>(63b58)</samp>
- Avoid preserved html meta tag name - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8682 <samp>(ee16e)</samp>
- Make scope field optional in access token response - by @js-0s and @darkskygit in https://github.com/toeverything/AFFiNE/issues/8753 <samp>(e2f28)</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.