Skip to content

Commit 8b294ec

Browse files
authored
chore: bump version 0.1.3
* chore: only build active arch on relesae mode in macOS * chore: release 0.1.3 * test: release 1.1.3 * chore: update READ_ME.json
1 parent ed889ab commit 8b294ec

File tree

6 files changed

+26
-425
lines changed

6 files changed

+26
-425
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

frontend/appflowy_flutter/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@
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 = "";

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
environment:
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

0 commit comments

Comments
 (0)