Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
v1.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Jan 23, 2024
1 parent f5a6383 commit cff300a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kuroba/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10331.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cff300a

Please sign in to comment.