Skip to content

Commit a2e9d63

Browse files
authored
chore: bump version 0.1.4 (#2455)
1 parent 5d0a349 commit a2e9d63

File tree

8 files changed

+34
-427
lines changed

8 files changed

+34
-427
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release Notes
22

3+
## Version 0.1.4 - 04/05/2023
4+
5+
### New features
6+
- Use AppFlowy’s calendar views to plan and manage tasks and deadlines.
7+
- Writing can be improved with the help of OpenAI.
8+
9+
## Version 0.1.3 - 24/04/2023
10+
11+
### New features
12+
- Launch the official Dark Mode.
13+
- Customize the font color and highlight color by setting a hex color value and an opacity level.
14+
15+
### Bug Fixes
16+
- Fix: the slash menu can be triggered by all other keyboards than English.
17+
- Fix: convert the single asterisk to italic text and the double asterisks to bold text.
18+
319
## Version 0.1.2 - 03/28/2023
420

521
### Bug Fixes

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2323
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2424
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2525
LIB_NAME = "dart_ffi"
26-
CURRENT_APP_VERSION = "0.1.3"
26+
CURRENT_APP_VERSION = "0.1.4"
2727
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
2828
PRODUCT_NAME = "AppFlowy"
2929
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

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.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ packages:
4545
dependency: "direct main"
4646
description:
4747
name: appflowy_editor
48-
sha256: a1dbca3d7d33f4669f1d44bfa1e06b6646f46726c219921b8a59d9ee22bf252d
48+
sha256: "5371e8aa78e6a5e5b5c958b1450958689755b5fd0e9862312ca423f7c0da9fcc"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "0.1.9"
51+
version: "0.1.10"
5252
appflowy_popover:
5353
dependency: "direct main"
5454
description:

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4
1919

2020
environment:
2121
sdk: ">=2.19.0 <3.0.0"

0 commit comments

Comments
 (0)