From daf9b48c73690f36be80379279eb038ce32483f3 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 18 Sep 2023 14:39:25 +0800 Subject: [PATCH] chore: update CHANGELOG (#3433) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 108dd5146f..5ee7ca39b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release Notes +## Version 0.3.2 - 09/18/2023 + +### New Features + +- Improve the performance of the editor, now it is much faster when editing a large document. +- Support for reordering the rows of the database on Windows. +- Revamp the row detail page of the database. +- Revamp the checklist cell editor of the database. + +### Bug fixes + +- Some UI issues + ## Version 0.3.1 - 09/04/2023 ### New Features