Skip to content

Commit 890332d

Browse files
committed
Update changelog & release notes for new version
1 parent 69ca80e commit 890332d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## v1.5.0
1+
## v1.4.4
22
- Added separate swipe left & right actions, with animated icon shown on swipe (#36).
3+
- Fixed cursor going to end of note when scrolling long text notes (#63, potentially #60).
4+
- Fixed movement with arrow keys not working in text fields when editing note (#67).
5+
- Fixed crash with notification on Android 12 (#65).
36

47
## v1.4.3
58
- Fixed critical crash occuring when using reminders (#61, #62).

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
android {
19-
compileSdkVersion 31
19+
compileSdkVersion 32
2020
buildToolsVersion "30.0.3"
2121

2222
def schemasLocation = "$projectDir/schemas"
@@ -26,8 +26,8 @@ android {
2626
// there was a sync flavor. Package can't be changed on Play Store so it was kept.
2727
applicationId "com.maltaisn.notes.sync"
2828
minSdkVersion 21
29-
targetSdkVersion 31
30-
versionCode 10403
29+
targetSdkVersion 32
30+
versionCode 10404
3131
versionName "1.4.4"
3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3333

Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
- Added configurable left & right swipe actions.
12
- A few bug fixes
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
- Action de glissement configurable selon la direction.
12
- Quelques bugs corrigés.

0 commit comments

Comments
 (0)