summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2020-03-14 19:18:04 +0100
committertom79 <tschneider.ac@gmail.com>2020-03-14 19:18:04 +0100
commit689feedd0e59169cbe9e5b25f3ec74f6a0f30f8e (patch)
tree6e079c25f1f3329fc4cd0117e251c8dffb37aaa3
parent4f66f44d438ed396bc80e6614ee21d284a8e318d (diff)
Prepare release 2.32.0
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/changelogs/354.txt10
2 files changed, 8 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2a677a355..ef97b58e9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
- versionCode 353
- versionName "2.32.0-beta-3"
+ versionCode 354
+ versionName "2.32.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/app/src/main/assets/changelogs/354.txt b/app/src/main/assets/changelogs/354.txt
index a1a3b198d..95e6e4b04 100644
--- a/app/src/main/assets/changelogs/354.txt
+++ b/app/src/main/assets/changelogs/354.txt
@@ -1,7 +1,9 @@
Added:
-- Text selectable for fields in profiles
+- Announcements for Mastodon with reactions
+- Pleroma: reactions in posts
+
+Changed:
+- Filters changed to speed-up the scroll
Fixed:
-- Fix the scrolling issue in timelines
-- Peertube videos crashes
-- Color of the compose menu for the light theme \ No newline at end of file
+- Custom emojis not displayed in compose activity \ No newline at end of file