mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Prepare release 3.6.0
This commit is contained in:
parent
88e2f0cb7c
commit
2d3f66093f
3 changed files with 27 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 420
|
||||
versionName "3.5.3"
|
||||
versionCode 421
|
||||
versionName "3.6.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.6.0",
|
||||
"code": "421",
|
||||
"note": "Added:\n- Edit messages (if your instance supports that feature)\n- Pin/Unpin messages\n- Set the default language for translations\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n- Icon on media previews if a description is available\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- Fix some theme issues\n- Some crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.5.3",
|
||||
"code": "420",
|
||||
|
|
20
src/fdroid/fastlane/metadata/android/en/changelogs/421.txt
Normal file
20
src/fdroid/fastlane/metadata/android/en/changelogs/421.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
Added:
|
||||
- Edit messages (if your instance supports that feature)
|
||||
- Pin/Unpin messages
|
||||
- Set the default language for translations
|
||||
- Change app icon (Settings > Interface)
|
||||
- Allow to disable "remember position" in timelines
|
||||
- Allow to disable notification aggregation in settings
|
||||
- Icon on media previews if a description is available
|
||||
|
||||
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
|
||||
- Fix some theme issues
|
||||
- Some crashes
|
Loading…
Reference in a new issue