chore: bump version 0.3.7 (#3832)

This commit is contained in:
Lucas.Xu 2023-10-31 09:49:14 +08:00 committed by GitHub
parent d358e18f33
commit 59dff54edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 7 deletions

View File

@ -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.

View File

@ -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"

View File

@ -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