From 22da3a98cb13a13c40331f7f018456f7825cbcba Mon Sep 17 00:00:00 2001 From: az4521 <18432684+az4521@users.noreply.github.com> Date: Sun, 10 Mar 2024 07:55:49 +0000 Subject: [PATCH] bump version number and update changelog --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2a9650bbe80c..bc3948819d4c 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 8800 - versionName "v8.8.0-AZ" + versionCode 8810 + versionName "v8.8.1-AZ" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 6bc38e1071e3..4b2aeda26238 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,22 @@ + + Remove dead built-in sources (hbrowse, perveden) + Remove broken built-in sources (hitomi.la, 8muses), please use extensions instead + fix crashes in many extensions (danbooru, pixiv, some chinese exts, etc) + support new image formats (AVIF, HEIF/HEIC, JXL) + fix corrupt reader filter test image (thanks kenry) + fix automatic backup not deleting old files + fix extension preferences not applying correctly in multi-lang or multi-source exts + fix shizuku installing extensions to the wrong user on multi-user devices (thanks redjard) + improved keyboard/dpad navigation in chapter select (for my flip phone) + use .tachibk extension for backups instead of .proto.gz + fix missing "last used source" display in sources screen + remove default tachiyomi extension repo (its extensions are only for self-hosting anyway) + add intent for adding ext repos (repos can now be added with a single click on a website) + add error handling to repos (no longer fails to load all repos if only one errors) + change ExH icon to a sad panda (it was always supposed to be this way but i forgot) + Support non-github extension repo urls (.min.json)