Release v1.1.3

captchafix v1.1.3
Florens Douwes 11 years ago
parent 8ebdcc13e0
commit 4d8a9865c0
  1. 14
      CHANGES.txt
  2. 4
      Clover/app/build.gradle

@ -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

@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 19
versionName "v1.1.2"
versionCode 31
versionName "v1.1.3"
versionCode 32
}
compileOptions {

Loading…
Cancel
Save