From 890332d2860558000371467f0f443b6ffee00741 Mon Sep 17 00:00:00 2001 From: maltaisn Date: Sun, 24 Jul 2022 14:36:17 -0400 Subject: [PATCH] Update changelog & release notes for new version --- CHANGELOG.md | 5 ++++- app/build.gradle | 6 +++--- app/src/main/play/release-notes/en-US/production.txt | 1 + app/src/main/play/release-notes/fr-CA/production.txt | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33af2be9..e0670c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## v1.5.0 +## v1.4.4 - Added separate swipe left & right actions, with animated icon shown on swipe (#36). +- Fixed cursor going to end of note when scrolling long text notes (#63, potentially #60). +- Fixed movement with arrow keys not working in text fields when editing note (#67). +- Fixed crash with notification on Android 12 (#65). ## v1.4.3 - Fixed critical crash occuring when using reminders (#61, #62). diff --git a/app/build.gradle b/app/build.gradle index 1df4d73d..82fbf67b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ repositories { } android { - compileSdkVersion 31 + compileSdkVersion 32 buildToolsVersion "30.0.3" def schemasLocation = "$projectDir/schemas" @@ -26,8 +26,8 @@ android { // there was a sync flavor. Package can't be changed on Play Store so it was kept. applicationId "com.maltaisn.notes.sync" minSdkVersion 21 - targetSdkVersion 31 - versionCode 10403 + targetSdkVersion 32 + versionCode 10404 versionName "1.4.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt index 75e7f54f..4cb70afd 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -1 +1,2 @@ +- Added configurable left & right swipe actions. - A few bug fixes \ No newline at end of file diff --git a/app/src/main/play/release-notes/fr-CA/production.txt b/app/src/main/play/release-notes/fr-CA/production.txt index adc79bdb..2b4560d1 100644 --- a/app/src/main/play/release-notes/fr-CA/production.txt +++ b/app/src/main/play/release-notes/fr-CA/production.txt @@ -1 +1,2 @@ +- Action de glissement configurable selon la direction. - Quelques bugs corrigés.