From 5f6210b263c6bcfb7ec4fdd1ddc72617a0f08510 Mon Sep 17 00:00:00 2001 From: Jay Date: Sun, 10 May 2020 18:37:46 -0400 Subject: [PATCH] Release 1.0.3 Also updated template to remove beta mentions And updated the readme to say andorid 6+ (how have I not been called out on this?) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- README.md | 4 ++-- app/build.gradle.kts | 4 ++-- app/src/main/res/raw/changelog_release.xml | 15 +++++++++++++++ app/standard/release/output.json | 1 + 6 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 app/standard/release/output.json diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2881f61142..050a638eda 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d7ffcc2abe..b083858cce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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** diff --git a/README.md b/README.md index 7b7f05a156..eec0ae6e0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 42278fcf8c..66c749221b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 237ee46791..f99418117e 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,20 @@ + + Changed how navigation between categories is done, there's now a hopper at the bottom of the screen + The hopper can be moved to the left or right of the screen with a swipe + New fast scroll again. Out with the old, in with the older + New fast scroller is now in downloads and extensions as well as library and manga info + Backups now save a list of your extensions (same as main Tachi) + Restores made with newer backups now mention the missing sources by name + Reorder filters in the filter bar + Perform a global search from your library + Collapse or expand all categories at once + Downloads and updates now run in parallel, divided by the sources + Updated Russian, Portuguese, and Polish translations + More Bug fixes + + Here at J2K, we are listening to our customers. Except those who want tabs back diff --git a/app/standard/release/output.json b/app/standard/release/output.json new file mode 100644 index 0000000000..bf4db6422e --- /dev/null +++ b/app/standard/release/output.json @@ -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":{}}] \ No newline at end of file