From f16755e4f5f5ae41b719b5b81f685f74b66c3548 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Thu, 9 Jul 2020 16:14:54 -0400 Subject: [PATCH] Bump version number and add changelog for release --- app/build.gradle | 4 +- app/src/main/res/raw/changelog_release.xml | 64 +--------------------- 2 files changed, 5 insertions(+), 63 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 177a7348c..2344ea5a8 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { minSdkVersion AndroidConfig.minSdk targetSdkVersion AndroidConfig.targetSdk testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 1 - versionName "0.9.2.7" + versionCode 2 + versionName "1.0.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 1830a85e8..76708ac67 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,65 +1,7 @@ - - Re-Implemented the more button inside global search - Made migrate and merge with another only visible if the manga is favourited - Remove library rounded corners option - (From Preview) Refresh page on 32-bit color setting change - (From Preview) Fix updates/history section headers in RTL locales - (From Preview) Tweak about manga heading - (From Preview) Increase webtoon setting change page refresh range - (From Preview) Adopt MaterialFastScroll from J2K fork - (From Preview) Use borderless buttons everywhere for consistency - (From Preview) Show icon when chapter is bookmarked - (From Preview) Concurrently download up to 5 pages at a time - (From Preview) Download from up to 5 different sources concurrently - (From Preview) Do library checks from up to 5 sources concurrently - (From Preview) Concurrently refresh trackers - (From Preview) Fix backup restore lag - (From Preview) Option to hide unread badges - (From Preview) Fix reader opening in the wrong place + + Welcome to my first full release of TachiyomiSY! + I hope you enjoy your stay, many improvements are planned! - - Re-Implemented history features from AZ, includes year long history, endless scrolling, and searching history - Saved searches now fully work, and increased the limit to 500 instead of 5 saved searches per sources - (From AZ) hide 'latest' when merging sources - - - Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty) - - - Fixed All Sources in Filter list - Remove dev update checker(so it doesnt break when I release a regular build) - Change source migration icon - Add my github to the about page - Implement not really working saved searches - Fix downloaded only - Remove unneeded backup changes, now all backups should work - - - Add EH and similar specific tag formatting for global and local search - Fix the issue where it was showing hidden sources like the merged source - Fix cutoff for new buttons if your screen is small - Implement long click global search for tags - Fix "merge with another" button crash - (From preview) Bunch of crash fixes - (From preview) More extreme method for enforcing WebView availability - (From preview) Fix anilist jsonnull issue - Finally figured out how to properly make a release build with check for updates and changelogs - - - Fix adding a manga to your library crash - Fix migrate and merge with another buttons now showing up - - - Add single manga migration and merge into another into the manga info page - Try to fix backup restores - - - First Release - This is the first working version of TachiyomiSY, it is not fully working so exspect bugs and possibly crashes, make sure you have auto backup on and ready for if you have to reinstall. - This is based on 0.9.2 of Tachiyomi Stable and 8.5.0 (with a bit extra) of TachiyomiAZ - It is missing quite a few features like saved searches and the merge button - -