From 91bae3d4abdb5dfa03b742a8e3d0b442c0ea6308 Mon Sep 17 00:00:00 2001 From: Alex Gorichev Date: Sun, 14 Jan 2024 12:35:12 +0000 Subject: [PATCH] Bump version and update changelog --- metadata/en-GB/changelogs/15.txt | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 metadata/en-GB/changelogs/15.txt diff --git a/metadata/en-GB/changelogs/15.txt b/metadata/en-GB/changelogs/15.txt new file mode 100644 index 0000000..4a249df --- /dev/null +++ b/metadata/en-GB/changelogs/15.txt @@ -0,0 +1,3 @@ +‣ Switch to material 3 (but change the code to make it look mostly like material 2) +‣ Fix bug where the app does not save if you close by swiping up (thanks @mgolden356) +‣ Fix bug where it deletes a note if you exit too fast (thanks again @mgolden356) diff --git a/pubspec.yaml b/pubspec.yaml index 1f78088..8408ada 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: daily_diary description: A diary that starts with a blank page every day (while saving the previous ones) publish_to: 'none' -version: 1.4.2+14 +version: 1.4.3+15 environment: sdk: '>=2.23.1 <3.0.0'