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

Commit

Permalink
v1.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Jan 21, 2024
1 parent e084fcc commit 856595f
Show file tree
Hide file tree
Showing 2 changed files with 15 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 10329
versionName "v1.3.29"
versionCode 10330
versionName "v1.3.30"

applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10330.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v1.3.30
Full version:
- 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.

v1.3.29
- Added feature to avoid tread watching when filter pattern is matched. Thanks to @ressidell
- Remove `4channel` domain from everywhere. This fixes captcha not being able to load on previously 4channel boards.
- Do not donate auto-solved captchas.

0 comments on commit 856595f

Please sign in to comment.