mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Release 3.28.0
This commit is contained in:
parent
8832e89539
commit
c44330d291
3 changed files with 15 additions and 5 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode 512
|
versionCode 513
|
||||||
versionName "3.28-beta-1"
|
versionName "3.28.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"version": "3.28-beta-1",
|
"version": "3.28.0",
|
||||||
"code": "512",
|
"code": "513",
|
||||||
"note": "Added:\n- Pronouns support (Timeline/Compose/Autocomplete)\n\nChanged:\n- Use Media3 library\n\nFixed:\n- Crashes from previous release"
|
"note": "Added:\n- Pronouns support (Timeline/Compose/Autocomplete)\n\nChanged:\n- Use Media3 library\n\nFixed:\n- Timed mute duration too long\n- Sharing videos only download them\n- Crashes from previous release"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "3.27.1",
|
"version": "3.27.1",
|
||||||
|
|
10
src/fdroid/fastlane/metadata/android/en/changelogs/513.txt
Normal file
10
src/fdroid/fastlane/metadata/android/en/changelogs/513.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Added:
|
||||||
|
- Pronouns support (Timeline/Compose/Autocomplete)
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- Use Media3 library
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Timed mute duration too long
|
||||||
|
- Sharing videos only download them
|
||||||
|
- Crashes from previous release
|
Loading…
Reference in a new issue