diff --git a/CHANGES.txt b/CHANGES.txt
index 40a7e911..a547c6d2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,13 @@
+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.
+
+- Multisite support.
+- Noscript recaptcha 2 support.
+- Added a scrollbar.
+- New posting options.
+- Post text selection.
+
+
New in 2.3.1 (2017-07-15)
- Better link detection.
- More themes.
diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle
index 3f621655..aeff1516 100644
--- a/Clover/app/build.gradle
+++ b/Clover/app/build.gradle
@@ -21,10 +21,10 @@ android {
minSdkVersion 15
targetSdkVersion 25
- versionName "v2.3.1"
+ versionName "v3.0.0"
// 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 20301
+ versionCode 30000
}
compileOptions {
@@ -80,7 +80,7 @@ android {
resValue "string", "app_name", "Clover"
resValue "string", "app_flavor_name", ""
buildConfigField "String", "BUILD_HASH", "\"$hash\""
- buildConfigField "String", "UPDATE_API_ENDPOINT", "\"https://floens.github.io/Clover/api/update\""
+ buildConfigField "String", "UPDATE_API_ENDPOINT", "\"https://build.floens.org/api/update\""
buildConfigField "String", "CRASH_REPORT_ENDPOINT", "\"https://acra.floens.org/clover/report\""
}
diff --git a/Clover/app/src/main/res/values/strings.xml b/Clover/app/src/main/res/values/strings.xml
index 6b9b7f6b..38269ea3 100644
--- a/Clover/app/src/main/res/values/strings.xml
+++ b/Clover/app/src/main/res/values/strings.xml
@@ -19,18 +19,18 @@ along with this program. If not, see .
-
+
Clover was updated
- Clover was updated to v2.3.1
+ Clover was updated to v3.0.0
+ This release adds the foundation for support of multiple sites. Beta implementations of 8chan and Lainchan are implemented.
- New in this version:
- 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.
+ Multisite support.
+ Noscript recaptcha 2 support.
+ Added a scrollbar.
+ New posting options.
+ Post text selection.
]]>