Downloads:
3,021
Downloads of v 0.16.0:
45
Last Update:
09 Aug 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.16.0 | Updated: 09 Aug 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:
3,021
Downloads of v 0.16.0:
45
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.16.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.16.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.16.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.16.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.16.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.16.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.16.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.16.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 09 Aug 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.16.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.16.0/affine-0.16.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: 688ADD7186266CFAADE2E549FD221B622F9AB3B8F685BDEBF939E06AC77A80D1
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: A04EF26695826C83D5531582479F3EB5 | sha1: 460358F35F7485FC943BB9B3C17434C01A9FB2C5 | sha256: 688ADD7186266CFAADE2E549FD221B622F9AB3B8F685BDEBF939E06AC77A80D1 | sha512: 3DC3E345218EBF07D70BE03B54CE2B78D09464D3A3F94C813003A90E6C7600AF9190F3B49154C1ADCCEE5069CF7555E44EF9B629EBA85007C8D09ADBA5F15E03
$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.16.0.nupkg (29417e48c0b5) - ## / 69
- affine-client.exe (688add718626) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AFFiNE Client 0.20.5 | 59 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 38 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 21 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 23 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 15 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 20 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 60 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 39 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 34 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 25 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 24 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 22 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 26 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 42 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 40 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 31 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 40 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 38 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 41 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 43 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 48 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 45 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 52 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 42 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 45 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 45 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 59 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 56 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 54 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 54 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 56 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 50 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 71 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 78 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 66 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 53 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 65 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 70 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 61 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 64 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 67 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 67 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 68 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 616 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 87 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 199 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 102 | Monday, August 15, 2022 | Approved |
What's Changed
- chore: update name in one shot by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7567
- fix: forked session query condition by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7568
- fix(core): correct believer plan copy by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7571
- ci: set the sentry release name as version number by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7574
- fix(server): should clean bill date if lifetime subscription by @forehalo in https://github.com/toeverything/AFFiNE/pull/7577
- feat(server): setup api for selfhost deployment by @forehalo in https://github.com/toeverything/AFFiNE/pull/7569
- fix(core): beliver plan should not show cancel subscription by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7576
- chore: add env for desktop test by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7582
- chore: bump blocksuite by @akumatus in https://github.com/toeverything/AFFiNE/pull/7579
- fix(core): remove hover state for ai-usage block in sidebar avtar menu by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7573
- feat(core): adjust left-sidebar min-width to 248px by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7575
- fix(component): button icon color by @EYHN in https://github.com/toeverything/AFFiNE/pull/7588
- refactor(component): adjust confirm modal api by @EYHN in https://github.com/toeverything/AFFiNE/pull/7589
- feat: support save chat to block by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7481
- fix(server): create dev user by @forehalo in https://github.com/toeverything/AFFiNE/pull/7592
- build: fix undefined entry point by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7594
- feat: custom the items of linked menu by configuration by @akumatus in https://github.com/toeverything/AFFiNE/pull/7554
- chore: custom telemetry endpoint by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7596
- ci: wrong installer version used by @forehalo in https://github.com/toeverything/AFFiNE/pull/7602
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7603
- refactor(core): use lit customelement decorator by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7560
- feat(core): bump theme by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7587
- fix(core): stuck when quick switch doc mode by @EYHN in https://github.com/toeverything/AFFiNE/pull/7599
- feat(core): adjust subscription related mixpanel by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7536
- feat(core): move sidebar new page button beside quick-search by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7578
- feat(infra): add ability to mount nodes to nearest FrameworkScope root by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7551
- fix(core): do not clip center-peek controls to make it appear more quickly by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7572
- feat(core): support lifetime subscription from external link by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7585
- feat: migrate fal workflow to server by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7581
- fix: journal doc title in at menu by @akumatus in https://github.com/toeverything/AFFiNE/pull/7608
- feat(core): init organize by @EYHN in https://github.com/toeverything/AFFiNE/pull/7456
- feat: refector prompt refresh by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7605
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7517
- chore(component): add a danger hover style for buttons by @fundon in https://github.com/toeverything/AFFiNE/pull/7600
- feat(core): add doc/collection/tag select hook by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7593
- build: make nightly version shorter by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7613
- fix: repeated slides by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7612
- feat(core): new favorite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7590
- refactor(core): adjust modal animation by @EYHN in https://github.com/toeverything/AFFiNE/pull/7606
- feat: support chatting in center peek by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7601
- chore: bump up @blocksuite/icons version to v2.1.61 by @renovate in https://github.com/toeverything/AFFiNE/pull/7541
- fix(core): make indexer faster by @EYHN in https://github.com/toeverything/AFFiNE/pull/7629
- fix(core): sidebar node content should ellipsis when overflowed by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7627
- fix(core): adjust believer card dark mode style by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7623
- feat(core): add doc/tag/collection to folders via menu by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7631
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7634
- feat: add event tracker for ai chat block by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7637
- feat(core): support sidebar collapse by @EYHN in https://github.com/toeverything/AFFiNE/pull/7630
- fix(core): sidebar renaming bug by @EYHN in https://github.com/toeverything/AFFiNE/pull/7632
- fix(core): optimize sidebar tag performance by @EYHN in https://github.com/toeverything/AFFiNE/pull/7633
- feat(core): outline viewer (quick toc) by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7614
- feat(electron): multi tabs support by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7440
- test(electron): add test cases for electron tabs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7635
- chore(electron): remove unused ipc code by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7636
- ci: attest provenance by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7609
- chore: bump up rustc version to v1.80.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/7628
- build(electron): skip signing for windows by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7645
- fix(core): wrong padding position when ai panel is active by @forehalo in https://github.com/toeverything/AFFiNE/pull/7648
- fix(core): scrolling break client style in bordered container by @forehalo in https://github.com/toeverything/AFFiNE/pull/7650
- feat(server): runtime service config by @forehalo in https://github.com/toeverything/AFFiNE/pull/7644
- fix(core): fix layout overflow by @EYHN in https://github.com/toeverything/AFFiNE/pull/7647
- fix: remove shadow for bordered main container by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7655
- fix: icon color active style by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7656
- feat(core): improve mixpanel by @EYHN in https://github.com/toeverything/AFFiNE/pull/7652
- feat(core): add track events for sidebar by @EYHN in https://github.com/toeverything/AFFiNE/pull/7659
- fix(electron): app flicker issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7663
- chore: bump blocksuite 240730 by @Saul-Mirone in https://github.com/toeverything/AFFiNE/pull/7662
- chore(core): update sidebar all-docs icon by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7626
- fix(component): stop renaming modal propagation & input auto focus by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7653
- fix(component): adjust renaming style by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7654
- fix(core): adjust sidebar explorer empty status by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7657
- fix: ai chat block added later should be with higher index by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7660
- fix: cannot clean chat panel histories by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7673
- fix: tab label overflow style when there is only one tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7665
- fix: using width atom for syncing app headers position by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7666
- fix(electron): window theme issue after exiting presentation by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7671
- fix: wrong public path for stable env by @forehalo in https://github.com/toeverything/AFFiNE/pull/7676
- chore(server): standardize server db names and columns by @forehalo in https://github.com/toeverything/AFFiNE/pull/7674
- feat(core): experience function color picker by @fundon in https://github.com/toeverything/AFFiNE/pull/7677
- fix: make chat button click event work fine by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7658
- build(electron): re-enable windows signing by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7682
- chore: bump blocksuite by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7680
- fix: optimize ai chat block position calculation by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7683
- chore(core): set read-only mode on mobile device by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7651
- fix(component): modal overlap issue by @EYHN in https://github.com/toeverything/AFFiNE/pull/7691
- feat(core): add globalcontext info to mixpanel track by @EYHN in https://github.com/toeverything/AFFiNE/pull/7681
- feat(core): adjust explorer section style, persist collapsable state by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7679
- fix(core): new no children status for explorer by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7686
- refactor(electron): tab title/icon update logic by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7675
- chore: bump blocksuite by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7696
- feat(electron): app tabs dnd by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7684
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7698
- test(electron): enable trace file for desktop tests by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7692
- feat: patch edgeless clipboard to support cuntom block copy paste by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7689
- fix: support chat in different doc by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7693
- fix: should save chat to block when doc mode by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7697
- feat(core): loading ui for favorite and organize by @EYHN in https://github.com/toeverything/AFFiNE/pull/7700
- fix(core): wrong display of 404 page by @EYHN in https://github.com/toeverything/AFFiNE/pull/7711
- fix(core): fix scroll block into view by @EYHN in https://github.com/toeverything/AFFiNE/pull/7712
- feat(core): tuning for better search by @EYHN in https://github.com/toeverything/AFFiNE/pull/7713
- fix: center peek message role by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7723
- refactor(component): refactor the implementation of Button and IconButton by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7716
- feat(component): shortcut style for tooltip by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7721
- test(electron): adjust expect timeout for CI by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7707
- fix(core): ctrl/cmd + click on add page button opens in new tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7701
- fix(electron): reload view in tab context menu issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7702
- fix(electron): duplicate tab views issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7703
- fix(electron): should activate the target tab when closing other tabs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7704
- build(electron): nightly build issue for windows by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7649
- fix(core): app height exceeds viewport of mobile by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7706
- fix(core): update outline viewer style by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7641
- feat(electron): new tab/split view entries by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7708
- chore: bump up oxlint version to v0.7.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/7727
- fix(electron): add i18n setup for shell by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7728
- fix(electron): tab title/icon default state by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7731
- fix(electron): allow close pinned tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7732
- fix(electron): drop indicator position by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7734
- fix(electron): app ghosting issue when quickly opening new tabs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7736
- fix: use correct user id in forked session by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7710
- fix(core): add favorite folder in menu, adjust empty-page new page button by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7730
- fix(core): canvas text adapts to input scrolling by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7733
- fix(electron): find in page input border blink issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7737
- feat(core): enable feature flag for release by @EYHN in https://github.com/toeverything/AFFiNE/pull/7738
- chore: cleanup outdated model & upgrade model by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7739
- refactor(electron): reduce the number of listeners for ipc by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7740
- fix(electron): whitescreen issue by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7742
- fix(core): transform workspace db when enable cloud by @EYHN in https://github.com/toeverything/AFFiNE/pull/7744
- feat(core): add tooltip and toast for organize operations by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7725
- chore: bump @blocksuite/icons by @EYHN in https://github.com/toeverything/AFFiNE/pull/7749
- fix(electron): onboarding not shown by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7753
- fix: dont limit text block height in chat panel by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7754
- fix: reset height after send by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7755
- feat(core): make event track great again by @forehalo in https://github.com/toeverything/AFFiNE/pull/7695
- chore: bump up fast-xml-parser version to v4.4.1 [SECURITY] by @renovate in https://github.com/toeverything/AFFiNE/pull/7752
- chore(core): replace with new track impl by @forehalo in https://github.com/toeverything/AFFiNE/pull/7735
- fix: increase image limit of copilot by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7756
- feat: improve continue to chat compatibility by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7757
- chore(core): theme v1.0.2 by @fundon in https://github.com/toeverything/AFFiNE/pull/7746
- feat: handle copilot error by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7760
- fix(electron): fix tab view blink issue on open new tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7748
- chore(core): remove old favorite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7743
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7751
- fix(core): migration favorite appear again by @EYHN in https://github.com/toeverything/AFFiNE/pull/7768
- chore(core): remove outline viewer feature flag by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7770
- fix: can not create a new edgeless doc with "@" on edgeless by @akumatus in https://github.com/toeverything/AFFiNE/pull/7772
- fix: chat action button style by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7766
- feat(electron): mouse middle click to close tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7759
- feat(core): add track events for editor header by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7661
- feat(core): add track events for page option by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7664
- feat(core): add track events for page info by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7667
- feat(core): add track events for cmdk by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7668
- fix: remove chat block button flag by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7767
- feat: allow opening new tab for some navigation buttons by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7764
- fix: render ai chat block in embed doc and surface ref by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7747
- fix(core): optimize explorer's dnd behaviors by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7769
- fix(electron): always show traffic light for mac by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7773
- feat(i18n): add Spanish(Argentina) and Urdu by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7771
- fix(core): update en.json by @eltociear in https://github.com/toeverything/AFFiNE/pull/7765
- fix(infra): better search result by @EYHN in https://github.com/toeverything/AFFiNE/pull/7774
- fix(component): center button's icon vertically by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7775
- chore: bump blocksuite by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7776
- chore: bump blocksuite by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7779
- fix: ai chat block center peek animation by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7781
- fix: onboarding stage not shown by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7782
- fix(core): trash doc in search result by @EYHN in https://github.com/toeverything/AFFiNE/pull/7785
- feat(server): authenticate user before ws connected by @forehalo in https://github.com/toeverything/AFFiNE/pull/7777
- fix(core): cloud s subscription resume button's content is blank by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7783
- feat(core): highlight doc title in search result by @EYHN in https://github.com/toeverything/AFFiNE/pull/7786
- feat(core): better search result by @EYHN in https://github.com/toeverything/AFFiNE/pull/7787
- chore: tracking events for app tabs header by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7778
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7788
- feat: mid click links to open in new tab by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7784
- feat: cmd click support for journal sidebar by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7792
- fix(core): can not get chrome version in desktop mode in iOS by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7791
- fix(electron): fix electron global state sync by @EYHN in https://github.com/toeverything/AFFiNE/pull/7793
- feat(i18n): add Arabic by @tasnim0tantawi in https://github.com/toeverything/AFFiNE/pull/7795
- chore(core): adjust migration text by @EYHN in https://github.com/toeverything/AFFiNE/pull/7802
- fix(core): reduce indexer performance impact by @EYHN in https://github.com/toeverything/AFFiNE/pull/7803
New Contributors
- @tasnim0tantawi made their first contribution in https://github.com/toeverything/AFFiNE/pull/7795
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.15.8...v0.16.0
This package has no dependencies.
Ground Rules:
- This discussion is only about AFFiNE Client and the AFFiNE Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AFFiNE Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.