Release notes for 3.8.1

This commit is contained in:
Thomas 2022-11-27 17:10:51 +01:00
parent 8307cb8e75
commit 2e3d5b6b94
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 433
versionName "3.8.0"
versionCode 434
versionName "3.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.8.1",
"code": "434",
"note": "Added:\n- Mute tags with long press in timelines\n\nFixed:\n- Open with another account\n- Fix jumps in profiles\n- Media not displayed in album -> force indexation\n- Built-in browser does not give admin scope\n- Some crashes"
},
{
"version": "3.8.0",
"code": "433",

View File

@ -0,0 +1,9 @@
Added:
- Mute tags with long press in timelines
Fixed:
- Open with another account
- Fix jumps in profiles
- Media not displayed in album -> force indexation
- Built-in browser does not give admin scope
- Some crashes