From cff300a722a2dd6b6313c3d79eb537c7fd8bccb6 Mon Sep 17 00:00:00 2001 From: k1rakishou Date: Tue, 23 Jan 2024 20:15:09 +0700 Subject: [PATCH] v1.3.31 --- Kuroba/app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/10331.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10331.txt diff --git a/Kuroba/app/build.gradle b/Kuroba/app/build.gradle index 4055f1c84..c989efb97 100644 --- a/Kuroba/app/build.gradle +++ b/Kuroba/app/build.gradle @@ -49,8 +49,8 @@ android { // m -> Minor version // p -> patch // MmmPP - versionCode 10330 - versionName "v1.3.30" + versionCode 10331 + versionName "v1.3.31" applicationVariants.all { variant -> variant.outputs.all { diff --git a/fastlane/metadata/android/en-US/changelogs/10331.txt b/fastlane/metadata/android/en-US/changelogs/10331.txt new file mode 100644 index 000000000..f00f05c80 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10331.txt @@ -0,0 +1,11 @@ +v1.3.31 +Full version: +- Implement a mechanism to check if a post was actually acknowledged by 4chan so that the user can try to post again, in case when it doesn't, without losing everything that he has typed. People say this happens now when you make a mistake in captcha (a very nice, reliable and user-friendly way to keep bots out, indeed). The setting is enabled by default. You can find it in the menu that can be accessed by long tapping the send reply button. + +v1.3.30 +- Fix yandex remote image search. +- Do not use custom user agent for 4chan. +- Always update 4chan_pass cookie. +- Add ability to change the base url of remote image search handlers. +- Add ability to import/export backups from the crash activity. +- Fix crash when starting to scroll the reply layout by accidentally clicking the question mark icon or image selection mark icon. \ No newline at end of file