File tree Expand file tree Collapse file tree 3 files changed +29
-7
lines changed
frontend/appflowy_flutter Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Version 0.3.7 - 10/30/2023
4+
5+ ### New Features
6+ - Support showing checklist items inline in row page.
7+ - Support inserting date from slash menu.
8+ - Support renaming a stack directly by clicking on the stack name.
9+ - Show the detailed reminder content in the notification center.
10+ - Save card order in Board view.
11+ - Allow to hide the ungrouped stack.
12+ - Segmented the checklist progress bar.
13+
14+ ### Bug fixes
15+ - Optimize side panel animation.
16+ - Fix calendar with hidden date or title doesn't show options correctly.
17+ - Fix the horizontal scroll bar disappears in Grid view.
18+ - Improve setting tab UI in Grid view.
19+ - Improve theme of the code block.
20+ - Fix some UI issues.
21+
322## Version 0.3.6 - 10/16/2023
423
524### New Features
625- Support setting Markdown styles through keyboard shortcuts.
726- Added Ukrainian language.
827- Support auto-hiding sidebar feature, ensuring a streamlined view even when resizing to a smaller window.
928- Support toggling the notifitcation on/off.
10- - Added Lemonade theme.
11-
29+ - Added Lemonade theme.
1230
1331### Bug fixes
1432- Improve Vietnamese translations.
Original file line number Diff line number Diff line change @@ -53,10 +53,11 @@ packages:
5353 appflowy_editor:
5454 dependency: "direct main"
5555 description:
56- name: appflowy_editor
57- sha256: cb6a0e7fa545923495cf85f1173b9f5572c67dc2f003b8d2b6dec9305eb5dafa
58- url: "https://pub.dev"
59- source: hosted
56+ path: "."
57+ ref: "7336274"
58+ resolved-ref: "7336274ff90402c8dd790b029e00cac60c580f28"
59+ url: "https://github.com/AppFlowy-IO/appflowy-editor.git"
60+ source: git
6061 version: "1.5.0"
6162 appflowy_popover:
6263 dependency: "direct main"
Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ dependencies:
4444 git :
4545 url : https://github.com/AppFlowy-IO/appflowy-board.git
4646 ref : 6aba8dd
47- appflowy_editor : ^1.5.0
47+ appflowy_editor :
48+ git :
49+ url : https://github.com/AppFlowy-IO/appflowy-editor.git
50+ ref : " 7336274"
4851 appflowy_popover :
4952 path : packages/appflowy_popover
5053
You can’t perform that action at this time.
0 commit comments