Downloads:
1,899
Downloads of v 0.17.2:
23
Last Update:
27 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.2 | Updated: 27 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.2:
23
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.17.2
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.2 --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.2'" [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.2'"
$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.2'
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.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.17.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.17.2',
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 27 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.2 : <https://github.com/toeverything/AFFiNE/releases/download/v0.17.2/affine-0.17.2-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: BE72A5F669F9055BE7C6A20A5BB322D6053FDC7384295EB62C85E56145C77789
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 2746B4BF8E1001A1703212EBF0CE0262 | sha1: F153B7ECDB1C718E128E834B7D7ADB18BC9CDF91 | sha256: BE72A5F669F9055BE7C6A20A5BB322D6053FDC7384295EB62C85E56145C77789 | sha512: 5B666A28F40FD7A71E989099739882E6172CDD3C833B0C170C7C40DB417C9D27F9D94E8D949AC01657E42D7A88B7CBCBE8C81C27C5B20833721C10A4C94056BC
$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.2.nupkg (bbf8b7cb8052) - ## / 66
- affine-client.exe (be72a5f669f9) - ## / 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
- Add open info button to doc center peek - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8388 <samp>(76ff5)</samp>
- Improve markdown formatting - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/8398 <samp>(a9b29)</samp>
???? Bug Fixes
- Incorrect app sidebar fallback - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/8392 <samp>(abd57)</samp>
- core:
- Adjust the tracking point for copy sharing link - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/8395 <samp>(bd9ae)</samp>
- Open page info modal error - by @EYHN in https://github.com/toeverything/AFFiNE/issues/8396 <samp>(4295f)</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.