mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
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 {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 418
|
||||
versionName "3.5.1"
|
||||
versionCode 419
|
||||
versionName "3.5.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"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