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

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floens committed Jul 15, 2017
1 parent 644ac17 commit ef23abc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
New in 2.3.1 (2017-07-15)
- Better link detection.
- More themes.
- Fix image loading taking a long time if the cache is full.
- Fix crashing bug related to the status view.
- Bug fixes.


New in 2.3.0 (2017-03-19)
- Added update checker to notify of new releases.
- Force new captcha for thread making.
Expand Down
4 changes: 2 additions & 2 deletions Clover/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ android {
minSdkVersion 15
targetSdkVersion 25

versionName "v2.3.0"
versionName "v2.3.1"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0)
versionCode 20300
versionCode 20301
}

compileOptions {
Expand Down
10 changes: 6 additions & 4 deletions Clover/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Defined in gradle flavor -->
<!--<string name="app_name">Clover</string>-->

<string name="changelog_20300">
<string name="changelog_20301">
<![CDATA[
<h3>Clover was updated</h3>
Clover was updated to v2.3.0<br>
Clover was updated to v2.3.1<br>
<br>
<b>New in this version:</b><br>
Added update checker, you\'ll be notified of new releases.<br>
Force new captcha for thread making.<br>
Better link detection.<br>
More themes.<br>
Fix image loading taking a long time if the cache is full.<br>
Fix crashing bug related to the status view.<br>
Bug fixes.
]]>
</string>
Expand Down

0 comments on commit ef23abc

Please sign in to comment.