Release 3.27.1

This commit is contained in:
Thomas 2024-01-19 17:51:56 +01:00
parent d2535fd2f8
commit 596c546cce
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 510 versionCode 511
versionName "3.27.0" versionName "3.27.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -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", "version": "3.27.0",
"code": "510", "code": "510",

View File

@ -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