From 169a0be938ccfb48210619ad73374e7910f403ab Mon Sep 17 00:00:00 2001 From: Batmend Ganbaatar Date: Sat, 4 May 2024 13:37:29 +0800 Subject: [PATCH] release 0.5.2 --- CHANGELOG.md | 10 ++++++++-- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9035a9..316244f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ -## Next +## Beta 0.5.2 * Fixed transaction page date selector's time was always set to **zero** (12AM) * Now uses [pie_menu](https://pub.dev/packages/pie_menu) from pub.dev since fork's additional features have are in the new release * Uses serializer from [`moment_dart`](https://github.com/sadespresso/moment_dart) -* Saves automated backups in app data, fixes [#131](https://github.com/flow-mn/flow/issues/131) for now +* Saves all backups in app data, fixes [#131](https://github.com/flow-mn/flow/issues/131) +* Backups are now deletable * Minor improvements +## Beta 0.5.1 + +* [FEAT] Customize order of new transaction buttons by @sadespresso in https://github.com/flow-mn/flow/pull/148 +* Reform account edit page by @sadespresso in https://github.com/flow-mn/flow/pull/149 + ## Beta 0.5.0 * Added calculator by @sadespresso in diff --git a/pubspec.yaml b/pubspec.yaml index a523e9a..ae866fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A personal finance managing app publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: "0.5.2+45" +version: "0.5.2+46" environment: sdk: ">=3.1.3 <4.0.0"