Release 3.30.0-beta-2

This commit is contained in:
Thomas 2025-03-04 17:58:49 +01:00
parent 01109c3842
commit 848d015fd8
3 changed files with 18 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 519
versionName "3.30.0-beta-1"
versionCode 520
versionName "3.30.0-beta-2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[
{
"version": "3.30.0-beta-2",
"code": "520",
"note": "Added:\n- Allow to follow the discover timelines of Pixelfed instances\n- Allow to login with a token\n\nChange:\n- Use Pixelfed layout when following Pixelfed instance\n- Allow to scroll buttons for larger screen in conversation \n\nFixed:\n- Nitter to follow Twitter accounts\n- Some minor crashes"
},
{
"version": "3.30.0-beta-1",
"code": "519",

View file

@ -0,0 +1,11 @@
Added:
- Allow to follow the discover timelines of Pixelfed instances
- Allow to login with a token
Change:
- Use Pixelfed layout when following Pixelfed instance
- Allow to scroll buttons for larger screen in conversation
Fixed:
- Nitter to follow Twitter accounts
- Some minor crashes