mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-04-06 07:00:01 +03:00
Release 3.30.0-beta-2
This commit is contained in:
parent
01109c3842
commit
848d015fd8
3 changed files with 18 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
11
src/fdroid/fastlane/metadata/android/en/changelogs/520.txt
Normal file
11
src/fdroid/fastlane/metadata/android/en/changelogs/520.txt
Normal 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
|
Loading…
Reference in a new issue