Release 3.25.3 - beta
This commit is contained in:
parent
f7714fa738
commit
bc0d25c826
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue