Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
Also updated template to remove beta mentions
And updated the readme to say andorid 6+ (how have I not been called out on this?)
  • Loading branch information
Jays2Kings committed May 10, 2020
1 parent 7d62d78 commit 5f6210b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ assignees: ''

I acknowledge that:

- I have updated to the latest version of the app (latest J2K is v1.0.2)
- I will **not** use this template for beta bugs, and instead use the beta bug template provided
- I have updated to the latest version of the app (latest J2K is v1.0.3)
- I have checked that my bug has been reported or fixed in the issues page
- I will only report bugs exclusive to this fork. I have checked that is not an issue on the main tachiyomi version (https://github.com/inorichi/tachiyomi)
- I have updated all extensions
- If this is an issue with an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ assignees: ''

I acknowledge that:

- I have updated to the latest version of the app (latest J2K is v1.0.2)
- I will **not** use this template for requests to the current running beta, since requests for the beta are discouraged
- I have updated to the latest version of the app (latest J2K is v1.0.3)
- I will not repeat a request for a feature already requested
- If this is an request for an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions

**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ![app icon](./.github/readme-images/app-icon.png)Tachiyomi
Tachiyomi is a free and open source manga reader for Android 5.0 and above.
Tachiyomi is a free and open source manga reader for Android 6.0 and above.

![screenshots of app](./.github/readme-images/screens.png)

## Newest Release
[v1.0.2](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
[v1.0.3](https://github.com/Jays2Kings/tachiyomiJ2K/releases)

## Features

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
minSdkVersion(23)
targetSdkVersion(29)
applicationId = "eu.kanade.tachiyomi"
versionCode = 63
versionName = "1.0.2"
versionCode = 64
versionName = "1.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true

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="v1.0.3" changeDate="">
<changelogtext>Changed how navigation between categories is done, there's now a hopper at the bottom of the screen</changelogtext>
<changelogtext>The hopper can be moved to the left or right of the screen with a swipe</changelogtext>
<changelogtext>New fast scroll again. Out with the old, in with the older</changelogtext>
<changelogtext>New fast scroller is now in downloads and extensions as well as library and manga info</changelogtext>
<changelogtext>Backups now save a list of your extensions (same as main Tachi)</changelogtext>
<changelogtext>Restores made with newer backups now mention the missing sources by name</changelogtext>
<changelogtext>Reorder filters in the filter bar</changelogtext>
<changelogtext>Perform a global search from your library</changelogtext>
<changelogtext>Collapse or expand all categories at once</changelogtext>
<changelogtext>Downloads and updates now run in parallel, divided by the sources</changelogtext>
<changelogtext>Updated Russian, Portuguese, and Polish translations</changelogtext>
<changelogtext>More Bug fixes</changelogtext>
</changelogversion>

<changelogversion versionName="v1.0.2" changeDate="">
<changelogtext>Here at J2K, we are listening to our customers. Except those who want tabs
back</changelogtext>
Expand Down
1 change: 1 addition & 0 deletions app/standard/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":64,"versionName":"1.0.3","enabled":true,"outputFile":"app-standard-release.apk","fullName":"standardRelease","baseName":"standard-release","dirName":""},"path":"app-standard-release.apk","properties":{}}]

0 comments on commit 5f6210b

Please sign in to comment.