mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
Release notes for 3.8.1
This commit is contained in:
parent
8307cb8e75
commit
2e3d5b6b94
3 changed files with 16 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 433
|
versionCode 434
|
||||||
versionName "3.8.0"
|
versionName "3.8.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -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",
|
"version": "3.8.0",
|
||||||
"code": "433",
|
"code": "433",
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue