Skip to content

Commit 1d1647d

Browse files
committed
chore: bump version 0.8.0
1 parent b3f94be commit 1d1647d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Release Notes
2+
## Version 0.8.0 - 06/01/2025
3+
### Bug Fixes
4+
Fixed error displaying in the page style menu
5+
Fixed filter logic in the icon picker
6+
Fixed error displaying in the Favorite/Recent page
7+
Fixed the color picker displaying when tapping down
8+
Fixed icons not being supported in subpage blocks
9+
Fixed recent icon functionality in the space icon menu
10+
Fixed "Insert Below" not auto-scrolling the table
11+
Fixed a to-do item with an emoji automatically creating a soft break
12+
Fixed header row/column tap areas being too small
13+
Fixed simple table alignment not working for items that wrap
14+
Fixed web content reverting after removing the inline code format on desktop
15+
Fixed inability to make changes to a row or column in the table when opening a new tab
16+
Fixed changing the language to CKB-KU causing a gray screen on mobile
17+
218
## Version 0.7.9 - 30/12/2024
319
### New Features
420
- Meet AppFlowy Web (Lite): Use AppFlowy directly in your browser.

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2626
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2727
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2828
LIB_NAME = "dart_ffi"
29-
APPFLOWY_VERSION = "0.7.9"
29+
APPFLOWY_VERSION = "0.8.0"
3030
FLUTTER_DESKTOP_FEATURES = "dart"
3131
PRODUCT_NAME = "AppFlowy"
3232
MACOSX_DEPLOYMENT_TARGET = "11.0"

frontend/appflowy_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Bring projects, wikis, and teams together with AI. AppFlowy is an
44
your data. The best open source alternative to Notion.
55
publish_to: "none"
66

7-
version: 0.7.9
7+
version: 0.8.0
88

99
environment:
1010
flutter: ">=3.22.0"

0 commit comments

Comments
 (0)