Skip to content

Commit 3858836

Browse files
committed
chore: udpate chnagelog
1 parent 9cd83d0 commit 3858836

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ pubspec.lock
3636
# ignore tool used for commit linting
3737
.githooks/gitlint
3838
.githooks/gitlint.exe
39+
.fvm/

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2323
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2424
LIB_NAME = "dart_ffi"
25-
CURRENT_APP_VERSION = "0.0.9"
25+
CURRENT_APP_VERSION = "0.0.9.1"
2626
FEATURES = "flutter"
2727
PRODUCT_NAME = "AppFlowy"
2828
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

0 commit comments

Comments
 (0)