diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc8d05b68..277a2827ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Release Notes +## Version 0.6.0 - 19/06/2024 +### New Features +- Introduced the "Space" feature to help you organize your pages more efficiently. +### Bug Fixes +- Resolved shortcut conflicts on the board page. +- Resolved an issue where underscores could cause the editor to freeze. + +## Version 0.5.9 - 06/06/2024 +### New Features +- Revamped the sidebar for both Desktop and Mobile. +- Added support for embedding videos in documents. +- Introduced a hotkey (Cmd/Ctrl + 0) to reset the app scale. +- Supported searching the workspace by page title. +### Bug Fixes +- Fixed the issue preventing the use of Backspace to delete words in Kanban boards. + ## Version 0.5.8 - 05/20/2024 ### New Features - Improvement to the Callout block to insert new lines diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index 6b8e763183..c02bac5f1c 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -53,8 +53,8 @@ packages: dependency: "direct main" description: path: "." - ref: b5da6e4 - resolved-ref: b5da6e4afcb832ca74f588d7007824b02b5d51de + ref: d6388a4 + resolved-ref: d6388a485789e1414a098366e0f38f14e86a0660 url: "https://github.com/AppFlowy-IO/appflowy-editor.git" source: git version: "2.5.1" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index ad45d3a96b..25574a7440 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -184,7 +184,7 @@ dependency_overrides: appflowy_editor: git: url: https://github.com/AppFlowy-IO/appflowy-editor.git - ref: "b5da6e4" + ref: "d6388a4" appflowy_editor_plugins: git: