Skip to content

Commit 5ce8087

Browse files
authored
Merge pull request #1508 from AppFlowy-IO/update_version_num_0.0.8
Update version num 0.0.8
2 parents c8b9097 + f1a25ab commit 5ce8087

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Release Notes
2+
## Version 0.0.8 - 11/30/2022
3+
### New features
4+
- Table-view database
5+
- support column type: Checklist
6+
- Board-view database
7+
- support column type: Checklist
8+
- Customize font size: small, medium, large
9+
10+
## Version 0.0.7.1 - 11/30/2022
11+
### Bug Fixes
12+
- Fix some bugs
13+
214
## Version 0.0.7 - 11/27/2022
315
### New features
416
- Support adding filters by the text/checkbox/single-select property in Grid
@@ -129,7 +141,7 @@ v0.0.4 - beta.1 is pre-release
129141

130142
### New features
131143
- Table-view database
132-
- supported column types: Text, Checkbox, Single-select, Multi-select, Numbers
144+
- support column types: Text, Checkbox, Single-select, Multi-select, Numbers
133145
- hide / delete columns
134146
- insert rows
135147

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

0 commit comments

Comments
 (0)