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

Commit

Permalink
v1.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Feb 3, 2024
1 parent 3d4fcd8 commit dd9b0bb
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 10331
versionName "v1.3.31"
versionCode 10332
versionName "v1.3.32"

applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10332.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v1.3.32
Full version:
- Make posting on 4chan work as before. The POST request for making a thread/post on 4chan is now created manually (instead of solely relying OkHttp's Request.Builder()) which allows for a better control of how headers/request parts are structured which, in turn, allows the app to better mimic existing browsers and thus bypass some nasty 4chan checks that cause your posts to disappear into the void whenever you make a mistake in captcha answer.
- Add support for new cooldowns that are shown when creating a thread or making a post (Captcha tickets).
- Make 4chan post acknowledgement check more durable. (But you should probably disable it now because the posting should be fixed).
- Do not check for post acknowledgement if passcode is used.
- Fix crashes when trying to make a post on 2ch.hk.
- Initial Github infrastructure for making beta releases on each new commit. Yes, the beta releases will now be distributed on each new commit pushed into the main repository. Why would I do that? Because it will allow me to fix stuff way faster and for you to get the fixes faster (but only on beta branch). The main app will be updated as usual.

v1.3.31
- 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.

0 comments on commit dd9b0bb

Please sign in to comment.