File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Version 0.2.8 - 08/03/2023
4+
5+ ### New Features
6+
7+ - Nestable personal folder that supports drag and drop
8+ - Support for favorite folders.
9+ - Support for sorting by date in Grid view.
10+ - Add a duplicate button in the Board context menu.
11+
12+ ### Bug fixes
13+
14+ - Improve readability in Callout
15+ - Some UI issues
16+
317## Version 0.2.7 - 07/18/2023
418
519### New Features
620
7- - Dynamic load themes
8- - Inline math equation
21+ <img width =" 1147 " src =" https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/ac464740-c685-4a85-ae99-1074c1c607e5 " >
22+
23+ - Open page in new tab
24+ - Create toggle lists to keep things tidy in your pages
25+ - Alt/Option + click to add a text block above
26+
27+ ### Bug fixes
28+
29+ - Pasting into a Grid property crashed on Windows
30+ - Double-click a link to open
931
1032## Version 0.2.6 - 07/11/2023
1133
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2424CARGO_MAKE_CRATE_FS_NAME = " dart_ffi"
2525CARGO_MAKE_CRATE_NAME = " dart-ffi"
2626LIB_NAME = " dart_ffi"
27- CURRENT_APP_VERSION = " 0.2.7 "
27+ CURRENT_APP_VERSION = " 0.2.8 "
2828FLUTTER_DESKTOP_FEATURES = " dart,rev-sqlite"
2929PRODUCT_NAME = " AppFlowy"
3030# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 0.2.7
18+ version : 0.2.8
1919
2020environment :
2121 sdk : " >=3.0.0 <4.0.0"
@@ -182,4 +182,4 @@ flutter:
182182 - assets/template/
183183 - assets/test/workspaces/markdowns/
184184 - assets/test/workspaces/database/
185- # END: EXCLUDE_IN_RELEASE
185+ # END: EXCLUDE_IN_RELEASE
You can’t perform that action at this time.
0 commit comments