Release 1.3.1
Some checks failed
Validate Gradle Wrapper / Validation (push) Has been cancelled

This commit is contained in:
Jobobby04 2020-09-15 13:21:37 -04:00
parent 70bef08ed6
commit 332a631b6c
5 changed files with 12 additions and 5 deletions

View File

@ -2,7 +2,7 @@
I acknowledge that:
- I have updated to the latest version of the app (stable is v1.3.0)
- I have updated to the latest version of the app (stable is v1.3.1)
- 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.3.0)
- I have updated to the latest version of the app (stable is v1.3.1)
- 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.3.0)
- I have updated to the latest version of the app (stable is v1.3.1)
- 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

@ -43,8 +43,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 8
versionName "1.3.0"
versionCode 9
versionName "1.3.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="1.3.1" changeDate="Sept 14,2020">
<changelogtext>[b]New[/b] Share manga info when you share a page</changelogtext>
<changelogtext>Tweak preload settings, make the max 20, defaults to 10</changelogtext>
<changelogtext>Set the new browse + latest view as default</changelogtext>
<changelogtext>Fix Mangadex 2FA input</changelogtext>
<changelogtext>Fix backup for merged manga</changelogtext>
</changelogversion>
<changelogversion versionName="1.3.0" changeDate="Sept 14,2020">
<changelogtext>[b]Based on Tachiyomi stable 0.10.5(from 0.10.4)[/b] </changelogtext>
<changelogtext>[b]New[/b] Delegate MangaDex, add Mangadex Follows browse, import, push, and tracking, as well as a custom manga view!</changelogtext>