Release v1.2.10

captchafix2 v1.2.10
Floens 10 years ago
parent 1ac71e301d
commit dd0371f38a
  1. 7
      CHANGES.txt
  2. 4
      Clover/app/build.gradle

@ -1,3 +1,10 @@
New in 1.2.10 (2015-04-01)
With the help of recaptcha support and nin9tyfour (developer of the iOS 4chan app Fortune), recaptcha v2 has been implemented. This means you will see the captcha box you also see on the desktop.
- Replaced fallback captcha with the captcha v2 box
- Bug fixes
New in 1.2.9 (2015-02-06)
- More captcha fixing, should be easier now.

@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 21
versionName "v1.2.9"
versionCode 48
versionName "v1.2.10"
versionCode 49
}
compileOptions {

Loading…
Cancel
Save