Downloads:
2,947
Downloads of v 0.15.0:
49
Last Update:
28 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.15.0 | Updated: 28 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:
2,947
Downloads of v 0.15.0:
49
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.15.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.15.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.15.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.15.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.15.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.15.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.15.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.15.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 28 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.15.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.15.0/affine-0.15.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: 48BAEDE78B3701200903C1FAEB955CB32C7953958FF36B9397CF7A028155ECFE
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: EA33B2E9A274F4A23B17BEFBCE027CB4 | sha1: 73D0209804E0D8ACBC011750DC904E35215300C4 | sha256: 48BAEDE78B3701200903C1FAEB955CB32C7953958FF36B9397CF7A028155ECFE | sha512: 99C251F02B3A543A05D2ABDCAA779372EFFFA4B2B288501C180C62366D9D1953CDBF694A8ACF6F6D5716E8C0C26634D1601CC8622A0C56A7C7A6B1759DF4629A
$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.15.0.nupkg (3b8565fc8f76) - ## / 68
- affine-client.exe (48baede78b37) - ## / 71
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 | 30 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 37 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 20 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 22 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 14 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 19 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 60 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 36 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 33 | 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 | 20 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 25 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 41 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 38 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 29 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 39 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 37 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 39 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 43 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 47 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 43 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 50 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 42 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 44 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 44 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 57 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 55 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 53 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 53 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 55 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 49 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 70 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 78 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 65 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 52 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 63 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 69 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 61 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 63 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 66 | 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 | 615 | 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 | 101 | Monday, August 15, 2022 | Approved |
What's Changed
- fix(server): selfhost fixes by @forehalo in https://github.com/toeverything/AFFiNE/pull/7140
- feat: fetch fal stream correctly by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7141
- fix(core): fetch share docs on non-cloud workspace by @EYHN in https://github.com/toeverything/AFFiNE/pull/7144
- chore: bump bs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7146
- fix(core): move to trash confirm modal missing by @EYHN in https://github.com/toeverything/AFFiNE/pull/7143
- refactor(core): remove unused trash relate data by @EYHN in https://github.com/toeverything/AFFiNE/pull/7142
- chore(core): add padding when ai-panel is opened in page mode by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7151
- fix: gql result check for clean history by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7154
- fix: customer create at by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7132
- chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7152
- refactor: move command registry to frontend/core by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7135
- feat: add search doc modal by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7136
- feat: allow search for doc without showing modal by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7138
- fix: cleanup usePromptModal by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7157
- fix: adjust peek view modal container styles by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7153
- fix: temp fix for showing peek view modal for edgeless by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7155
- fix(core): remove extra console log by @EYHN in https://github.com/toeverything/AFFiNE/pull/7160
- fix(core): fix active view undefined by @EYHN in https://github.com/toeverything/AFFiNE/pull/7161
- chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7163
- feat(core): update slash menu entries with quick search by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7167
- fix: close peek view when clicking on reference link by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7137
- feat: add autofill and onClose params in notification service api by @akumatus in https://github.com/toeverything/AFFiNE/pull/7162
- feat: add ai entry to code toolbar and image toolbar by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7169
- chore: bump blocksuite to 0.15.0-canary-202406070336-e104622 by @Saul-Mirone in https://github.com/toeverything/AFFiNE/pull/7172
- fix(core): ui flash when open setting modal by @EYHN in https://github.com/toeverything/AFFiNE/pull/7170
- fix: insert link action in quick search callback by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7165
- fix: adjust peek view modal container styles by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7173
- fix: handle unexpected fal response by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7158
- feat: no branches workflow support by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7119
- feat: add workflow resolver by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7123
- fix: quick search placeholder for docs search by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7175
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7178
- fix: render embed linked/synced doc as affine-reference for shared pages by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7179
- fix(server): should update stripe customer email if changed by @forehalo in https://github.com/toeverything/AFFiNE/pull/7181
- feat(core): enable synced doc block by default by @EYHN in https://github.com/toeverything/AFFiNE/pull/7176
- chore: bump up blocksuite-canary to v0.15.0-canary-202406071542-063825f by @renovate in https://github.com/toeverything/AFFiNE/pull/7100
- chore: bump up @blocksuite/icons version to v2.1.54 by @renovate in https://github.com/toeverything/AFFiNE/pull/7102
- fix(core): template image assets missing by @EYHN in https://github.com/toeverything/AFFiNE/pull/7171
- chore: bump up @testing-library/react version to v16 by @renovate in https://github.com/toeverything/AFFiNE/pull/7133
- chore: bump up blocksuite-canary to v0.15.0-canary-202406080726-0515c2d by @renovate in https://github.com/toeverything/AFFiNE/pull/7183
- fix: peek view modal controls animation by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7180
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7191
- chore: bump up electron version to v31 by @renovate in https://github.com/toeverything/AFFiNE/pull/7190
- chore: bump up c8 version to v10 by @renovate in https://github.com/toeverything/AFFiNE/pull/7189
- chore: bump up nyc version to v17 by @renovate in https://github.com/toeverything/AFFiNE/pull/7187
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7088
- chore: bump up oxlint version to v0.4.3 by @renovate in https://github.com/toeverything/AFFiNE/pull/7054
- chore: bump up uuid version to v10 by @renovate in https://github.com/toeverything/AFFiNE/pull/7185
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7195
- chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/7129
- feat: bump bs by @doouding in https://github.com/toeverything/AFFiNE/pull/7198
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7196
- chore: bump up @blocksuite/icons version to v2.1.55 by @renovate in https://github.com/toeverything/AFFiNE/pull/7202
- fix: surface-ref peek view by @doouding in https://github.com/toeverything/AFFiNE/pull/7208
- refactor: add docsService for blocksuite to change and observe doc mode by @akumatus in https://github.com/toeverything/AFFiNE/pull/7200
- fix(electron): downgrade electron version by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7215
- chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7217
- fix: page reference should wrap by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7218
- refactor(core): image preview toolbar UI by @fundon in https://github.com/toeverything/AFFiNE/pull/7207
- feat: add block action bar control for event tracker by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7210
- chore: bump up oxlint version to v0.4.4 by @renovate in https://github.com/toeverything/AFFiNE/pull/7226
- chore: bump up rustc version to v1.79.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/7220
- fix: edgeless object creation events by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7206
- feat: add importWorkspaceSnapshot for testing by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7224
- feat(server): introduce user friendly server errors by @forehalo in https://github.com/toeverything/AFFiNE/pull/7111
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7235
- feat: bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7237
- feat(electron): add documentation button in help menu bar by @yujioshiro in https://github.com/toeverything/AFFiNE/pull/7199
- feat: add isNewDoc flag to quick search api by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7232
- chore: bump up blocksuite version by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7243
- fix(server): wrong doc manager config by @forehalo in https://github.com/toeverything/AFFiNE/pull/7239
- feat(admin): init project by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7197
- refactor(core): migrate ai preset to AFFiNE by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7219
- refactor(core): replace the Modal of the FindInPage component with Dialog by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7149
- feat(core): show sync state at doc info by @EYHN in https://github.com/toeverything/AFFiNE/pull/7244
- chore(server): lint ignore error gen file by @EYHN in https://github.com/toeverything/AFFiNE/pull/7245
- chore: bump up @blocksuite/icons version by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7233
- chore: fix web nginx conf by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7246
- fix: add patch doc mode service by @akumatus in https://github.com/toeverything/AFFiNE/pull/7249
- feat(i18n): update resources and add Swedish language by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7247
- fix: nginx config for admin router by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7254
- feat: remove new image actions feature flag by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7256
- fix: chat more popper position by @regischen in https://github.com/toeverything/AFFiNE/pull/7260
- fix(core): ai lit element import by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7257
- fix: ai slide render initialize error by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7261
- fix: cycle import by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7264
- fix: icon of page reference node by @akumatus in https://github.com/toeverything/AFFiNE/pull/7255
- fix: peek view on synced doc by @doouding in https://github.com/toeverything/AFFiNE/pull/7265
- feat: bump bs by @doouding in https://github.com/toeverything/AFFiNE/pull/7266
- refactor(i18n): i18n utils tools by @EYHN in https://github.com/toeverything/AFFiNE/pull/7251
- chore: remove tree shaking by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7271
- chore: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/7272
- feat(component): helper function observeResize to observe size change via global ResizeObserver by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7241
- fix(core): can't enter presentation again in share page by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7262
- fix: remove useless padding css style by @akumatus in https://github.com/toeverything/AFFiNE/pull/7274
- feat(server): allow customize server external url by @forehalo in https://github.com/toeverything/AFFiNE/pull/7270
- fix(electron): remove duplicate change log open by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7276
- refactor(i18n): new hook api by @EYHN in https://github.com/toeverything/AFFiNE/pull/7273
- chore: adjust order of slash menu items by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7278
- feat: add ai-is-land by @regischen in https://github.com/toeverything/AFFiNE/pull/7259
- chore: add event tracking for billing by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7277
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7280
- feat(core): continue with AI by @fundon in https://github.com/toeverything/AFFiNE/pull/7253
- fix(infra): update load test result empty by @EYHN in https://github.com/toeverything/AFFiNE/pull/7282
- chore(core): delete center peek feature flag by @EYHN in https://github.com/toeverything/AFFiNE/pull/7281
- chore: bump up docker/build-push-action action to v6 by @renovate in https://github.com/toeverything/AFFiNE/pull/7236
- feat(core): responsive detail page header by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7263
- fix: ask ai panel not auto flip by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7284
- feat: ai onboarding by @regischen in https://github.com/toeverything/AFFiNE/pull/7279
- chore: adjust padding of ask ai panel by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7287
- fix(core): ai chat bugs by @fundon in https://github.com/toeverything/AFFiNE/pull/7283
- fix(core): logger by @forehalo in https://github.com/toeverything/AFFiNE/pull/7289
- fix(server): invalidate old user avatar when updated by @forehalo in https://github.com/toeverything/AFFiNE/pull/7285
- chore: bump up @types/uuid version to v10 by @renovate in https://github.com/toeverything/AFFiNE/pull/7293
- chore: bump up blocksuite-canary to v0.15.0-canary-202406201313-199dab1 by @renovate in https://github.com/toeverything/AFFiNE/pull/7192
- fix(core): open ai chat for first time by @fundon in https://github.com/toeverything/AFFiNE/pull/7291
- feat(core): add ai-usage info in sidebar user avatar menu by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7294
- fix: auto focus and select the input when notification modal prompt by @akumatus in https://github.com/toeverything/AFFiNE/pull/7286
- feat: bump blocksuite by @akumatus in https://github.com/toeverything/AFFiNE/pull/7298
- feat(core): peek view api enhancements by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7288
- chore: assign todos by @forehalo in https://github.com/toeverything/AFFiNE/pull/7297
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7300
- fix(electron): center peek for links in electron by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7301
- feat: add ibm plex mono font by @golok727 in https://github.com/toeverything/AFFiNE/pull/7303
- fix(core): selected content should not be activated when executing open in chat by @fundon in https://github.com/toeverything/AFFiNE/pull/7302
- chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7211
- chore: bump up blocksuite-canary to v0.15.0-canary-202406211230-ebc0dfb by @renovate in https://github.com/toeverything/AFFiNE/pull/7305
- chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/7230
- fix: text renderer last child margin bottom by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7309
- feat(core): adjust ai help island style and behavior, add animation by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7310
- fix(core): incorrect icon of initial reference by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7314
- fix(core): skip flaky test by @EYHN in https://github.com/toeverything/AFFiNE/pull/7319
- fix(templates): update stickers by @EYHN in https://github.com/toeverything/AFFiNE/pull/7320
- chore: bump up blocksuite-canary to v0.15.0-canary-202406241511-430be2a by @renovate in https://github.com/toeverything/AFFiNE/pull/7317
- refactor: image preview component issues in center peek by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7313
- chore: bump up blocksuite-canary to v0.15.0-canary-202406250711-0cc66f8 by @renovate in https://github.com/toeverything/AFFiNE/pull/7323
- feat: workflow executor by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7159
- fix(core): add synced doc block content to ai context by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7312
- feat: add more workflow executor by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7231
- fix(core): ai chat opening and append card by @fundon in https://github.com/toeverything/AFFiNE/pull/7322
- fix(core): direct replacement of old card with new card in ai chat input by @fundon in https://github.com/toeverything/AFFiNE/pull/7324
- fix: bump blocksuite by @akumatus in https://github.com/toeverything/AFFiNE/pull/7332
- fix(core): add synced doc content to edgeless ai context by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7327
- fix(core): fix the page loading style by @EYHN in https://github.com/toeverything/AFFiNE/pull/7336
- fix: cannot read properties of undefined editor.host by @akumatus in https://github.com/toeverything/AFFiNE/pull/7333
- chore: bump up stripe version to v16 by @renovate in https://github.com/toeverything/AFFiNE/pull/7318
- fix(core): fix error overflow by @EYHN in https://github.com/toeverything/AFFiNE/pull/7335
- fix(core): optimize performance when editing doc title by @EYHN in https://github.com/toeverything/AFFiNE/pull/7328
- refactor(core): image block use peek view workflow by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7329
- chore(core): update inline reference icon by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7340
- feat: optimize edgeless ai action insert handler by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7342
- fix(server): websocket error backward compatibility by @forehalo in https://github.com/toeverything/AFFiNE/pull/7346
- fix: doc update time outdated by @akumatus in https://github.com/toeverything/AFFiNE/pull/7344
- fix(core): clear op history when create a new doc by @L-Sun in https://github.com/toeverything/AFFiNE/pull/7347
- fix(core): unexpected text overflow style in dialog by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7345
- feat: integrate i18n error for copilot by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7311
- feat(core): impl ai onboarding templates by @EYHN in https://github.com/toeverything/AFFiNE/pull/7341
- fix(core): optimize request chat cards fn by @fundon in https://github.com/toeverything/AFFiNE/pull/7331
- chore: bump up blocksuite-canary to v0.15.0-canary-202406261546-9adba83 by @renovate in https://github.com/toeverything/AFFiNE/pull/7353
- fix(core): fix ui flickering on startup by @EYHN in https://github.com/toeverything/AFFiNE/pull/7349
- fix(templates): use url safe base64 in templates by @EYHN in https://github.com/toeverything/AFFiNE/pull/7354
- refactor(core): remove the automatic URL change feature by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7339
- refactor(component): new Radio component by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6910
- test: add test for undo empty page by @EYHN in https://github.com/toeverything/AFFiNE/pull/7348
- chore(core): removed obsolete TODO by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7337
- feat: make width and height of generated image same with input image by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7356
- feat(infra): use yjs mergeupdate for performance by @EYHN in https://github.com/toeverything/AFFiNE/pull/7343
- chore: bump theme by @fundon in https://github.com/toeverything/AFFiNE/pull/7338
- refactor(core): view transition api for peek-view modal animation by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7350
- chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7360
- feat(core): replace all radio-button-group usage by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7352
- fix: embed doc link rendering by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7361
- fix(infra): recover deleted item in orm by @EYHN in https://github.com/toeverything/AFFiNE/pull/7359
- fix: use sgtpooki/file-type for resolving image type by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7326
- fix(core): not found info in workspace page is not in center by @forehalo in https://github.com/toeverything/AFFiNE/pull/7362
- fix(core): debounce doc update time update by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7363
- chore: bump up oxlint version to v0.5.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/7357
- chore: bump bs by @Saul-Mirone in https://github.com/toeverything/AFFiNE/pull/7368
- fix(core): correct image action icon by @forehalo in https://github.com/toeverything/AFFiNE/pull/7370
- fix(core): should return a cleanup function by @fundon in https://github.com/toeverything/AFFiNE/pull/7371
- fix(core): add loading for insert ai template by @EYHN in https://github.com/toeverything/AFFiNE/pull/7369
- fix: escape key handling compatibility issue with blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7365
- fix: click continue with ai not work by @regischen in https://github.com/toeverything/AFFiNE/pull/7374
New Contributors
- @yujioshiro made their first contribution in https://github.com/toeverything/AFFiNE/pull/7199
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.14.9...v0.15.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.