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.
1 parent 9477f00 commit d0d7529Copy full SHA for d0d7529
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+## Version 0.0.6.1 - 10/26/2022
4
+
5
+New features
6
+- Optimzie appflowy_editor dark mode style
7
8
+### Bug Fixes
9
+- Unable to copy the text with checkbox or link style
10
11
## Version 0.0.6 - 10/23/2022
12
13
New features
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.6"
+CURRENT_APP_VERSION = "0.0.6.1"
26
FEATURES = "flutter"
27
PRODUCT_NAME = "AppFlowy"
28
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
0 commit comments