Release 3.7.4
This commit is contained in:
parent
e3c288fcac
commit
9b45f57f87
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 430
|
versionCode 431
|
||||||
versionName "3.7.3"
|
versionName "3.7.4"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -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",
|
"version": "3.7.3",
|
||||||
"code": "430",
|
"code": "430",
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue