From 38ba8852a32e308674981f04d527371e0f26b2f3 Mon Sep 17 00:00:00 2001 From: inorichi Date: Sat, 13 Apr 2019 14:18:10 +0200 Subject: [PATCH] Release 0.8.3 --- app/build.gradle | 4 +- app/src/main/res/raw/changelog_release.xml | 118 +++------------------ 2 files changed, 18 insertions(+), 104 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d1d429973e..d3deec1847 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 40 - versionName "0.8.2" + versionCode 41 + versionName "0.8.3" 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 fc3ed7f3ab..c47e64b0c7 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,21 @@ + + All the internal sources have been removed. They now need to be + installed as an extension. + Cloudflare is now resolved with a WebView in background which should put + an end to the recent updates to adapt to their changes. + Added an option to open manga details in a WebView. This + should also help when receiving a captcha confirmation page (usually 403 errors). + It can also be used to login with the website, as the app now shares cookies. + Added a deep link handler that extensions can use to perform + a search within the app. + Added an option to decode images in ARGB8888 format for + devices running Oreo or later. + Added Shikimori tracker. + Updated translations. + + Updated Cloudflare. Fixed crashes with some translations. @@ -68,106 +84,4 @@ Bugfixes and minor UI/UX improvements. - - Added a new feature to help migrating manga from sources. You can find it in the library's toolbar. - In the search results, a tap will prompt to replace (or copy) the selected manga, while a long tap will let you - browse the manga before doing the migration. - - - - - - [b]Notice to Batoto users.[/b] As you may already know, Batoto will cease to work in a few days. - We're working on a feature to help migrating the library to other sources and should be available shortly. - Please be patient. - Fixed http 503 errors due to Cloudflare changes. - Minor UI improvements. - - - - - Backups now properly restore tracking information. - Fixed library view and its overflow menu visible in other screens. - Fixed updater's notification in Android O. - Fixed a crash when rotating the screen in the chapters view. - Improved peformance of the app when using a custom downloads directory. - - - - Added a download cache for faster navigation. - Enabled Cloudflare for Batoto. - Fixed some issues with automatic backups. - Fixed a bootloop issue with devices running Cyanogenmod 12 or 13. - - - - Added a global search feature with a new catalogue screen. - Added an option to show downloaded chapters badges in the library. - Added an scrollbar in the chapter list. - Fixed some issues with bundled catalogues. - Changed the page indicator in the reader to support devices with rounded corners. - Crash fixes. - - - - Fixed a crash when retrying a page. - Fixed a crash when sharing an image. - Fixed disappearing toolbar buttons in the catalog after a search. - - - - Added a new completed manga filter for the library. - Added scanlator to chapters (if supported by source). - Added Discord server link. - Added new translations. - Extensions shouldn't crash the app anymore. - Crop borders is supported in webtoon reader and fixed in Android O. - Fixed a bug where storage permissions were always requested. - Minor UI and crash fixes. - - - - Bugfix release. - - - - Added sorting by total chapters. - Added an option to reverse volume keys navigation. - Added AMOLED theme. - Improved recent chapters view. - Improved UI with a single activity approach. - Fixed backup restore issues. - Fixed Kitsu http 400 errors. - Fixed Batoto catalogue. - - - - New backup system. Smaller file size but requires a network connection to restore. - Fixed descriptions showing a single line. - Added Nougat shortcuts and round icon. - Added an option to add a manga to a specific category. - Improved new chapters notification. - Support Kitsu new rating system. - Last read page is now retained in webtoon reader. - - - - - Added an option to auto download from selected categories. - Handle a few more directories for local manga. - Update Kissmanga parser. - Fixed downloader errors with some manga titles. - Fixed gallery not showing saved images. - - - - Support for local manga. Head to the [a href="https://github.com/inorichi/tachiyomi/wiki/Local-manga"]wiki page[/a] for instructions. - Added an option to detect and remove the white borders of the images. - Added advanced search for catalogues. - Russian, french, bulgarian and vietnamese translations. - Fixed a bug when changing chapters inside the reader with the buttons. - Fixed certain downloaded chapters not working with any decoder. - Fixed lost covers on some devices. - -