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

Commit

Permalink
v1.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Dec 2, 2023
1 parent 497daba commit fb43f89
Show file tree
Hide file tree
Showing 2 changed files with 12 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 10327
versionName "v1.3.27"
versionCode 10328
versionName "v1.3.28"

applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10328.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fb43f89

Please # to comment.