Downloads:
3,027
Downloads of v 0.14.9:
72
Last Update:
12 Jun 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.14.9 | Updated: 12 Jun 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,027
Downloads of v 0.14.9:
72
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.14.9
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.14.9 --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.14.9'" [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.14.9'"
$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.14.9'
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.14.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.14.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.14.9',
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 12 Jun 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.14.9 : <https://github.com/toeverything/AFFiNE/releases/download/v0.14.9/affine-0.14.9-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: 5BCFABBDBB1E0CF1F5B8DF8D258C6D01A5A647EF93F285322262F0CFB3D1DF0E
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 7D639D2AFB25276E049BE31098C1E0B7 | sha1: C4C97EB480D315C0CB4F03C5C56D0AFD8E7A8ACA | sha256: 5BCFABBDBB1E0CF1F5B8DF8D258C6D01A5A647EF93F285322262F0CFB3D1DF0E | sha512: 7FA6590F61FB8D4A484488280752F12DC038C8DAA8805E60F63D3D4C51F99D5DFB0D5DF87560669C5617E122874F4C45BEE88AB627048B129087A46B1B8C6D0E
$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.14.9.nupkg (796855098bb6) - ## / 68
- affine-client.exe (5bcfabbdbb1e) - ## / 72
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 | 61 | 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 | 61 | 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 | 57 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 51 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 72 | 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
- feat: add retry support for copilot by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6947
- fix: migrate typo by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6948
- perf(electron): add index for updates by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6951
- refactor(electron): use sqlite to store server clock & sync meta by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6957
- fix(component): avoid close button of the notification being invisible in dark mode and bright bg by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6946
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/6955
- chore: bump up oxlint version to v0.3.5 by @renovate in https://github.com/toeverything/AFFiNE/pull/6908
- chore: bump up sinon version to v18 by @renovate in https://github.com/toeverything/AFFiNE/pull/6950
- fix(core): adjust ai onboarding trigger logic, launch by auth status by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6941
- fix(core): local onboarding should dismiss after clicking learn more by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6942
- feat(server): use native tokenizer impl by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6960
- refactor(core): replace the loading state written in useState with useDebouncedValue by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6925
- chore: simplify renovate config and upgrade msw by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6961
- chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/6647
- chore: use workspace dependencies by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6964
- chore: bump up @sentry/react version to v8 by @renovate in https://github.com/toeverything/AFFiNE/pull/6919
- feat: add upscaler & bg remover by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6967
- chore: bump up @sentry/integrations version to v7.114.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/6963
- feat(core): add private anchor link for sharing by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6966
- fix(electron): remove all migration code in electron by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6969
- feat(core): bump blocksuite by @Flrande in https://github.com/toeverything/AFFiNE/pull/6965
- fix: download selfhost fonts script by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6970
- chore: bump up blocksuite-canary to v0.15.0-canary-202405161332-f0fb4ad by @renovate in https://github.com/toeverything/AFFiNE/pull/6932
- docs: update README.md by @eltociear in https://github.com/toeverything/AFFiNE/pull/6855
- fix(component): ui storybook's doc page can not scroll by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6909
- chore: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/6975
- chore: bump up @blocksuite/icons version to v2.1.51 by @renovate in https://github.com/toeverything/AFFiNE/pull/6973
- feat: add lora support by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6977
- ci: setup version before build graphql Docker image by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6992
- feat: revoke token after sensitive operations by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6993
- fix(core): fix active view with mouse by @EYHN in https://github.com/toeverything/AFFiNE/pull/6994
- fix(core): cant leave workspace by @EYHN in https://github.com/toeverything/AFFiNE/pull/6999
- chore: bump up fake-indexeddb version to v6 by @renovate in https://github.com/toeverything/AFFiNE/pull/6998
- chore(electron): temporary remove @sentry/electron due to version mismatch by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7001
- chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/6987
- fix(electron): incorrect db rows docId when doing trim by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7008
- fix(web): add Promise.withResolvers polyfill by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7003
- chore(server): cleanup expired sessions by @forehalo in https://github.com/toeverything/AFFiNE/pull/7018
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/6968
- refactor(core): replace history to ViewService.history by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6972
- chore: bump up @nx/vite version to v19.0.5 by @renovate in https://github.com/toeverything/AFFiNE/pull/7020
- refactor(electron): always save one update to electron by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7009
- feat(core): bump blocksuite by @Flrande in https://github.com/toeverything/AFFiNE/pull/7019
- feat(core): update blocksuite feature flag by @zzj3720 in https://github.com/toeverything/AFFiNE/pull/7025
- feat(core): bump blocksuite to 0.15.0-canary-202405220826-46746e0 by @Flrande in https://github.com/toeverything/AFFiNE/pull/7026
- fix(core): right sidebar's content is not centered when clientBorder enabled by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7034
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7036
- chore: bump up blocksuite-canary to v0.15.0-canary-202405221444-2192806 by @renovate in https://github.com/toeverything/AFFiNE/pull/7028
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7037
- fix: combine message correctly by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7038
- fix: use flexible year number in mail template by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7033
- feat: adapt new fal response by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7042
- feat: update i2i model by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7041
- feat(server): add OIDC for AFFiNE by @IamTaoChen in https://github.com/toeverything/AFFiNE/pull/6991
- fix: export then add test case by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7024
- chore: bump up blocksuite-canary to v0.15.0-canary-202405231409-6934e1f by @renovate in https://github.com/toeverything/AFFiNE/pull/7047
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7043
- feat: history cleanup by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7007
- feat: add customer event by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7029
- feat(core): bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7055
- feat: support more ai image actions by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7027
- feat: provide notification to bs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7002
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7050
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7075
- build: enable new decorator for swc by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7070
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7059
- fix: reset doc mode correctly by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7071
- fix(core): unable to create blank lines correctly by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7032
- fix(core): unexpected re-render in edgeless by @EYHN in https://github.com/toeverything/AFFiNE/pull/7077
- fix(core): fix ui flashing by @EYHN in https://github.com/toeverything/AFFiNE/pull/7056
- fix: helm config typo by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7078
- fix(core): clear input value after selecting a tag in page info by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7076
- fix: choose provider correctly by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7081
- feat(server): add administrator feature by @forehalo in https://github.com/toeverything/AFFiNE/pull/6995
- fix(server): update mind map prompt by @doouding in https://github.com/toeverything/AFFiNE/pull/7079
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7084
- chore: bump up blocksuite-canary to v0.15.0-canary-202405271425-84b069d by @renovate in https://github.com/toeverything/AFFiNE/pull/7053
- feat(core): expose toggle ai onboarding apis by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7039
- chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/7074
- fix: add DEPLOYMENT_TYPE env to migration job by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7089
- chore: bump up @blocksuite/icons version to v2.1.52 by @renovate in https://github.com/toeverything/AFFiNE/pull/7046
- feat(core): cmd+f search in doc function by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7040
- refactor: find in page by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7086
- chore: adjust find in page modal style by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7087
- feat(server): runtime setting support by @forehalo in https://github.com/toeverything/AFFiNE/pull/5602
- chore: update prompts by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7091
- fix(server): OIDC bug by @IamTaoChen in https://github.com/toeverything/AFFiNE/pull/7061
- fix: missing quota resolver by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7094
- feat(server): add copilot prompts management api by @forehalo in https://github.com/toeverything/AFFiNE/pull/7082
- chore: update cleanup history gql by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7103
- feat(server): add users management api by @forehalo in https://github.com/toeverything/AFFiNE/pull/7092
- fix(server): deal with nested optional modules by @forehalo in https://github.com/toeverything/AFFiNE/pull/7101
- chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7107
- fix(server): runtime config overrides won't affect static startup by @forehalo in https://github.com/toeverything/AFFiNE/pull/7110
- fix: patch service syntax by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7080
- chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7113
- feat: add chat onboarding entry by @regischen in https://github.com/toeverything/AFFiNE/pull/7109
- feat(core): add admin panel page by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7115
- chore: update prompt by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7117
- fix(core): listFloatingToolbar does not appear as expected by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7124
- feat: center peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7073
- feat: e2e tests for peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7112
- feat(core): adjust admin panel style by @forehalo in https://github.com/toeverything/AFFiNE/pull/7116
- feat: add feature flag for peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7122
- fix(component): banner should not affect the editor layout by @fundon in https://github.com/toeverything/AFFiNE/pull/7128
- chore(core): password input should be focused by @fundon in https://github.com/toeverything/AFFiNE/pull/7125
- chore: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/7120
- chore(server): register user management resolver by @forehalo in https://github.com/toeverything/AFFiNE/pull/7118
- fix(core): unexpected autofill style in dark mode by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7130
- fix(core): block sharing link cannot be created when selecting inline by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7090
New Contributors
- @IamTaoChen made their first contribution in https://github.com/toeverything/AFFiNE/pull/6991
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.14.6...v0.14.9
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.