mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.23.0
This commit is contained in:
parent
cf4b156863
commit
eda23bd3b0
3 changed files with 19 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 492
|
||||
versionName "3.22.2"
|
||||
versionCode 493
|
||||
versionName "3.23.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.23.0",
|
||||
"code": "493",
|
||||
"note": "Added:\n- Add preview for app icons\n- Two new app icons\n\nFixed:\n- Fix Nitter feeds\n- Crash with Pixelfed accounts\n- Lingva encoding issue\n- Avoid sleep mode for media activity\n- Videos are played simultaneously\n- Voice messages for Android 10+\n- Punycode not supported for domains"
|
||||
},
|
||||
{
|
||||
"version": "3.22.2",
|
||||
"code": "492",
|
||||
|
|
12
src/fdroid/fastlane/metadata/android/en/changelogs/493.txt
Normal file
12
src/fdroid/fastlane/metadata/android/en/changelogs/493.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
Added:
|
||||
- Add preview for app icons
|
||||
- Two new app icons
|
||||
|
||||
Fixed:
|
||||
- Fix Nitter feeds
|
||||
- Crash with Pixelfed accounts
|
||||
- Lingva encoding issue
|
||||
- Avoid sleep mode for media activity
|
||||
- Videos are played simultaneously
|
||||
- Voice messages for Android 10+
|
||||
- Punycode not supported for domains
|
Loading…
Reference in a new issue