Release 1.1.0
Some checks failed
Remote Dispatch Action Initiator / ping-pong (push) Has been cancelled
Some checks failed
Remote Dispatch Action Initiator / ping-pong (push) Has been cancelled
This commit is contained in:
parent
2b7ffc8ba2
commit
12d01b9da3
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
I acknowledge that:
|
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
|
- 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
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -9,7 +9,7 @@ labels: "bug"
|
|||||||
|
|
||||||
I acknowledge that:
|
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
|
- 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
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,7 +9,7 @@ labels: "feature"
|
|||||||
|
|
||||||
I acknowledge that:
|
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
|
- 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
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ android {
|
|||||||
minSdkVersion AndroidConfig.minSdk
|
minSdkVersion AndroidConfig.minSdk
|
||||||
targetSdkVersion AndroidConfig.targetSdk
|
targetSdkVersion AndroidConfig.targetSdk
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "1.0.0"
|
versionName "1.1.0"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,6 +1,26 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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>Welcome to my first full release of TachiyomiSY!</changelogtext>
|
||||||
<changelogtext>I hope you enjoy your stay, many improvements are planned!</changelogtext>
|
<changelogtext>I hope you enjoy your stay, many improvements are planned!</changelogtext>
|
||||||
</changelogversion>
|
</changelogversion>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user