mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
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?)
This commit is contained in:
parent
7d62d78976
commit
5f6210b263
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -11,8 +11,8 @@ assignees: ''
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (latest J2K is v1.0.2)
|
- I have updated to the latest version of the app (latest J2K is v1.0.3)
|
||||||
- I will **not** use this template for beta bugs, and instead use the beta bug template provided
|
- 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 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
|
- 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
|
- If this is an issue with an extension/source, that I should be opening an issue in https://github.com/inorichi/tachiyomi-extensions
|
||||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -11,8 +11,8 @@ assignees: ''
|
|||||||
|
|
||||||
I acknowledge that:
|
I acknowledge that:
|
||||||
|
|
||||||
- I have updated to the latest version of the app (latest J2K is v1.0.2)
|
- I have updated to the latest version of the app (latest J2K is v1.0.3)
|
||||||
- I will **not** use this template for requests to the current running beta, since requests for the beta are discouraged
|
- 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
|
- 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**
|
**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT**
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# ![app icon](./.github/readme-images/app-icon.png)Tachiyomi
|
# ![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)
|
![screenshots of app](./.github/readme-images/screens.png)
|
||||||
|
|
||||||
## Newest Release
|
## Newest Release
|
||||||
[v1.0.2](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
|
[v1.0.3](https://github.com/Jays2Kings/tachiyomiJ2K/releases)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ android {
|
|||||||
minSdkVersion(23)
|
minSdkVersion(23)
|
||||||
targetSdkVersion(29)
|
targetSdkVersion(29)
|
||||||
applicationId = "eu.kanade.tachiyomi"
|
applicationId = "eu.kanade.tachiyomi"
|
||||||
versionCode = 63
|
versionCode = 64
|
||||||
versionName = "1.0.2"
|
versionName = "1.0.3"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
multiDexEnabled = true
|
multiDexEnabled = true
|
||||||
|
|
||||||
|
@ -1,5 +1,20 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<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="">
|
<changelogversion versionName="v1.0.2" changeDate="">
|
||||||
<changelogtext>Here at J2K, we are listening to our customers. Except those who want tabs
|
<changelogtext>Here at J2K, we are listening to our customers. Except those who want tabs
|
||||||
back</changelogtext>
|
back</changelogtext>
|
||||||
|
1
app/standard/release/output.json
Normal file
1
app/standard/release/output.json
Normal file
@ -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":{}}]
|
Loading…
Reference in New Issue
Block a user