From 4d8a9865c0da07c9b16d3271e0887c8a7b37e312 Mon Sep 17 00:00:00 2001 From: Florens Douwes Date: Wed, 23 Jul 2014 15:22:46 +0200 Subject: [PATCH] Release v1.1.3 --- CHANGES.txt | 14 ++++++++++++++ Clover/app/build.gradle | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5ed1cf25..deae5f44 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +New in 1.1.3 (2014-07-23) +- Added an overflow button to posts, replaces long holding +- Added gridview +- Added advanced settings +- Added dead link support +- Added code tag support +- Added linking to other threads +- Added thumbnails and countdowns to pins +- Loading catalog mode by default, can be changed under advanced settings +- All worksafe boards are now added by default +- Fixed issue where pins could not be removed +- Lots of bug fixes + + New in 1.1.2 (2014-06-18) - Added quick reply - Bug fixes and other improvements diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index 0b2da0b3..3c3de90f 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 14 targetSdkVersion 19 - versionName "v1.1.2" - versionCode 31 + versionName "v1.1.3" + versionCode 32 } compileOptions {