diff --git a/CHANGELOG.md b/CHANGELOG.md index fbec9204a4..c60ea259a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release Notes -# Release Notes +## Version 0.7.5 - 25/11/2024 +### Bug Fixes +- Improved chat response parsing +- Fixed toggle list icon direction for RTL mode +- Fixed cross blocks formatting not reflecting in float toolbar +- Fixed unable to click inside the toggle list to create a new paragraph +- Fixed open file error 50 on macOS +- Fixed upload file exceed limit error + ## Version 0.7.4 - 19/11/2024 ### New Features - Support uploading WebP and BMP images diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index b91b783e6d..f86cb1befe 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -APPFLOWY_VERSION = "0.7.4" +APPFLOWY_VERSION = "0.7.6" FLUTTER_DESKTOP_FEATURES = "dart" PRODUCT_NAME = "AppFlowy" MACOSX_DEPLOYMENT_TARGET = "11.0" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 17e6be1e63..4654b45739 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -4,7 +4,7 @@ description: Bring projects, wikis, and teams together with AI. AppFlowy is an your data. The best open source alternative to Notion. publish_to: "none" -version: 0.7.4 +version: 0.7.6 environment: flutter: ">=3.22.0"