Release 2.37.1

This commit is contained in:
Thomas 2021-01-23 09:44:29 +01:00
parent 338f60bcad
commit 239650437b
3 changed files with 11 additions and 10 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 379 versionCode 380
versionName "2.37.0" versionName "2.37.1"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -1,11 +1,6 @@
Added: Added:
- Offset for replies in threads with a new decoration to make them easier to read - notify when a followed user posts (subscribe by clicking the bell icon on profiles).
- Fix translation issue (use https://translate.fedilab.app)
- Watermarks for pictures (default: disabled)
- Blur sensitive media for Pixelfed
- Put messages into drafts when replying to a deleted message
- Allow to schedule with another account
Fixed: Fixed:
- Quick replies lose text when doing another action - Crash when importing media due to photo editor
- Fix refresh token (Peertube/Pixelfed) - Some crashes when doing actions

View File

@ -0,0 +1,6 @@
Added:
- notify when a followed user posts (subscribe by clicking the bell icon on profiles).
Fixed:
- Crash when importing media due to photo editor
- Some crashes when doing actions