From d36a8464257c5a3376c2d7b76c557579395c7116 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 26 Sep 2023 15:56:41 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa30587821..0c9f7796c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ ## Version 0.3.3 - 09/24/2023 -TBD +### New Features +- Added an end date field to the time cell in the database. +- Added Support for customizing the font family from GoogleFonts in the editor. +- Set the uploaded image to cover by default. +- Added Support for resetting the user icon on settings page +- Add Urdu language translations. + +### Bug fixes +- Default colors for the blocks except for the callout were not transparent. +- Option/Alt + click to add a block above didn't work on the first line. +- Unable to paste HTML content containing `` tag. +- Unable to select the text from anywhere in the line. +- The selection in the editor didn't clear when editing the inline database. +- Added a bottom border to new property column in the database. +- Set minimum width of 50px for grid fields. ## Version 0.3.2 - 09/18/2023