This commit is contained in:
parent
70bef08ed6
commit
332a631b6c
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -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
|
||||
|
||||
|
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 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
|
||||
|
||||
|
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 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
|
||||
|
||||
|
@ -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()}\""
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user