Downloads:
1,899
Downloads of v 0.17.0:
22
Last Update:
20 Sep 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.17.0 | Updated: 20 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,899
Downloads of v 0.17.0:
22
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.17.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.17.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.17.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.17.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.17.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.17.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.17.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.17.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 20 Sep 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.17.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.17.0/affine-0.17.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: 3FCDB371689CB04A136FCACF2AC0878F1A658465241D23D37B32EFB8CEF65293
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 773F4CD0FB39C02BC73B5FF610EB48EC | sha1: 7C8CFFEC3B567E0CC30D18838778AADC319434C9 | sha256: 3FCDB371689CB04A136FCACF2AC0878F1A658465241D23D37B32EFB8CEF65293 | sha512: B839D44E0037F699BA4BC241C31B2CC7432BDF87BABCF6D82707306632E3CA99DB121F7BAC78DAC1112259013906F02E2CE8D3984992C49C25FAE1CA6B3CF724
$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.17.0.nupkg (ce26a3a2a51e) - ## / 67
- affine-client.exe (3fcdb371689c) - ## / 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.18.1 | 5 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 13 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 24 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 22 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 20 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 23 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 27 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 22 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 34 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 23 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 27 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 26 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 42 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 38 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 31 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 36 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 38 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 32 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 52 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 53 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 43 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 36 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 43 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 55 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 43 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 39 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 46 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 46 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 48 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 593 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 62 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 178 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 79 | Monday, August 15, 2022 | Approved |
???? Features
- Improve prompt management - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7853 <samp>(339c3)</samp>
- Update ingress health check - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7888 <samp>(e26ba)</samp>
- Init mobile entry - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7905 <samp>(5acf1)</samp>
- Block slides insert before image load finished - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7948 <samp>(b5738)</samp>
- Update throttler - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7957 <samp>(0b3c7)</samp>
- Filter out empty workpace in sidebar list - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7960 <samp>(dde45)</samp>
- Add editor record - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7938 <samp>(d93d3)</samp>
- Add index for snapshots - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8163 <samp>(2a135)</samp>
- Improve ai query performance - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8170 <samp>(34eac)</samp>
- Init renderer server - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8088 <samp>(fe1ee)</samp>
- Add mind map import feature flag - by @doouding in https://github.com/toeverything/AFFiNE/issues/8196 <samp>(52d95)</samp>
- Add mindmap and connector settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8198 <samp>(f1265)</samp>
- Bump bs - by @doouding in https://github.com/toeverything/AFFiNE/issues/8212 <samp>(393dc)</samp>
- Remove avatar for empty field - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8246 <samp>(fc7e7)</samp>
- Add language hint for prompt - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8216 <samp>(7bc28)</samp>
- Skip rendering if value render is not defiend - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8244 <samp>(ae3f4)</samp>
- Sync i18n with crowdin - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8293 <samp>(9a01d)</samp>
- component:
- Add more customizable prop for radio-group with new story - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7850 <samp>(cfc36)</samp>
- Access enviroment in components storybook - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7891 <samp>(c9a1a)</samp>
- Mobile menu support - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7892 <samp>(23b0d)</samp>
- Add slider ui component - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7879 <samp>(03c4d)</samp>
- Dropdown menu auto avoid collisions - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8013 <samp>(02f0d)</samp>
- StartScopedViewTranstion func to support scoped view transition - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8093 <samp>(03c20)</samp>
- core:
- Init feature flag service - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7856 <samp>(0504d)</samp>
- Use emoji as folder icon - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7842 <samp>(50948)</samp>
- Share in workspace link - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7897 <samp>(83716)</samp>
- Mode in query string - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7904 <samp>(c8225)</samp>
- Workbench open doc in mode - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7906 <samp>(cfac3)</samp>
- New share menu - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7838 <samp>(4916e)</samp>
- Adjust sidebar style, add github & learn more - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7864 <samp>(a49b9)</samp>
- Use new print pdf api - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7932 <samp>(3db95)</samp>
- Init editor setting ui - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7878 <samp>(b333c)</samp>
- Add custom font family setting - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7924 <samp>(20174)</samp>
- Adjust share menu ui - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7931 <samp>(920af)</samp>
- Editor setting service - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7956 <samp>(bc86f)</samp>
- Add new doc default mode setting - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7990 <samp>(09ab9)</samp>
- Impl the Doc Info and Bi-Directional Links display settings - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7991 <samp>(65a87)</samp>
- Add sign in button to shared doc - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7952 <samp>(4ec45)</samp>
- Import template - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8000 <samp>(b96ad)</samp>
- Mobile renderer for explorer - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7942 <samp>(f3705)</samp>
- Add outgoing links to doc info - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7955 <samp>(5e868)</samp>
- Bump blocksuite/icons - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8024 <samp>(f9998)</samp>
- Add actions to editor settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8030 <samp>(2e37e)</samp>
- Add color picker ui to editor settings - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8053 <samp>(bea3d)</samp>
- Add block and element toolbar widget custom config - by @fundon in https://github.com/toeverything/AFFiNE/issues/7886 <samp>(c3ae2)</samp>
- Add custom configuration to database options - by @fundon in https://github.com/toeverything/AFFiNE/issues/7933 <samp>(f9d0a)</samp>
- Support block or element reference links - by @fundon in https://github.com/toeverything/AFFiNE/issues/7946 <samp>(98d92)</samp>
- Indexer upgrade - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8062 <samp>(fb64b)</samp>
- Apply default doc mode setting - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8083 <samp>(eb16c)</samp>
- Impl AI switch - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8018 <samp>(f688c)</samp>
- Add journal navigation tracking - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8046 <samp>(1cac2)</samp>
- Support snapshot preview in editor settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8094 <samp>(5f3dd)</samp>
- Observe editor settings change and update edgeless editor - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8105 <samp>(19a7d)</samp>
- Temporarily add page mode editor settings to appearance settings - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8090 <samp>(3837c)</samp>
- Selector for editorSetting hooks - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8108 <samp>(691bf)</samp>
- Update i18n resources - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8119 <samp>(5083f)</samp>
- Bump blocksuite - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8114 <samp>(4bbb9)</samp>
- Expose skip login button to web - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8115 <samp>(d3f50)</samp>
- Make permission and invoice offline available - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8123 <samp>(f4db4)</samp>
- Shape editor settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8122 <samp>(9cbe4)</samp>
- Invoice service - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8124 <samp>(74cd1)</samp>
- Add enable url preview to workspace settings - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8089 <samp>(9d343)</samp>
- Add outline viewer for share page - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8190 <samp>(6ce6c)</samp>
- Add auth metrics - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8194 <samp>(7a546)</samp>
- Preview template & snapshot import - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8193 <samp>(8c191)</samp>
- Move enable ai to feature flag - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8195 <samp>(498a6)</samp>
- User data db - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7930 <samp>(d93c3)</samp>
- New empty states for doc/collection/tag - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8197 <samp>(b7d05)</samp>
- Support block links on Bi-Directional Links - by @fundon in https://github.com/toeverything/AFFiNE/issues/8169 <samp>(b74dd)</samp>
- Add database full-width feature flag - by @zzj3720 in https://github.com/toeverything/AFFiNE/issues/8210 <samp>(aad7b)</samp>
- Download template from snapshot url - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8211 <samp>(3999b)</samp>
- Support block links on cmdk - by @fundon in https://github.com/toeverything/AFFiNE/issues/8192 <samp>(8a9d9)</samp>
- Load ydoc on demand - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8241 <samp>(561f9)</samp>
- Remove loop animations - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8242 <samp>(6fde9)</samp>
- Copy event for image - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8219 <samp>(2ac4a)</samp>
- Add error notification for block not found - by @fundon in https://github.com/toeverything/AFFiNE/issues/8254 <samp>(46f82)</samp>
- Extract DocDisplayMetaService to resolve doc icon/title - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8226 <samp>(f4a19)</samp>
- Enhance share page with selector - by @fundon in https://github.com/toeverything/AFFiNE/issues/8319 <samp>(66159)</samp>
- electron:
- Switch to next/previous tab with Ctrl+Tab/Ctrl+Shift+Tab - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7943 <samp>(59215)</samp>
- Add offline mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8086 <samp>(0ae56)</samp>
- Electron shell skeleton - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8127 <samp>(d0894)</samp>
- i18n:
- Add full Brazilian Portuguese translation - by @MiraiDevv and @JimmFly in https://github.com/toeverything/AFFiNE/issues/8233 <samp>(7a1aa)</samp>
- infra:
- Add convenience api to get workspace from doc - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7934 <samp>(4bc4a)</samp>
- mobile:
- Mobile index page UI - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7959 <samp>(db767)</samp>
- All docs page ui impl - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7976 <samp>(3ce92)</samp>
- Search page ui - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8012 <samp>(f1bb1)</samp>
- Add mobile detail page - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7993 <samp>(7ae14)</samp>
- Setting page ui - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8048 <samp>(ad110)</samp>
- Sign in page - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8039 <samp>(2ac80)</samp>
- Add share button - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8109 <samp>(2a2a9)</samp>
- Pwa and browser theme-color optimization - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8168 <samp>(81ab8)</samp>
- server:
- Make permission a standalone module - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7880 <samp>(624f3)</samp>
- Make a singleton global mutex service - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7900 <samp>(682a0)</samp>
- Make an abstraction for ydoc storage - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7901 <samp>(6f9f5)</samp>
- Make server storage adapters - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7902 <samp>(e20bd)</samp>
- Make captcha modular - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/5961 <samp>(93577)</samp>
- Support openai compatible stream api - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8065 <samp>(41f91)</samp>
- Enable share og information for docs - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7794 <samp>(0add8)</samp>
- Manage auth cookies - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8317 <samp>(4eb4c)</samp>
???? Bug Fixes
- Add hover enter delay for ask ai button - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/7872 <samp>(ad424)</samp>
- Chat block peek view input reset height - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/7884 <samp>(ba895)</samp>
- Remove unused variables - by @DonIsaac in https://github.com/toeverything/AFFiNE/issues/7968 <samp>(dbcfd)</samp>
- Native binding - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7985 <samp>(6557b)</samp>
- Fix download fonts script - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8125 <samp>(52cd6)</samp>
- Load snapshot files in parallel - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8145 <samp>(16bb0)</samp>
- Ai error message tip would be cut off - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/8183 <samp>(9dfd3)</samp>
- Client captcha - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8186 <samp>(95738)</samp>
- Missing font in text preview of editor settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8213 <samp>(456aa)</samp>
- Button tooltip should not show on showing image preview - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8224 <samp>(b1e61)</samp>
- Default style of new document does not follow AFFiNE settings - by @akumatus in https://github.com/toeverything/AFFiNE/issues/8291 <samp>(a0d6a)</samp>
- admin:
- Nav bar incorrectly active state - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/7870 <samp>(5c67f)</samp>
- component:
- Replace storybook-dark-mode with globalTypes toolbar impl - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8066 <samp>(ec3b9)</samp>
- Nested modal view-transition support - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8073 <samp>(0d6f4)</samp>
- Windows client does not have app controls on some pages - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8176 <samp>(8e718)</samp>
- Storybook build config - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8247 <samp>(85b9f)</samp>
- Correct notification action hover style - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8303 <samp>(a6c2f)</samp>
- Confirm modal should not clip content - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8325 <samp>(c87a3)</samp>
- core:
- Tag menu should not accept keyboard shortcut when renaming tag - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7913 <samp>(e0a91)</samp>
- Onboarding switch active state is invisible - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/7928 <samp>(a43c3)</samp>
- Avoid expand runtime config everywhere used - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7972 <samp>(0209e)</samp>
- No share page in desktop - by @EYHN in https://github.com/toeverything/AFFiNE/issues/7983 <samp>(3e810)</samp>
- Add mobile edit button - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/7996 <samp>(06685)</samp>
- Hairline boarders for divider - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8021 <samp>(4ff6f)</samp>
- Remove modal default overlay onclick - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8035 <samp>(697f2)</samp>
- Slider thumb offset - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8041 <samp>(4caf3)</samp>
- Handle text overflow styles for search box - by @SOUMITRO-SAHA in https://github.com/toeverything/AFFiNE/issues/8054 <samp>(bc306)</samp>
- Handle modal overlay click event correctly - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8063 <samp>(d00f8)</samp>
- Page info modal styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8067 <samp>(7dde5)</samp>
- Fix menu bugs - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8074 <samp>(51f35)</samp>
- Edit tag should not jump to its detail - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8070 <samp>(b680c)</samp>
- Hide the footer that blocks the toolbar in shared page - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8091 <samp>(f4524)</samp>
- Link generation for selected blocks - by @fundon in https://github.com/toeverything/AFFiNE/issues/8087 <samp>(05903)</samp>
- Should open a new tab with parameters - by @fundon in https://github.com/toeverything/AFFiNE/issues/8118 <samp>(de1a5)</samp>
- Should be bound to the correct object - by @fundon in https://github.com/toeverything/AFFiNE/issues/8121 <samp>(017e8)</samp>
- Remove joined workspace icon from current worksapce card - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8117 <samp>(8be67)</samp>
- Fix member list fallback size - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8133 <samp>(702c0)</samp>
- InlineEditor on rich-text may be null - by @fundon in https://github.com/toeverything/AFFiNE/issues/8131 <samp>(7d93f)</samp>
- Some fonts are unavailable - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8139 <samp>(a027c)</samp>
- Oauth popup blocked in safari - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8144 <samp>(bffc2)</samp>
- Adjust editor settings preview style - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8146 <samp>(7fe8d)</samp>
- Deleted doc should not appear in tag pages - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8143 <samp>(e822b)</samp>
- Oauth links should have origin prefix in desktop - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8150 <samp>(81784)</samp>
- Nav item line-height with Emoji - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8148 <samp>(48715)</samp>
- Strict client oauth parameters check - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8159 <samp>(57083)</samp>
- Link copying and pasting - by @fundon in https://github.com/toeverything/AFFiNE/issues/8157 <samp>(6b266)</samp>
- Disable border thickness setting when no border is selected - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8152 <samp>(a7ecf)</samp>
- Unexpected jump when clicking save tag - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8171 <samp>(b48cc)</samp>
- Menu not scrollable when opening in modal - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8179 <samp>(fb76f)</samp>
- Reduce state refresh - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8181 <samp>(0cdc4)</samp>
- Page jumps unexpectedly when clicking the collection operation - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8182 <samp>(4c0d0)</samp>
- Disable append paragraph in shared page editor - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8191 <samp>(90385)</samp>
- Fix menu shaking - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8187 <samp>(f0093)</samp>
- Disconnect ws when user logout - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8188 <samp>(85aa7)</samp>
- Add edit entry for mobile edition - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/8173 <samp>(7c4ea)</samp>
- Title could not be changed when creating a new doc - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8203 <samp>(2cba8)</samp>
- Reference link icon - by @fundon in https://github.com/toeverything/AFFiNE/issues/8223 <samp>(39a5d)</samp>
- Circular dependencies - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8215 <samp>(2ce9d)</samp>
- Reference node word break - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8236 <samp>(0a585)</samp>
- Share mode page reference - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8238 <samp>(58db6)</samp>
- Should wrap link text - by @fundon in https://github.com/toeverything/AFFiNE/issues/8249 <samp>(85448)</samp>
- Importing template with default mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8250 <samp>(d2bd3)</samp>
- Avoid extra redirect proxy - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8252 <samp>(ff15e)</samp>
- Enable cloud button should not take space by default - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8270 <samp>(8d4bd)</samp>
- Avoid side effects - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8245 <samp>(315c2)</samp>
- Center peek width styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8276 <samp>(70fe7)</samp>
- Workspace sharing settings should not be displayed when there is no permission - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8285 <samp>(af5b9)</samp>
- Adjust app updater button style - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8289 <samp>(544cd)</samp>
- Override LinkedDocBlockComponent initial state - by @fundon in https://github.com/toeverything/AFFiNE/issues/8253 <samp>(bba9e)</samp>
- Only sign out previous account in web oauth - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8290 <samp>(ed7fb)</samp>
- Sidebar scrollbar is coverd by resize handle - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8307 <samp>(0450f)</samp>
- Collection filter list animation - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8299 <samp>(a88e8)</samp>
- Add switch button to switch-to-edgeless notification - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8300 <samp>(f6cd0)</samp>
- Adjust pop position of editing property menu in setting - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8308 <samp>(a38f2)</samp>
- Adjust feature flag - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8309 <samp>(5d57f)</samp>
- Fix web login - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8312 <samp>(7184d)</samp>
- Rollback ai service - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8321 <samp>(e3e15)</samp>
- Block links in doc info - by @fundon in https://github.com/toeverything/AFFiNE/issues/8324 <samp>(8d4cc)</samp>
- Use openExternal in electron - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8323 <samp>(ec7c6)</samp>
- Bring back menu offset - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8327 <samp>(c2612)</samp>
- Should show block link icon first - by @fundon in https://github.com/toeverything/AFFiNE/issues/8328 <samp>(84919)</samp>
- electron:
- Header button not working on linux - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7883 <samp>(9af0e)</samp>
- Do not use async callback in onBeforeSendHeaders - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7894 <samp>(69c50)</samp>
- Adjust tab styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7919 <samp>(4a89b)</samp>
- Should not send switchSplitView event when clicking on the active view - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7944 <samp>(2f02f)</samp>
- Adjust app-tabs-header styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7947 <samp>(5e555)</samp>
- Adjust app-tabs-header styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/7961 <samp>(61192)</samp>
- App updater - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8043 <samp>(d9ced)</samp>
- Only the active view should respond to CMD+N - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8068 <samp>(ae3b1)</samp>
- Use
CTRL+=
to zoom in on windows - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8081 <samp>(01e63)</samp> - Fix ci - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8085 <samp>(2799e)</samp>
- Tune offline mode filter - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8113 <samp>(76217)</samp>
- Auto update check on windows - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8137 <samp>(cd5c5)</samp>
- Devtools open in detach mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8200 <samp>(24bf1)</samp>
- Incorrect path to root dir - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8220 <samp>(d2b48)</samp>
- App fallback styles - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8225 <samp>(4b920)</samp>
- Pinned tab style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8232 <samp>(3c1cd)</samp>
- Wrong app path - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8260 <samp>(58025)</samp>
- Fix electron windows build path - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8272 <samp>(e9fce)</samp>
- Fix electron script path - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8278 <samp>(714b7)</samp>
- Do not always enable devtools detach mode - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8273 <samp>(7a26c)</samp>
- Updater not working on startup - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8274 <samp>(ccd63)</samp>
- Sentry is not enabled correctly in electron - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8286 <samp>(91764)</samp>
- Define in esbuild - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8287 <samp>(366c3)</samp>
- Shell skeleton style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8296 <samp>(5ae43)</samp>
- env:
- Is mobile flag - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8005 <samp>(25244)</samp>
- mobile:
- Adjust peek view style for mobile - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8003 <samp>(adf31)</samp>
- Modal styles on mobile - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8023 <samp>(f544e)</samp>
- Close menu when detail page navigate away - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8027 <samp>(df34e)</samp>
- Change how slider height is calculated - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8049 <samp>(e1310)</samp>
- Handle menu ref better - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8051 <samp>(19799)</samp>
- Header will be clipped when modal opened and page scrolled - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8079 <samp>(51bc4)</samp>
- Workspace selector not close on click outside - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8096 <samp>(989e8)</samp>
- Explorer node touch optimization - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8101 <samp>(06552)</samp>
- Fixed all docs header, remove doc card tags layout strategy - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8104 <samp>(73dd1)</samp>
- Journal button should not show for edgeless - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8110 <samp>(d5ecf)</samp>
- Adjust mobile ui - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8112 <samp>(87ed3)</samp>
- Remove all focus style for link and button - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/8208 <samp>(8bf04)</samp>
- native:
- Return type casts - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/7986 <samp>(10a06)</samp>
- server:
- Redirect to setup page if not initialized - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7871 <samp>(42b5e)</samp>
- Redirect to setup page if not initialized " - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7871 <samp>(cd392)</samp>
- Redirect to setup page if not initialized - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7875 <samp>(57449)</samp>
- Command line nestjs does not have http adapter - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7876 <samp>(9192a)</samp>
- Wrong table used for userspace data - by @forehalo in https://github.com/toeverything/AFFiNE/issues/7969 <samp>(14066)</samp>
- Wrong env variable condition in nginx conf - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/8084 <samp>(53886)</samp>
- Wrong mobile root in dev env - by @Brooooooklyn <samp>(c6840)</samp>
- Remove default auth redirect url - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8140 <samp>(64d2b)</samp>
- Created user in update table should not have defualt value - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8134 <samp>(be4df)</samp>
- Renderer path - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8305 <samp>(26010)</samp>
???? Performance
- server:
- Avoid filter doc snapshot by non-indexed updatedAt - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8160 <samp>(87e9f)</samp>
- Accelerate user workspace permission queries - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8161 <samp>(63e1f)</samp>
- Index lower user email - by @forehalo in https://github.com/toeverything/AFFiNE/issues/8167 <samp>(32f67)</samp>
View changes on GitHub
This package has no dependencies.
Ground Rules:
- This discussion is only about AFFiNE Client and the AFFiNE Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AFFiNE Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.