Skip to content

0.11.3-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jan 07:26
· 6312 commits to canary since this release
8e7dedf

Overview

This release, which is upper publish for our 0.12 version iteration, includes some feature enhancements, bug fixes, and architecture refactors.

Updated Features

  • Workspace Creation: Used new transformer API of blocksuite to initialize workspace onboarding pages.
  • Page History: Optimized list item UI.
  • i18n: Update Korean translation.
  • Free Limit: Implemented cloud workspace member invite limitation. The free user just can invite 3 members to the workspace now.

Fixed Issues

  • The client on windows will upgrade all the time. #5507
  • Some accounts have no display name, and use the email prefix as the display name for them. #5434
  • Quick search will pop when the link-popup is visitable. #5409
  • Long page title issue in page history. #5436
  • The page content is blurry in Safari. #5393

Editor

Engineering

  • AFFiNE Architecture: The refactoring of architecture in the AFFiNE repository will continue in the next serial iterations and versions, to make the architecture more clear, stable, and easy to code.

    • create electron api package
    • remove plugin system
    • remove adapter login
    • let infra package no bundle when local develop
    • move currentPageAtom, hooks, and workspace atom to core to prepare for biz modules
  • Cloud Object Storage: Use AWS S3 object storage to store blob data.

  • Experimental Features: AFFiNE will have experimental features in the future, like AI, this version adds experimental features APIs and the next version will implement the front UI to manage experimental features.

Thanks

  • Thanks to "徐空文" "fuwh" "Probgoblin" "kirklazarus" for reporting client always upgrade issue in Discord and "Anwar" in Community Forum.
  • Thanks to @NavyStack for Korean translation.

Commit Changes

What's Changed

New Contributors

Full Changelog: v0.11.2-beta.0...v0.11.3-beta.2