mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump version 0.3.7 (#3832)
This commit is contained in:
parent
d358e18f33
commit
59dff54edb
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,5 +1,24 @@
|
|||||||
# Release Notes
|
# 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
|
## Version 0.3.6 - 10/16/2023
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
@ -9,7 +28,6 @@
|
|||||||
- Support toggling the notifitcation on/off.
|
- Support toggling the notifitcation on/off.
|
||||||
- Added Lemonade theme.
|
- Added Lemonade theme.
|
||||||
|
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Improve Vietnamese translations.
|
- Improve Vietnamese translations.
|
||||||
- Improve reminder feature.
|
- Improve reminder feature.
|
||||||
|
@ -53,10 +53,11 @@ packages:
|
|||||||
appflowy_editor:
|
appflowy_editor:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: appflowy_editor
|
path: "."
|
||||||
sha256: cb6a0e7fa545923495cf85f1173b9f5572c67dc2f003b8d2b6dec9305eb5dafa
|
ref: "7336274"
|
||||||
url: "https://pub.dev"
|
resolved-ref: "7336274ff90402c8dd790b029e00cac60c580f28"
|
||||||
source: hosted
|
url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
|
||||||
|
source: git
|
||||||
version: "1.5.0"
|
version: "1.5.0"
|
||||||
appflowy_popover:
|
appflowy_popover:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
|
@ -44,7 +44,10 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/AppFlowy-IO/appflowy-board.git
|
url: https://github.com/AppFlowy-IO/appflowy-board.git
|
||||||
ref: 6aba8dd
|
ref: 6aba8dd
|
||||||
appflowy_editor: ^1.5.0
|
appflowy_editor:
|
||||||
|
git:
|
||||||
|
url: https://github.com/AppFlowy-IO/appflowy-editor.git
|
||||||
|
ref: "7336274"
|
||||||
appflowy_popover:
|
appflowy_popover:
|
||||||
path: packages/appflowy_popover
|
path: packages/appflowy_popover
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user