diff --git a/.gitignore b/.gitignore index 3d544c712e..a1b2389c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ pubspec.lock # ignore tool used for commit linting .githooks/gitlint .githooks/gitlint.exe +.fvm/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 58abd8b4ae..e6b5fcc1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes +## Version 0.0.9.1 - 01/03/2023 +### New features +- New theme +- Support changing text color of editor +- Optimize user interface +### Bug Fixes +- Fix some grid bugs + ## Version 0.0.9 - 12/21/2022 ### New features - Enable the user to define where to store their data diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index a5bc3ae129..62de4d58e3 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -CURRENT_APP_VERSION = "0.0.9" +CURRENT_APP_VERSION = "0.0.9.1" FEATURES = "flutter" PRODUCT_NAME = "AppFlowy" # CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html