mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: udpate chnagelog
This commit is contained in:
parent
273aaeec75
commit
bce175255f
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ pubspec.lock
|
|||||||
# ignore tool used for commit linting
|
# ignore tool used for commit linting
|
||||||
.githooks/gitlint
|
.githooks/gitlint
|
||||||
.githooks/gitlint.exe
|
.githooks/gitlint.exe
|
||||||
|
.fvm/
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# Release Notes
|
# 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
|
## Version 0.0.9 - 12/21/2022
|
||||||
### New features
|
### New features
|
||||||
- Enable the user to define where to store their data
|
- Enable the user to define where to store their data
|
||||||
|
@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|||||||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||||
LIB_NAME = "dart_ffi"
|
LIB_NAME = "dart_ffi"
|
||||||
CURRENT_APP_VERSION = "0.0.9"
|
CURRENT_APP_VERSION = "0.0.9.1"
|
||||||
FEATURES = "flutter"
|
FEATURES = "flutter"
|
||||||
PRODUCT_NAME = "AppFlowy"
|
PRODUCT_NAME = "AppFlowy"
|
||||||
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
|
||||||
|
Loading…
Reference in New Issue
Block a user