summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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