From 95bfda9dc6e84337f9e18df84d4859d0c4f65c66 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 26 Feb 2024 14:02:04 +0700 Subject: [PATCH] chore: update changelog (#4743) --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d52fe998..f9292a3cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,27 @@ # Release Notes +## Version 0.5.0 - 02/26/2024 +### New Features +- Added support for scaling text on mobile platforms for better readability. +- Introduced a toggle for favorites directly from the documents' top bar. +- Optimized the image upload process and added error messaging for failed uploads。 +- Implemented depth control for outline block components. +- New checklist task creation is now more intuitive, with prompts appearing on hover over list items in the row detail page. +- Enhanced sorting capabilities, allowing reordering and addition of multiple sorts. +- Expanded sorting and filtering options to include more field types like checklist, creation time, and modification time. +- Added support for field calculations within databases. +### Bug Fixes +- Fixed an issue where inserting an image from Unsplash in local mode was not possible. +- Fixed undo/redo functionality in lists. +- Fixed data loss issues when converting between block types. +- Fixed a bug where newly created rows were not being automatically sorted. +- Fixed issues related to deleting a sorting field or sort not removing existing sorts properly. +### Notes +- Windows 7, Windows 8, and iOS 11 are not yet supported due to the upgrade to Flutter 3.19.0. + ## Version 0.4.9 - 02/17/2024 ### Bug Fixes - Resolved the issue that caused users to be redirected to the Sign In page -- + ## Version 0.4.8 - 02/13/2024 ### Bug Fixes - Fixed a possible error when loading workspaces