diff --git a/app/build.gradle b/app/build.gradle index 898397f2e8..eba282caca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 44 - versionName "0.9.1" + versionCode 45 + versionName "0.9.2" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index efa615cfb1..c19a8e8a8c 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,7 +1,23 @@ + + Mostly minor fixes on top of v0.9.0 / v0.9.1. + Fix: backup failing when a source isn't installed + Fix: local manga page sorting + Fix: 32-bit color setting not showing up in reader settings (Android 8+) + Enhancement: collapse top and bottom toolbars on scroll + + - Please see [a href="https://github.com/inorichi/tachiyomi/releases/tag/v0.9.1"]the changelog on GitHub[/a]. + Mostly minor fixes on top of v0.9.0. + Fix: sources tab not updating after installing an extension + Fix: disabled Proguard, which was causing issues with some extensions (e.g. Komga) + Fix: inverted selection in chapters list re-inverting after performing an action + Fix: manga info being cut off on smaller screens + Enhancement: removed notification sound when backup or restore is complete + Enhancement: move start/pause button in download queue to a Floating Action Button + Enhancement: remove extra confirmation step for passive biometric unlock (e.g. iris scan or face unlock) + New: Gray reader background