File tree Expand file tree Collapse file tree 6 files changed +26
-425
lines changed
rust-lib/flowy-document/src/editor
scripts/flutter_release_build Expand file tree Collapse file tree 6 files changed +26
-425
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Version 0.1.3 - 24/04/2023
4+
5+ ### New features
6+ - Launch the official Dark Mode.
7+ - Customize the font color and highlight color by setting a hex color value and an opacity level.
8+
9+ ### Bug Fixes
10+ - Fix: the slash menu can be triggered by all other keyboards than English.
11+ - Fix: convert the single asterisk to italic text and the double asterisks to bold text.
12+
313## Version 0.1.2 - 03/28/2023
414
515### Bug Fixes
Original file line number Diff line number Diff line change 588588 "$(inherited)",
589589 "@executable_path/../Frameworks",
590590 );
591+ ONLY_ACTIVE_ARCH = YES;
591592 PRODUCT_BUNDLE_IDENTIFIER = com.appflowy.macos;
592593 PRODUCT_NAME = AppFlowy;
593594 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 0.1.2
18+ version : 0.1.3
1919
2020environment :
2121 sdk : " >=2.19.0 <3.0.0"
@@ -172,4 +172,4 @@ flutter:
172172 # The following assets will be excluded in release.
173173 # BEGIN: EXCLUDE_IN_RELEASE
174174 - assets/test/workspaces/
175- # END: EXCLUDE_IN_RELEASE
175+ # END: EXCLUDE_IN_RELEASE
You can’t perform that action at this time.
0 commit comments