We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8494e0f + 8521cc0 commit 247a19bCopy full SHA for 247a19b
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# 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
+
9
## Version 0.0.8 - 11/30/2022
10
### New features
11
- Table-view database
frontend/Makefile.toml
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
22
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
23
CARGO_MAKE_CRATE_NAME = "dart-ffi"
24
LIB_NAME = "dart_ffi"
25
-CURRENT_APP_VERSION = "0.0.8"
+CURRENT_APP_VERSION = "0.0.8.1"
26
FEATURES = "flutter"
27
PRODUCT_NAME = "AppFlowy"
28
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
0 commit comments