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

Releases: K1rakishou/4chanCaptchaSolver

v3.4

28 Sep 10:10
Compare
Choose a tag to compare

Update model + update slider algorithm (as always, kudos to @Yukariin)

v3.3

22 Jan 13:01
Compare
Choose a tag to compare
  • Add ability to manually check for updates.
  • Use new model trained by @Yukariin

v3.2

18 Jan 13:36
Compare
Choose a tag to compare
  • The app now has an update checker. If you are using Android with API 33+ (Android 13+) then upon first run you will be asked for notifications permission because update checker will show a notification when there is an update. If you refuse the permission request then update checker won't do anything. You can enable update checker later in the Android's app settings.
  • Use new model trained by @Yukariin

v3.1

11 Jan 16:40
Compare
Choose a tag to compare

Use new model trained by @Yukariin

v3.0

28 Dec 11:38
Compare
Choose a tag to compare

Use new model trained by @Yukariin

v2.1

21 Aug 12:05
Compare
Choose a tag to compare

Bugfixes.

  • Fix returning incorrect slide offset (Forgot to divide by the width difference of bg and fg).
  • Fix incorrect canvas size being used which resulted in some extra pixels being drawn on canvas which were then passed into the model which would sometimes see valid characters in them.

v2.0

20 Aug 04:03
Compare
Choose a tag to compare

Use new model trained by @Yukariin

Special thanks to @coomdev for helping me to figure out where I had fucked up.

image

v1.2

17 Aug 11:11
Compare
Choose a tag to compare
  • Fix some crashes.
  • Fix slight inaccuracy when adjusting slider (just use hardcoded max offset 50 the same as in the script instead of calculating the width difference of bg and fg captcha images which is always 49).

v1.1

15 Aug 13:26
73ce51c
Compare
Choose a tag to compare

Initial release.