diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b904f260a..baa764c29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Release Notes +## Version 0.3.7 - 10/30/2023 + +### New Features +- Support showing checklist items inline in row page. +- Support inserting date from slash menu. +- Support renaming a stack directly by clicking on the stack name. +- Show the detailed reminder content in the notification center. +- Save card order in Board view. +- Allow to hide the ungrouped stack. +- Segmented the checklist progress bar. + +### Bug fixes +- Optimize side panel animation. +- Fix calendar with hidden date or title doesn't show options correctly. +- Fix the horizontal scroll bar disappears in Grid view. +- Improve setting tab UI in Grid view. +- Improve theme of the code block. +- Fix some UI issues. + ## Version 0.3.6 - 10/16/2023 ### New Features @@ -7,8 +26,7 @@ - Added Ukrainian language. - Support auto-hiding sidebar feature, ensuring a streamlined view even when resizing to a smaller window. - Support toggling the notifitcation on/off. -- Added Lemonade theme. - +- Added Lemonade theme. ### Bug fixes - Improve Vietnamese translations. diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index 36b53f40a1..397d874f6e 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -53,10 +53,11 @@ packages: appflowy_editor: dependency: "direct main" description: - name: appflowy_editor - sha256: cb6a0e7fa545923495cf85f1173b9f5572c67dc2f003b8d2b6dec9305eb5dafa - url: "https://pub.dev" - source: hosted + path: "." + ref: "7336274" + resolved-ref: "7336274ff90402c8dd790b029e00cac60c580f28" + url: "https://github.com/AppFlowy-IO/appflowy-editor.git" + source: git version: "1.5.0" appflowy_popover: dependency: "direct main" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 06765d5b58..abe808cd1c 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -44,7 +44,10 @@ dependencies: git: url: https://github.com/AppFlowy-IO/appflowy-board.git ref: 6aba8dd - appflowy_editor: ^1.5.0 + appflowy_editor: + git: + url: https://github.com/AppFlowy-IO/appflowy-editor.git + ref: "7336274" appflowy_popover: path: packages/appflowy_popover