mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-25 14:40:09 +03:00
Release 3.30.1
This commit is contained in:
parent
88c18cc487
commit
238f31e3fc
3 changed files with 19 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 522
|
versionCode 523
|
||||||
versionName "3.30.0"
|
versionName "3.30.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.30.1",
|
||||||
|
"code": "523",
|
||||||
|
"note": "Added:\n- Follow Twitter tags\n\nChange:\n- Remove automatic backup (Google only)\n\nFixed:\n- Push notifications not working for some devices\n- Filters not applied to media description\n- Fix a crash with animated images in timelines\n- Fix a crash for long threads\n- Fix a crash due to some messages (happened in different timelines)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.30.0",
|
"version": "3.30.0",
|
||||||
"code": "522",
|
"code": "522",
|
||||||
|
|
12
src/fdroid/fastlane/metadata/android/en/changelogs/523.txt
Normal file
12
src/fdroid/fastlane/metadata/android/en/changelogs/523.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Added:
|
||||||
|
- Follow Twitter tags
|
||||||
|
|
||||||
|
Change:
|
||||||
|
- Remove automatic backup (Google only)
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Push notifications not working for some devices
|
||||||
|
- Filters not applied to media description
|
||||||
|
- Fix a crash with animated images in timelines
|
||||||
|
- Fix a crash for long threads
|
||||||
|
- Fix a crash due to some messages (happened in different timelines)
|
Loading…
Reference in a new issue