diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fc8baa9..960e5d2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -18,8 +18,8 @@ android { applicationId = "io.github.quillpad" minSdk = 24 targetSdk = 35 - versionCode = 49 - versionName = "1.5.7" + versionCode = 50 + versionName = "1.5.8" testInstrumentationRunner = "org.qosp.notes.TestRunner" diff --git a/app/src/main/assets/whatsnew.yaml b/app/src/main/assets/whatsnew.yaml index 26fa93b..dbf75fa 100644 --- a/app/src/main/assets/whatsnew.yaml +++ b/app/src/main/assets/whatsnew.yaml @@ -1,4 +1,13 @@ updates: + - id: 5 + title: Bug Fixes & Improvements + items: + - Potential fix for all notes getting moved to the trash. + - New translation updates for Italian, German, Swedish, Russian, Romanian and Chinese! + - Default editor mode setting (Edit vs Preview) + - New tasks are added to the top of the list. + - Does not show "Untitled" when creating a new note with empty title. + - id: 4 title: Widgets!!! items: