Release v3.0.1

CHANGELOG:
Bug fixes.

VERSIONCODE:
30001
refactor-toolbar v3.0.1
Floens 7 years ago
parent 542d2ef884
commit 0cf392d065
  1. 4
      CHANGES.txt
  2. 4
      Clover/app/build.gradle
  3. 13
      Clover/app/src/main/res/values/strings.xml
  4. 10
      docs/release

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

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

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

@ -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.
Loading…
Cancel
Save