Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Sep 15, 2020
1 parent 70bef08 commit 332a631
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 332a631

Please sign in to comment.