From 300c012a6d7422c90a02509e1b5de8cf72ca0779 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 1 Jul 2025 10:43:57 +0700 Subject: [PATCH] Bump version to v0.16.4 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856a4fa04..a851b5eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.16.4] - 2025-07-01 +### Fixed +- Changing from Hive to HiveCE for fixing synchronizing issues when multiple isolate access to db +- Cursor pointer is wrong color +- #3819 Fix modified signature not saved in Draft +- Incorrect Support button alignment +- #3822 Quota view misaligned +- #3792 Hide button in blue bar if user is not a participant +- #3177 Fix drag n drop image make double signature + ## [0.16.3] - 2025-06-20 ### Added - Translation diff --git a/pubspec.yaml b/pubspec.yaml index dac2c8779..e5766ab99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.16.3 +version: 0.16.4 environment: sdk: ">=3.0.0 <4.0.0"