diff --git a/README.md b/README.md index 7c35627685..f97403d966 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tachiyomi is a free and open source manga reader for Android 5.0 and above. ![screenshots of app](./.github/readme-images/theming-screenshots.gif) ## Newest Release -[v0.9.69](https://github.com/Jays2Kings/tachiyomi/releases) +[v0.9.7](https://github.com/Jays2Kings/tachiyomi/releases) ## Features @@ -41,6 +41,9 @@ Plus some new features in this fork such as: * Improved Download queue, including reordering and cancelling downloads * Recently Read goes all the way back to the beginning of time * Restoring backups in the background (taken from [Neko](https://github.com/CarlosEsco/Neko) +* Expanding manga thumbnails +* Automatically check for extension updates +* More Material Stuff ## Issues, Feature Requests and Contributing diff --git a/app/build.gradle b/app/build.gradle index d80eb954e1..54174a9f10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 54 - versionName '0.9.69' + versionCode 55 + versionName '0.9.7' buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" @@ -76,7 +76,6 @@ android { dimension "default" } dev { - resConfigs "en", "xxhdpi" dimension "default" } } diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 58f4ac6fef..a434b7fccb 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,28 @@ + + Extensions notifications now perfected + Extensions are checked every hour in app + Added badge showing how many updates for extension are pending in the side drawer + Extensions no longer available show obsolete + More material dialog boxes, Android 10 uses normal casing on buttons + Tap on manga thumbnails in info to expand them + Have different sorting per category in drag & drop + Filter Library by tracked manga + Web view now has pull to refresh and progress bar + Extensions no longer available show up as obsolete + Sort drag & drop by unread + Move selected manga to the top or bottom of the list in Drag & Drop + Web view now hides the top bar when scroll + Search view in toolbar hides filter/no more duplicates + Fixed last updated sorting not going by latest chapter upload + More translations, Default category now honors your language + Fixes to a few dialog boxes, Drag & Drop, selecting in library + Fixed double vibration when long pressing in drag & drop mode + Updating wording in a few places + Settings -> About -> Build Time now shows you this changelog + + Restoring backups is now a notification Fixed Recent Read bugs, recently read goes back 50 years