Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Sep 15, 2020
1 parent 0f9f7ff commit 63617f3
Show file tree
Hide file tree
Showing 5 changed files with 20 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.2.0)
- I have updated to the latest version of the app (stable is v1.3.0)
- 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.2.0)
- I have updated to the latest version of the app (stable is v1.3.0)
- 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.2.0)
- I have updated to the latest version of the app (stable is v1.3.0)
- 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 7
versionName "1.2.0"
versionCode 8
versionName "1.3.0"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
15 changes: 15 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<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>
<changelogtext>[b]New[/b] No title grid option</changelogtext>
<changelogtext>[b]New[/b] Started filter</changelogtext>
<changelogtext>[b]New[/b] Grab J2k chapters bottom sheet</changelogtext>
<changelogtext>[b]New[/b] Add data saver proxy server support</changelogtext>
<changelogtext>[b]New[/b] Long click to copy metadata information</changelogtext>
<changelogtext>[b]New[/b] Expand manga thumbnails(Inspired by J2k)</changelogtext>
<changelogtext>[b]Rewritten[/b] Overhaul merge manga, its actually usable now</changelogtext>
<changelogtext>[b]New[/b] Always display read progress on E-Hentai chapters when preserve reading positon is enabled</changelogtext>
<changelogtext>[b]New[/b] Add combined latest/browse page as a option</changelogtext>
<changelogtext>[b]New[/b] Add download as CBZ</changelogtext>
<changelogtext>Network logging to file fixes</changelogtext>
</changelogversion>
<changelogversion versionName="1.2.0" changeDate="Aug 12,2020">
<changelogtext>[b]Based on Tachiyomi stable 0.10.4(from 0.10.2)[/b] </changelogtext>
<changelogtext>[b]New[/b] cleanup orphaned downloads option (from J2k)</changelogtext>
Expand Down

0 comments on commit 63617f3

Please sign in to comment.