Release 1.4.1
This commit is contained in:
parent
330908c49d
commit
0923cd6509
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.4.0)
|
- I have updated to the latest version of the app (stable is v1.4.1)
|
||||||
- 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/tachiyomiorg/tachiyomi-extensions
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/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.4.0)
|
- I have updated to the latest version of the app (stable is v1.4.1)
|
||||||
- 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/tachiyomiorg/tachiyomi-extensions
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/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.4.0)
|
- I have updated to the latest version of the app (stable is v1.4.1)
|
||||||
- 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/tachiyomiorg/tachiyomi-extensions
|
- If this is an issue with an extension, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi-extensions
|
||||||
|
|
||||||
|
@ -44,8 +44,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 10
|
versionCode 11
|
||||||
versionName "1.4.0"
|
versionName "1.4.1"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="1.4.1" changeDate="Dec 14,2020">
|
||||||
|
<changelogtext>[b]Based on Tachiyomi stable 0.10.7(from 0.10.6)[/b] </changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Add separate crop borders setting for Continues Vertical</changelogtext>
|
||||||
|
<changelogtext>[b]New[/b] Add simple external repo support</changelogtext>
|
||||||
|
<changelogtext>Fix crashes with Merge Settings</changelogtext>
|
||||||
|
<changelogtext>Maybe fix push to Mangadex</changelogtext>
|
||||||
|
<changelogtext>Improve Anilist rec names(thanks She11sh0cked)</changelogtext>
|
||||||
|
<changelogtext>Deeplink and Batch add will now only search enabled sources</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
<changelogversion versionName="1.4.0" changeDate="Dec 12,2020">
|
<changelogversion versionName="1.4.0" changeDate="Dec 12,2020">
|
||||||
<changelogtext>[b]Based on Tachiyomi stable 0.10.6(from 0.10.5)[/b] </changelogtext>
|
<changelogtext>[b]Based on Tachiyomi stable 0.10.6(from 0.10.5)[/b] </changelogtext>
|
||||||
<changelogtext>[b]New[/b] NEW ICON! Thanks to Aytox who made it!</changelogtext>
|
<changelogtext>[b]New[/b] NEW ICON! Thanks to Aytox who made it!</changelogtext>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user