From dd0371f38a9a6e58aa61009409fca8c48af6f4e0 Mon Sep 17 00:00:00 2001 From: Floens Date: Wed, 1 Apr 2015 17:33:48 +0200 Subject: [PATCH] Release v1.2.10 --- CHANGES.txt | 7 +++++++ Clover/app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fc98a0bc..f9cd45a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index dd3ef402..2be86d06 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 14 targetSdkVersion 21 - versionName "v1.2.9" - versionCode 48 + versionName "v1.2.10" + versionCode 49 } compileOptions {