Skip to content

Commit 45cbd70

Browse files
authored
chore: bump version 0.2.8 (#3105)
1 parent fb9bc35 commit 45cbd70

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

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

3+
## Version 0.2.8 - 08/03/2023
4+
5+
### New Features
6+
7+
- Nestable personal folder that supports drag and drop
8+
- Support for favorite folders.
9+
- Support for sorting by date in Grid view.
10+
- Add a duplicate button in the Board context menu.
11+
12+
### Bug fixes
13+
14+
- Improve readability in Callout
15+
- Some UI issues
16+
317
## Version 0.2.7 - 07/18/2023
418

519
### New Features
620

7-
- Dynamic load themes
8-
- Inline math equation
21+
<img width="1147" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/ac464740-c685-4a85-ae99-1074c1c607e5">
22+
23+
- Open page in new tab
24+
- Create toggle lists to keep things tidy in your pages
25+
- Alt/Option + click to add a text block above
26+
27+
### Bug fixes
28+
29+
- Pasting into a Grid property crashed on Windows
30+
- Double-click a link to open
931

1032
## Version 0.2.6 - 07/11/2023
1133

frontend/Makefile.toml

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

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.2.7
18+
version: 0.2.8
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"
@@ -182,4 +182,4 @@ flutter:
182182
- assets/template/
183183
- assets/test/workspaces/markdowns/
184184
- assets/test/workspaces/database/
185-
# END: EXCLUDE_IN_RELEASE
185+
# END: EXCLUDE_IN_RELEASE

0 commit comments

Comments
 (0)