Release v2.3.1

multisite^2 v2.3.1
Floens 8 years ago
parent 644ac172b3
commit ef23abcca5
  1. 8
      CHANGES.txt
  2. 4
      Clover/app/build.gradle
  3. 10
      Clover/app/src/main/res/values/strings.xml

@ -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) New in 2.3.0 (2017-03-19)
- Added update checker to notify of new releases. - Added update checker to notify of new releases.
- Force new captcha for thread making. - Force new captcha for thread making.

@ -21,10 +21,10 @@ android {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionName "v2.3.0" versionName "v2.3.1"
// of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch // of the format XXYYZZ, where XX is major, YY is minor, ZZ is patch
// (watch out for octal notation, never start with a 0) // (watch out for octal notation, never start with a 0)
versionCode 20300 versionCode 20301
} }
compileOptions { compileOptions {

@ -19,15 +19,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<!-- Defined in gradle flavor --> <!-- Defined in gradle flavor -->
<!--<string name="app_name">Clover</string>--> <!--<string name="app_name">Clover</string>-->
<string name="changelog_20300"> <string name="changelog_20301">
<![CDATA[ <![CDATA[
<h3>Clover was updated</h3> <h3>Clover was updated</h3>
Clover was updated to v2.3.0<br> Clover was updated to v2.3.1<br>
<br> <br>
<b>New in this version:</b><br> <b>New in this version:</b><br>
Added update checker, you\'ll be notified of new releases.<br> Better link detection.<br>
Force new captcha for thread making.<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. Bug fixes.
]]> ]]>
</string> </string>

Loading…
Cancel
Save