From fb43f896ffc08b8441208c6700463a6bc787c891 Mon Sep 17 00:00:00 2001 From: k1rakishou Date: Sat, 2 Dec 2023 16:06:44 +0700 Subject: [PATCH] v1.3.28 --- Kuroba/app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/10328.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10328.txt diff --git a/Kuroba/app/build.gradle b/Kuroba/app/build.gradle index e357b5a07..ae799a737 100644 --- a/Kuroba/app/build.gradle +++ b/Kuroba/app/build.gradle @@ -49,8 +49,8 @@ android { // m -> Minor version // p -> patch // MmmPP - versionCode 10327 - versionName "v1.3.27" + versionCode 10328 + versionName "v1.3.28" applicationVariants.all { variant -> variant.outputs.all { diff --git a/fastlane/metadata/android/en-US/changelogs/10328.txt b/fastlane/metadata/android/en-US/changelogs/10328.txt new file mode 100644 index 000000000..2d9624afa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10328.txt @@ -0,0 +1,10 @@ +v1.3.28 +Full version: +- Add support for adaptive icon. Thanks to @rainfallmelonflysong +- Fix report params from posts to post. Thanks to @Sweetsound +- [2ch.hk] Add puzzle type captcha support. + +v1.3.27 +- Fix a crash when clicking "More themes" button on the themes settings screen. +- Update Google reverse image search #2. Thanks to @SnZ +- When append thread id and thread subject options are both on when downloading media, use them as one directory separated with '-' symbol, instead of two. \ No newline at end of file