mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-26 00:40:13 +00:00
chore: update version to 0.7.6 (#6870)
This commit is contained in:
parent
17aa8c9036
commit
27af57289f
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,13 @@
|
|||||||
# Release Notes
|
# 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
|
## Version 0.7.4 - 19/11/2024
|
||||||
### New Features
|
### New Features
|
||||||
- Support uploading WebP and BMP images
|
- Support uploading WebP and BMP images
|
||||||
|
@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|||||||
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
|
||||||
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
CARGO_MAKE_CRATE_NAME = "dart-ffi"
|
||||||
LIB_NAME = "dart_ffi"
|
LIB_NAME = "dart_ffi"
|
||||||
APPFLOWY_VERSION = "0.7.4"
|
APPFLOWY_VERSION = "0.7.6"
|
||||||
FLUTTER_DESKTOP_FEATURES = "dart"
|
FLUTTER_DESKTOP_FEATURES = "dart"
|
||||||
PRODUCT_NAME = "AppFlowy"
|
PRODUCT_NAME = "AppFlowy"
|
||||||
MACOSX_DEPLOYMENT_TARGET = "11.0"
|
MACOSX_DEPLOYMENT_TARGET = "11.0"
|
||||||
|
@ -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.
|
your data. The best open source alternative to Notion.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 0.7.4
|
version: 0.7.6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
flutter: ">=3.22.0"
|
flutter: ">=3.22.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user