Release 3.5.1

This commit is contained in:
Thomas 2022-10-28 18:06:03 +02:00
parent cebddab6a3
commit a4ae4172f1
3 changed files with 22 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 417
versionName "3.5.0"
versionCode 418
versionName "3.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.5.1",
"code": "418",
"note": "Added:\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Post loses \"spoiler message\" when adding a media\n- Camera not working on Android 11\n- Notification aggregation\n- Vibrations when fetching new notifications\n- Fix an issue with media timelines\n- Some crashes"
},
{
"version": "3.5.0",
"code": "417",

View File

@ -0,0 +1,15 @@
Added:
- Change app icon (Settings > Interface)
- Allow to disable "remember position" in timelines
- Allow to disable notification aggregation in settings
Changed:
- Allow to disable/enable media for notifications
Fixed:
- Post loses "spoiler message" when adding a media
- Camera not working on Android 11
- Notification aggregation
- Vibrations when fetching new notifications
- Fix an issue with media timelines
- Some crashes