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

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
CHANGELOG:
Bug fixes.

VERSIONCODE:
30001
  • Loading branch information
floens committed Apr 29, 2018
1 parent 542d2ef commit 0cf392d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
New in 3.0.1 (2018-04-29)
- Bug fixes.


New in 3.0.0 (2018-04-27)
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.

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 "v3.0.0"
versionName "v3.0.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 30000
versionCode 30001
}

compileOptions {
Expand Down
13 changes: 4 additions & 9 deletions Clover/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ 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_30000">
<string name="changelog_30001">
<![CDATA[
<h3>Clover was updated</h3>
Clover was updated to v3.0.0<br>
This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.<br>
Clover was updated to v3.0.1<br>
<br>
Multisite support.<br>
Noscript recaptcha 2 support.<br>
Added a scrollbar.<br>
New posting options.<br>
Post text selection.<br>
<b>New in this version:</b><br>
Bug fixes.<br>
]]>
</string>

Expand Down
10 changes: 10 additions & 0 deletions docs/release
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To release:

Update CHANGES.txt
Change the version name and code in the app/build.gradle file.
Change the previous version handler text in strings.xml.
Commit it.
Tag the commit (git tag v3.0.1).
Merge into master.

Upload APK to github releases.

0 comments on commit 0cf392d

Please sign in to comment.