Release 1.1.0
Some checks failed
Remote Dispatch Action Initiator / ping-pong (push) Has been cancelled

This commit is contained in:
Jobobby04 2020-08-01 15:07:32 -04:00
parent 2b7ffc8ba2
commit 12d01b9da3
5 changed files with 26 additions and 6 deletions

View File

@ -2,7 +2,7 @@
I acknowledge that:
- I have updated to the latest version of the app (stable is v1.0.0)
- I have updated to the latest version of the app (stable is v1.1.0)
- I have updated all extensions
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions

View File

@ -9,7 +9,7 @@ labels: "bug"
I acknowledge that:
- I have updated to the latest version of the app (stable is v1.0.0)
- I have updated to the latest version of the app (stable is v1.1.0)
- I have updated all extensions
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions

View File

@ -9,7 +9,7 @@ labels: "feature"
I acknowledge that:
- I have updated to the latest version of the app (stable is v1.0.0)
- I have updated to the latest version of the app (stable is v1.1.0)
- I have updated all extensions
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions

View File

@ -42,8 +42,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 2
versionName "1.0.0"
versionCode 3
versionName "1.1.0"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,6 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="1.0.0" changeDate="">
<changelogversion versionName="1.1.0" changeDate="Aug 1,2020">
<changelogtext>[b]Based on Tachiyomi stable 0.10.1(from a 0.9.2 preview)[/b] </changelogtext>
<changelogtext>Made the app translatable! Feel free to ask how to in the Tachiyomi discord or open a issue if you want to help with translations</changelogtext>
<changelogtext>Move to the new 0.10.0 manga page</changelogtext>
<changelogtext>[b]New[/b] Add move recommendations to overflow menu option</changelogtext>
<changelogtext>[b]New[/b] Add special browse view for E-Hentai</changelogtext>
<changelogtext>[b]New[/b] Add special manga info view to integrated and delegated sources</changelogtext>
<changelogtext>[b]New[/b] Add special tag view for certain sources</changelogtext>
<changelogtext>Made global search respect the source manga view setting</changelogtext>
<changelogtext>[b]New[/b] Manga info edit</changelogtext>
<changelogtext>[b]New[/b] Pressing download unread chapters on E-Hentai manga will only download the latest version</changelogtext>
<changelogtext>[b]New[/b] Using the manga floating action button on E-Hentai manga will open the latest version</changelogtext>
<changelogtext>[b]New[/b] Allow hitomi.la users to select if they want to download manga as webp or not</changelogtext>
<changelogtext>Fix 8muses</changelogtext>
<changelogtext>Fix hitomi.la</changelogtext>
<changelogtext>Fix Pururin</changelogtext>
<changelogtext>Fix blacklisted nhentai sources</changelogtext>
<changelogtext>Fix download badges for internal sources</changelogtext>
<changelogtext>Fix source category deletion crash</changelogtext>
</changelogversion>
<changelogversion versionName="1.0.0" changeDate="July 9,2020">
<changelogtext>Welcome to my first full release of TachiyomiSY!</changelogtext>
<changelogtext>I hope you enjoy your stay, many improvements are planned!</changelogtext>
</changelogversion>