forked from mirrors/Fedilab
Release 3.5.2
This commit is contained in:
parent
72fd064f8a
commit
e999abea81
3 changed files with 18 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 418
|
versionCode 419
|
||||||
versionName "3.5.1"
|
versionName "3.5.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.5.2",
|
||||||
|
"code": "419",
|
||||||
|
"note": "Added:\n- Pin/Unpin messages\n- Set the default language for translations\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Wrong images in notification timeline\n- Double icon bug\n- Fix some crashes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.5.1",
|
"version": "3.5.1",
|
||||||
"code": "418",
|
"code": "418",
|
||||||
|
|
11
src/fdroid/fastlane/metadata/android/en/changelogs/419.txt
Normal file
11
src/fdroid/fastlane/metadata/android/en/changelogs/419.txt
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Added:
|
||||||
|
- Pin/Unpin messages
|
||||||
|
- Set the default language for translations
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
- Allow to disable/enable media for notifications
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Wrong images in notification timeline
|
||||||
|
- Double icon bug
|
||||||
|
- Fix some crashes
|
Loading…
Reference in a new issue