Release 1.10.0

This commit is contained in:
Jobobby04 2024-01-09 19:10:09 -05:00
parent 7934d4ee01
commit 0b3ae3c829
5 changed files with 17 additions and 4 deletions

View File

@ -3,7 +3,7 @@
I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v1.9.4)
- To the latest version of the app (stable is v1.10.0)
- All extensions
- I have gone through the FAQ (https://tachiyomi.org/docs/faq/general) and troubleshooting guide (https://tachiyomi.org/docs/guides/troubleshooting/)
- If this is an issue with an official extension, that I should be opening an issue in https://github.com/tachiyomiorg/extensions

View File

@ -100,7 +100,7 @@ body:
required: true
- label: I have gone through the [FAQ](https://tachiyomi.org/docs/faq/general) and [troubleshooting guide](https://tachiyomi.org/docs/guides/troubleshooting/).
required: true
- label: I have updated the app to version **[1.9.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
- label: I have updated the app to version **[1.10.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
required: true
- label: I have updated all installed extensions.
required: true

View File

@ -33,7 +33,7 @@ body:
required: true
- label: If this is an issue with an official extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/extensions/issues/new/choose).
required: true
- label: I have updated the app to version **[1.9.4](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
- label: I have updated the app to version **[1.10.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true

View File

@ -27,7 +27,7 @@ android {
applicationId = "eu.kanade.tachiyomi.sy"
versionCode = 60
versionName = "1.9.4"
versionName = "1.10.0"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")

View File

@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="1.10.0" changeDate="Jan 09,2024">
<changelogtext>[b]Based on Tachiyomi stable 0.15.2(from 0.14.7)[/b]</changelogtext>
<changelogtext>Use ReadableAt for MangaDex dates</changelogtext>
<changelogtext>Add Exh source icon</changelogtext>
<changelogtext>Allow seeing all read manga statistics</changelogtext>
<changelogtext>Add exceeded page quota error</changelogtext>
<changelogtext>Add encrypted database(Thanks @Shamicen)</changelogtext>
<changelogtext>Add encrypted local covers(Thanks @Shamicen)</changelogtext>
<changelogtext>Add encrypted cbz archives(Thanks @Shamicen)</changelogtext>
<changelogtext>Center the Exh Utils(Thanks @Koranir)</changelogtext>
<changelogtext>Shorter chapter list in reader(Thanks @Riztard)</changelogtext>
<changelogtext>So much other stuff that I give up, I'm just going to make the release</changelogtext>
</changelogversion>
<changelogversion versionName="1.9.4" changeDate="Oct 29,2023">
<changelogtext>[b]Based on Tachiyomi stable 0.14.7(from 0.14.6)[/b]</changelogtext>
<changelogtext>Use ReadableAt for MangaDex dates</changelogtext>