summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-06-09 18:12:42 +0200
committertom79 <tschneider.ac@gmail.com>2019-06-09 18:12:42 +0200
commitffc919956ded168a1e512631e2db6244c18940fa (patch)
treefc82da39d8cb0412af34d6acfeed633f84cb2ddc
parent1dfbd8af0644fb57cfdd8285a2325e19e4c13501 (diff)
Prepare release 2.5.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/281.txt8
2 files changed, 10 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 07d70bffb..f8b2104b5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 280
- versionName "2.5.0"
+ versionCode 281
+ versionName "2.5.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/fastlane/metadata/android/en-US/changelogs/281.txt b/fastlane/metadata/android/en-US/changelogs/281.txt
new file mode 100644
index 000000000..6fcff4ac6
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/281.txt
@@ -0,0 +1,8 @@
+Added
+- Add a button to access custom features in statuses
+- Add a News timeline for Fedilab that can be disabled in settings
+
+Fixed
+- Fix an issue with boosts when cached
+- Fix an issue for toots no longer stored in drafts when there is no Internet connection
+- Fix potential crashes on some devices \ No newline at end of file