AFFiNE logo

AFFiNE

All-in-one workspace integrating notes and whiteboard

Alternative to: notion, miro, evernote, confluence, obsidian, microsoft onenote, quip


About Versions (89)

v0.11.3

2024-01-12

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

Editor

  • Persist last editing state during session (toeverything/blocksuite#5804)
  • Support double click to disable note sorting (toeverything/blocksuite#5861)
  • Improved shift-selection UX for multiple elements (toeverything/blocksuite#5843)
  • Fix performance regression in frame order menu (toeverything/blocksuite#5825)
  • Add more templates (toeverything/blocksuite#5888)

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: https://github.com/toeverything/AFFiNE/compare/v0.11.2…v0.11.3