From 0d5b8edf31fd40071d5b59cad765dffebfa524f7 Mon Sep 17 00:00:00 2001 From: inorichi Date: Sun, 11 Mar 2018 12:10:56 +0100 Subject: [PATCH] Release v0.7.0 --- README.md | 2 +- app/build.gradle | 4 +- app/src/main/res/raw/changelog_release.xml | 107 +++++---------------- 3 files changed, 25 insertions(+), 88 deletions(-) diff --git a/README.md b/README.md index 4a79d97601..75db0d74ca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you want to try new features before they get to the stable release, you can d ## Issues, Feature Requests and Contributing -Please me sure to read the full guidelines. Your issue may be closed without warning if you do not. +Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.
Issues diff --git a/app/build.gradle b/app/build.gradle index a82d2324d0..4197abdc49 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 32 - versionName "0.6.8" + versionCode 33 + versionName "0.7.0" 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 bcd9c90327..ab9677cd77 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,26 @@ + + Added extensions support. You can now install and update extensions within the app. + If you installed any extension previously through F-Droid, you'll have to uninstall them first. + + Added a custom download option to download N chapters. + + Updated manga info layout, with clickable components to copy to clipboard or perform a global search. + + Added an option to change the animation speed of a double tap in the reader. + + Improved tracking results UI with covers. + + Dropped support for simultaneous downloads. + + Batoto is now a legacy source, you can only use it to migrate. + + Updated dark theme and reader theme. + + 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 @@ -198,88 +219,4 @@ Image is now the default decoder. - - Added a new image decoder. It should be faster than Rapid and more reliable than Skia. - - Removed the advanced setting reencode images. Use the new image decoder instead. - - - - Fixed a crash when opening latest updates. ([a href="https://github.com/inorichi/tachiyomi/issues/495"]#495[/a]) - - - - Added a new tab to show latest manga updates from the catalogues. ([a href="https://github.com/inorichi/tachiyomi/issues/61"]#61[/a]) - - Added genre filter for catalogues. ([a href="https://github.com/inorichi/tachiyomi/issues/428"]#428[/a]) - - Added an optional auto updater (not available for F-Droid installs). ([a href="https://github.com/inorichi/tachiyomi/issues/449"]#449[/a]) - - Added an option to display the library as a list. ([a href="https://github.com/inorichi/tachiyomi/issues/224"]#224[/a]) - - Added a customizable color filter for the reader. ([a href="https://github.com/inorichi/tachiyomi/issues/432"]#432[/a]) - - Added share intent in the info tab of a manga. ([a href="https://github.com/inorichi/tachiyomi/issues/340"]#340[/a]) - - Allow to launcher shortcuts for manga. ([a href="https://github.com/inorichi/tachiyomi/issues/435"]#435[/a]) - - Allow to select categories to update in global update. ([a href="https://github.com/inorichi/tachiyomi/issues/461"]#461[/a]) - - Redesigned source tab in preferences, now it allows to hide unwanted sources and languages. ([a href="https://github.com/inorichi/tachiyomi/issues/447"]#447[/a]) - - Fixed single page chapters not appending the next one. ([a href="https://github.com/inorichi/tachiyomi/issues/468"]#468[/a]) - - Fixed reader status bar reappearing after focus restore. ([a href="https://github.com/inorichi/tachiyomi/issues/408"]#408[/a]) - - Fixed various crashes in the webtoon reader. - - - - Added a history of reading. ([a href="https://github.com/inorichi/tachiyomi/issues/316"]#316[/a]) - - Added an option to select the initial screen. ([a href="https://github.com/inorichi/tachiyomi/issues/395"]#395[/a]) - - Added spanish and portuguese translations. ([a href="https://github.com/inorichi/tachiyomi/issues/365"]#365[/a], [a href="https://github.com/inorichi/tachiyomi/issues/375"]#375[/a]) - - Added sources "Mangasee" and "Wie Manga!" ([a href="https://github.com/inorichi/tachiyomi/issues/355"]#355[/a], [a href="https://github.com/inorichi/tachiyomi/issues/379"]#379[/a]) - - New design for the reader's menu. ([a href="https://github.com/inorichi/tachiyomi/issues/368"]#368[/a]) - - When resuming chapters, the new loader starts from the page that was opened, instead of from the beginning. ([a href="https://github.com/inorichi/tachiyomi/issues/268"]#268[/a]) - - Custom brightness in the reader can be set even lower by applying a black layer on the top. ([a href="https://github.com/inorichi/tachiyomi/issues/362"]#362[/a]) - - Fixed reader's status bar reappearing in Android versions older than Kit Kat. ([a href="https://github.com/inorichi/tachiyomi/issues/359"]#359[/a]) - - Fixed UI bugs. ([a href="https://github.com/inorichi/tachiyomi/issues/332"]#332[/a], [a href="https://github.com/inorichi/tachiyomi/issues/333"]#333[/a], [a href="https://github.com/inorichi/tachiyomi/issues/351"]#351[/a], [a href="https://github.com/inorichi/tachiyomi/issues/361"]#361[/a]) - - Fixed empty library covers. - - Fixed some random crashes (most of them when downloading chapters). - - - - [b]Important![/b] Now chapters follow the order of the sources. [b]It's required that you update your entire library - before reading to sync them.[/b] Old behavior can be restored for a manga in the overflow menu of the chapters tab. - - - Kissmanga now loads through CloudFlare. - - Persistent cookies have been added for a better experience with CloudFlare sites. - - Added link to manga website in the info page. [a href="https://github.com/inorichi/tachiyomi/issues/157"]#157[/a] - - Added notifications for downloads. [a href="https://github.com/inorichi/tachiyomi/pull/289"]#289[/a] - - Added more options to recent updates. [a href="https://github.com/inorichi/tachiyomi/pull/324"]#324[/a] - - Remember last active category. [a href="https://github.com/inorichi/tachiyomi/issues/261"]#261[/a] - - Fixed a bug with seamless mode for chapters with less than 5 pages. [a href="https://github.com/inorichi/tachiyomi/issues/291"]#291[/a] - - Improved chapter recognition. - - Bugfixes and more improvements. - - - \ No newline at end of file +