Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,088

Downloads of v 0.12.0:

22

Last Update:

23 Feb 2024

Package Maintainer(s):

Software Author(s):

  • Toeverything and AFFiNE contributors

Tags:

editor rust semantic affine collaborative knowledge-base notion miro

AFFiNE Client

This is not the latest version of AFFiNE Client available.

  • 1
  • 2
  • 3

0.12.0 | Updated: 23 Feb 2024

Downloads:

1,088

Downloads of v 0.12.0:

22

Maintainer(s):

Software Author(s):

  • Toeverything and AFFiNE contributors

AFFiNE Client 0.12.0

This is not the latest version of AFFiNE Client available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade affine-client -y --source="'INTERNAL REPO URL'" --version="'0.12.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.12.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.12.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.12.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller affine-client
{
    Name     = "affine-client"
    Version  = "0.12.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'affine-client':
  ensure   => '0.12.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.

Package Approved

This package was approved as a trusted package on 23 Feb 2024.

Description

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.


legal\VERIFICATION.txt
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.12.0 : <https://github.com/toeverything/AFFiNE/releases/download/v0.12.0/affine-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: 5BD85108FBDF8A0E54ADB9B58BD435574E366036E63BFF5B303F211104F84F82

File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE> 
tools\affine-client.exe
md5: C078747C2B7F2A449E0ED2D107E050B8 | sha1: 526DED60F362F63E2189FB84C315CBBA217630D2 | sha256: 5BD85108FBDF8A0E54ADB9B58BD435574E366036E63BFF5B303F211104F84F82 | sha512: 05E35EE7E8B57873D9AED92498BDD21DF92D978C0DE40B85277611E68D4F11DC31AD063371CA35CB751F8DAEE23A5911CB3590D45941C91356C19CB1A96AE9BC
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'affine-client.exe'


$packageArgs = @{
  packageName   = 'affine-client'
  unzipLocation = $toolsDir
  file           = $fileLocation
  fileType      = 'EXE'
  silentArgs     = '/S'
  softwareName  = 'affine-client*'
  validExitCodes= @(0)
}

Install-ChocolateyInstallPackage @packageArgs
Remove-Item $toolsDir\*.exe -ea 0 -force
tools\chocolateyuninstall.ps1
$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)"}
}
legal\LICENSE.txt
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.

Log in or click on link to see number of positives.

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.12.2 27 Thursday, February 29, 2024 Approved
AFFiNE Client 0.12.1 17 Wednesday, February 28, 2024 Approved
AFFiNE Client 0.12.0 22 Friday, February 23, 2024 Approved
AFFiNE Client 0.11.3 32 Friday, January 12, 2024 Approved
AFFiNE Client 0.11.2 26 Friday, December 29, 2023 Approved
AFFiNE Client 0.11.1 20 Wednesday, December 27, 2023 Approved
AFFiNE Client 0.11.0 25 Friday, December 22, 2023 Approved
AFFiNE Client 0.10.3 28 Friday, December 1, 2023 Approved
AFFiNE Client 0.10.2 29 Friday, November 17, 2023 Approved
AFFiNE Client 0.8.4 578 Tuesday, September 26, 2023 Approved
AFFiNE Client 0.8.3 37 Friday, September 1, 2023 Approved
Affine Client 0.2.0 162 Friday, September 23, 2022 Approved
Affine Client 0.1.1 60 Monday, August 15, 2022 Approved

Highlights

The Journals: Tracking Your Daily Routine and Ideas

https://github.com/toeverything/AFFiNE/assets/3468483/d3018fe4-90e6-4cf6-8c2f-82694cd9733c

With our new Journals, you can keep track of your daily thoughts, ideas, and experiences. You can find the feature in the left sidebar, and click on dates in the right sidebar to easily view documents created and updated on that day

Enhanced Linked Docs: New Stylish Card Views for Selective Display

Our enhanced Linked Doc allows you to easily input or create links within your documents. This update offers the choice about how these links and their view are displayed, enabling a more personalized touch to your documents. Especially useful on the whiteboard, it supports a more flexible document organization and improved visualization process.

https://github.com/toeverything/AFFiNE/assets/3468483/fefa388b-4862-4e0b-ba18-fa754117becf

Collections & Tags: Your Recipe for Document Organization

Now 0.12.0 version has added a page, collection and tag, to enhance your document management in Affine. These features allow you to organize your documents in two distinct ways. With an expanded space in the paging area, you can quickly locate and retrieve files, streamlining the search process. The introduction of these new filters significantly increases the flexibility of the All Pages view, offering you a more efficient and user-friendly document management experience. This update is designed to adapt to your unique organizational needs, making document handling more intuitive and effective.

https://github.com/toeverything/AFFiNE/assets/3468483/27d33bf6-5420-40e6-a7d9-38130c7f31e6

Control Your Own Content: The Ability to Decide The Visibility of Content

With our newly introduced Display Mode function, you can display certain content selectively. All you need to do is switch to the Edgeless Mode and choose your preferred Display Mode option. You can showcase more flexible and differentiated content structures tailored to various needs then!

https://github.com/toeverything/AFFiNE/assets/3468483/d9f5d084-f722-46b3-a6a5-97f3d602a373

Details

Features

  • Adapted user quota for member api (#5521) by @darkskygit in #5521
  • Add unlimited workspace support (#5523) by @darkskygit in #5523
  • Support self-host docker build (#5506) by @Brooooooklyn in #5506
  • Blob size limit with quota (#5524) by @darkskygit in #5524
  • Bump blocksuite (#5575) by @regischen in #5575
  • Update nx config (#5597) by @darkskygit in #5597
  • Get cloud workspace usage limit from user quota (#5518) by @JimmFly in #5518
  • Add query quota of workspace (#5603) by @darkskygit in #5603
  • New free plan (#5604) by @darkskygit in #5604
  • Make password sigin default if user has one (#5577) by @forehalo in #5577
  • Use SafeInt replace Float (#5613) by @darkskygit in #5613
  • New week-date-picker component (#5477) by @CatsJuice in #5477
  • New inline-edit component (#5517) by @CatsJuice in #5517
  • Add document title for shared page (#5596) by @CatsJuice in #5596
  • Journal hooks and page header layout (#5549) by @CatsJuice in #5549
  • Experimental features ui (#5338) by @pengx17 in #5338
  • Use nx cloud runner (#5626) by @darkskygit in #5626
  • Bump blocksuite (#5624) by @regischen in #5624
  • Journal extension loader (#5557) by @CatsJuice in #5557
  • Journal sidebar dater-picker navigation (#5558) by @CatsJuice in #5558
  • Add daily count for journal sidebar (#5559) by @CatsJuice in #5559
  • Journal sidebar conflict block (#5574) by @CatsJuice in #5574
  • Add experimental flag for journal (#5578) by @CatsJuice in #5578
  • Add journal entrance for app-sidebar (#5579) by @CatsJuice in #5579
  • Upgrade electron and playwright (#5632) by @Brooooooklyn in #5632
  • Skip update quota if same as latest activated quota (#5631) by @darkskygit in #5631
  • Page info adapter for journal (#5561) by @pengx17 in #5561
  • React wrapper for blocksuite editor (#5606) by @pengx17 in #5606
  • Adopt editor features for journal (#5638) by @pengx17 in #5638
  • Bump blocksuite (#5642) by @joooye34 in #5642
  • Use custom image/preview link (#5584) by @darkskygit in #5584
  • Add blob and storage limit (#5535) by @JimmFly in #5535
  • Adjust member order (#5685) by @JimmFly in #5685
  • Optimize week-date-picker keyboard navigation (#5684) by @CatsJuice in #5684
  • Add collection and tag filters to all pages (#5567) by @JimmFly in #5567
  • Bump blocksuite (#5720) by @doodlewind in #5720
  • Impl unlimited features (#5659) by @darkskygit in #5659
  • Generate blocksuite changelog (#5724) by @Brooooooklyn in #5724
  • Add business blob limit (#5734) by @darkskygit in #5734
  • Bump blocksuite (#5735) by @doodlewind in #5735
  • Ignore empty journals for page lists (#5744)
  • Allow pass coupon to checkout session (#5749)
  • Support sign-in with subscription coupon (#5768)
  • Refresh new workspace feature (#5834)
  • Use custom verify token policy (#5836)
  • Duplicate page in page list and clone naming improvements by @golok727 (#5818)
  • Add starAFFiNE and issueFeedback modal (#5718)
  • Add loading to quick search modal (#5785)
  • Move templates into AFFiNE (#5750)
  • Blocksuite integration for pageMode & pageUpdatedAt (#5849)

Fix

  • Return empty resp if user not exists in login preflight (#5588)
  • Standalone early access users detection (#5601)
  • Del staled update count cache if unmatch (#5674)
  • Workspace not found after import (#5571) by @EYHN in #5571
  • Remove cors headers hack (#5581) by @pengx17 in #5581
  • Return empty resp if user not exists in login preflight (#5588) by @darkskygit in #5588
  • Node imports order (#5583) by @forehalo in #5583
  • Add field polyfill for old feature (#5586) by @darkskygit in #5586
  • Improve self-host convenience (#5582) by @forehalo in #5582
  • Standalone early access users detection (#5601) by @forehalo in #5601
  • Add back lottie color hack for dark mode (#5576) by @pengx17 in #5576
  • Remove hash prefix from cdn path (#5509) by @Brooooooklyn in #5509
  • Check session before get workspaces (#5621) by @EYHN in #5621
  • Should not listen on user defined host (#5622) by @forehalo in #5622
  • Selfhost issues (#5623) by @Brooooooklyn in #5623
  • Reserve space for the editor scrollbar (#5625) by @JimmFly in #5625
  • Missing google oauth in auth providers (#5656) by @Brooooooklyn in #5656
  • Adjust the style of Switch to match the design (#5636) by @CatsJuice in #5636
  • Remove incorrect commit (#5660) by @pengx17 in #5660
  • Properties adapter reactivitiy issue (#5661) by @pengx17 in #5661
  • Correct typo in onboarding 'get start' (#5666) by @CatsJuice in #5666
  • Del staled update count cache if unmatch (#5674) by @forehalo in #5674
  • Should set lang when locale changes (#5679) by @pengx17 in #5679
  • Create page button offset issue on non-windows desktop app (#5669) by @pengx17 in #5669
  • Storybook story load issue (#5672) by @pengx17 in #5672
  • Workspace feature should be workspace specific (#5677) by @pengx17 in #5677
  • Disable payment module requirements temporarily (#5683) by @forehalo in #5683
  • Add metrics missing attributes (#5682) by @forehalo in #5682
  • Change journal header week-date-picker's max-width (#5688) by @CatsJuice in #5688
  • Modify journal page title today style, add weekday tag (#5687) by @CatsJuice in #5687
  • Consume blob stream correctly (#5706) by @darkskygit in #5706
  • Bidi links rendering issue (#5707) by @pengx17 in #5707
  • Add padding between editor and link panel (#5713) by @pengx17 in #5713
  • Journal title's day tag may be invalid (#5703) by @CatsJuice in #5703
  • Path issue on Windows (#5725) by @Brooooooklyn in #5725
  • Static resource not found in web server (#5745)
  • Set createDate to journal's date when journal created (#5701)
  • Doc upsert race condition (#5755)
  • Fix sync stuck (#5762) (#5772)
  • Prevent data loss (hot-fix) (#5798)
  • Fix sync handshake (hot-fix) (#5797)
  • Doc upsert without row lock (#5765)
  • Consume blob stream correctly (#5706)
  • Doc upsert race condition (#5755)
  • Doc upsert without row lock (#5765)
  • Selfhost build (#5833)
  • Linux login issues (#5821)
  • Cards overlapping issue (#5727)
  • Match page preview and page title in page list (#5840)
  • Resolve deps and types issues after cherry-pick
  • Linux AppImage output path
  • Window.open to a new origin will be blocked by browser (#5856)
  • Fix 404 after signout (hotfix) (#5865)
  • Fix desktop e2e (#5867)
  • The pitch zooming function incorrectly zooms the toolbar by @umar23faiz (#5456)
  • Disable sidebar user select (#5862)

Refactor

  • Move page list to core (#5556) by @EYHN in #5556
  • Folder structure (#5573) by @forehalo in #5573
  • Replace WorkspaceSubPath in env package with the one in core package (#5537) by @JimmFly in #5537
  • Move date-picker to ui, add story, support responsive (#5468) by @CatsJuice in #5468
  • Adapt the questionnaire component to the desktop client (#5514) by @JimmFly in #5514
  • Plugin modules (#5630) by @forehalo in #5630

Build

  • Generate latest-linux.yml (#5822)

Chore

  • Remove affine/cmdk package (#5552) by @pengx17 in #5552
  • Bump up source-map-loader version to v5 (#5599) by @Brooooooklyn in #5599
  • Update favicon (#5566) by @joooye34 in #5566
  • Bump up @blocksuite/icons version to v2.1.41 (#5580) by @Brooooooklyn in #5580
  • Bump up happy-dom version to v13 (#5569) by @Brooooooklyn in #5569
  • Bump up copy-webpack-plugin version to v12 (#5568) by @Brooooooklyn in #5568
  • Bump up postcss-loader version to v8 (#5609) by @Brooooooklyn in #5609
  • Remove octobase storage usage (#5594) by @forehalo in #5594
  • Remove too verbose logs (#5555) by @forehalo in #5555
  • Bump up actions/cache action to v4 (#5616) by @Brooooooklyn in #5616
  • Add port to host if it is 0.0.0.0 (#5619) by @forehalo in #5619
  • Remove useless log (#5620) by @forehalo in #5620
  • Upgrade perfsee sdk (#5629) by @Brooooooklyn in #5629
  • Bump up vite version to v5.0.12 [SECURITY] (#5648) by @Brooooooklyn in #5648
  • Decrease the instances count on gcp (#5658) by @Brooooooklyn in #5658
  • Bump up @blocksuite/icons version to v2.1.42 (#5668) by @Brooooooklyn in #5668
  • Bump @toeverything/theme, add cssVar use case (#5667) by @CatsJuice in #5667
  • Bump @toeverything/theme (#5680) by @pengx17 in #5680
  • Recover yarn.lock
  • Update base version to 0.12.0 (#5695) by @joooye34 in #5695
  • Remove journal experimental flag (#5698) by @CatsJuice in #5698
  • Bump up @blocksuite/icons version to v2.1.43 (#5702) by @Brooooooklyn in #5702
  • Bump up @reforged/maker-appimage version to v4 (#5709) by @Brooooooklyn in #5709
  • Bump up husky version to v9 (#5694) by @Brooooooklyn in #5694
  • Remove unused blocksuite deps in e2e (#5717) by @joooye34 in #5717
  • Upgrade husky to latest (#5719) by @Brooooooklyn in #5719
  • Bump up @blocksuite/icons version to v2.1.44 (#5732) by @Brooooooklyn in #5732
  • Revert "chore: bump up @reforged/maker-appimage version to v4" (#5736) by @Brooooooklyn in #5736
  • Bump y-octo (#5751)
  • Skip sync when offline (#5786)
  • Bump blocksuite (#5852)
  • Bump electron dependencies (#5770)
  • Bump blocksuite (#5868)

CI

  • Deploy ui storybook (#5655) by @CatsJuice in #5655
  • Check yarn dedupe in ci lint stage (#5678) by @joooye34 in #5678
  • Add postUpdateOptions to renovate (#5714) by @Brooooooklyn in #5714

Docs

  • Update readme (#5637) by @HeJiachen-PM in #5637

Style

  • Import from './index' instead of '.' (#5590) by @lewisl9029 in #5590
  • Apply prefer-node-protocol lint rule (#5627) by @Brooooooklyn in #5627

Test

  • Avoid progress get hold after tests finished (#5522) by @forehalo in #5522
  • Make server testing utils (#5544) by @forehalo in #5544

New Contributors

Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.11.3...v0.12.0


This package has no dependencies.

Discussion for the AFFiNE Client Package

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.
comments powered by Disqus