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'