Skip to content

Commit

Permalink
Update changelog & release notes for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Jul 24, 2022
1 parent 69ca80e commit 890332d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

android {
compileSdkVersion 31
compileSdkVersion 32
buildToolsVersion "30.0.3"

def schemasLocation = "$projectDir/schemas"
Expand All @@ -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"

Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Added configurable left & right swipe actions.
- A few bug fixes
1 change: 1 addition & 0 deletions app/src/main/play/release-notes/fr-CA/production.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Action de glissement configurable selon la direction.
- Quelques bugs corrigés.

0 comments on commit 890332d

Please sign in to comment.