Release 3.27.1
This commit is contained in:
parent
d2535fd2f8
commit
596c546cce
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 510
|
||||
versionName "3.27.0"
|
||||
versionCode 511
|
||||
versionName "3.27.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.27.1",
|
||||
"code": "511",
|
||||
"note": "Added:\n- Tap on account banners to display them as media\n\nFixed:\n- Position lost when switching between accounts\n- Wrong profiles when enabling remote conversations\n- Peertube local timeline\n- Peertube instances search\n- Crashes of the previous release"
|
||||
},
|
||||
{
|
||||
"version": "3.27.0",
|
||||
"code": "510",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
Added:
|
||||
- Tap on account banners to display them as media
|
||||
|
||||
Fixed:
|
||||
- Position lost when switching between accounts
|
||||
- Wrong profiles when enabling remote conversations
|
||||
- Peertube local timeline
|
||||
- Peertube instances search
|
||||
- Crashes of the previous release
|
Loading…
Reference in New Issue