Skip to content

Commit 247a19b

Browse files
authored
Merge pull request #1553 from AppFlowy-IO/update_version_num_0.0.8.1
chore: update changelog
2 parents 8494e0f + 8521cc0 commit 247a19b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Release Notes
2+
## Version 0.0.8.1 - 12/09/2022
3+
### New features
4+
- Support following your default system theme
5+
- Improve the filter in Grid
6+
### Bug Fixes
7+
- Copy/Paste
8+
29
## Version 0.0.8 - 11/30/2022
310
### New features
411
- Table-view database

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.8"
25+
CURRENT_APP_VERSION = "0.0.8.1"
2626
FEATURES = "flutter"
2727
PRODUCT_NAME = "AppFlowy"
2828
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

0 commit comments

Comments
 (0)