Skip to content

Commit 2c669f1

Browse files
authored
chore: bump version 0.2.6 (#2963)
1 parent b9976b0 commit 2c669f1

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# Release Notes
22

3-
## Version 0.2.4 - 06/23/2023
3+
## Version 0.2.6 - 07/11/2023
44

5-
### Bug fixes:
5+
### New Features
6+
7+
- Dynamic load themes
8+
- Inline math equation
9+
10+
11+
## Version 0.2.5 - 07/02/2023
12+
13+
### New Features
14+
15+
- Insert local images
16+
- Mention a page
17+
- Outlines (Table of contents)
18+
- Added support for aligning the image by image menu
19+
20+
### Bug fixes
621

7-
- Unable to copy and paste a word
822
- Some UI issues
923

1024
## Version 0.2.4 - 06/23/2023

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.2.5"
26+
CURRENT_APP_VERSION = "0.2.6"
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/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.2.5
18+
version: 0.2.6
1919

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

0 commit comments

Comments
 (0)