Release 3.7.4

This commit is contained in:
Thomas 2022-11-20 18:11:04 +01:00
parent e3c288fcac
commit 9b45f57f87
3 changed files with 21 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 430
versionName "3.7.3"
versionCode 431
versionName "3.7.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.7.4",
"code": "431",
"note": "Added:\n- Full support to new filters for Mastodon 4\n- Visit profiles without being authenticated / Allow to display all their messages\n\nChanged:\n- Compose view takes the whole width even in threads\n- Accounts can be timed-mute from their profile\n\nFixed:\n- Draft stored when replying \"no\" or dialog prompted without changes\n- Empty pages when starting the app\n- Saving and sharing media fails on some devices\n- Add support for admin notifications\n- Copying content of a message"
},
{
"version": "3.7.3",
"code": "430",

View File

@ -0,0 +1,14 @@
Added:
- Full support to new filters for Mastodon 4
- Visit profiles without being authenticated / Allow to display all their messages
Changed:
- Compose view takes the whole width even in threads
- Accounts can be timed-mute from their profile
Fixed:
- Draft stored when replying "no" or dialog prompted without changes
- Empty pages when starting the app
- Saving and sharing media fails on some devices
- Add support for admin notifications
- Copying content of a message