浏览代码

chore: udpate chnagelog

nathan 2 年之前
父节点
当前提交
bce175255f
共有 3 个文件被更改,包括 10 次插入1 次删除
  1. 1 0
      .gitignore
  2. 8 0
      CHANGELOG.md
  3. 1 1
      frontend/Makefile.toml

+ 1 - 0
.gitignore

@@ -36,3 +36,4 @@ pubspec.lock
 # ignore tool used for commit linting
 .githooks/gitlint
 .githooks/gitlint.exe
+.fvm/

+ 8 - 0
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

+ 1 - 1
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