Release 3.25.3 - beta

This commit is contained in:
Thomas 2023-12-22 18:03:10 +01:00
parent f7714fa738
commit bc0d25c826
3 changed files with 16 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 503
versionName "3.25.2"
versionCode 504
versionName "3.25.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.25.3",
"code": "504",
"note": "Added:\n- Add a scroll bar for timelines (default: disabled)\n- Add a search bar for custom emojis\n\nFixed:\n- Fix prompt to split asked several times when refusing\n- Crashes with profiles\n- Fix an issue with poll and Pleroma\n- Emoji not displayed in the picker"
},
{
"version": "3.25.2",
"code": "503",

View File

@ -0,0 +1,9 @@
Added:
- Add a scroll bar for timelines (default: disabled)
- Add a search bar for custom emojis
Fixed:
- Fix prompt to split asked several times when refusing
- Crashes with profiles
- Fix an issue with poll and Pleroma
- Emoji not displayed in the picker