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

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
floens committed Jul 23, 2014
1 parent 8ebdcc1 commit 4d8a986
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Clover/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 19

versionName "v1.1.2"
versionCode 31
versionName "v1.1.3"
versionCode 32
}

compileOptions {
Expand Down

0 comments on commit 4d8a986

Please sign in to comment.