File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ pubspec.lock
3636# ignore tool used for commit linting
3737.githooks /gitlint
3838.githooks /gitlint.exe
39+ .fvm /
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Version 0.0.9.1 - 01/03/2023
4+ ### New features
5+ - New theme
6+ - Support changing text color of editor
7+ - Optimize user interface
8+ ### Bug Fixes
9+ - Fix some grid bugs
10+
311## Version 0.0.9 - 12/21/2022
412### New features
513- Enable the user to define where to store their data
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222CARGO_MAKE_CRATE_FS_NAME = " dart_ffi"
2323CARGO_MAKE_CRATE_NAME = " dart-ffi"
2424LIB_NAME = " dart_ffi"
25- CURRENT_APP_VERSION = " 0.0.9"
25+ CURRENT_APP_VERSION = " 0.0.9.1 "
2626FEATURES = " flutter"
2727PRODUCT_NAME = " AppFlowy"
2828# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
You can’t perform that action at this time.
0 commit comments