Release 3.11.2

This commit is contained in:
Thomas 2022-12-15 18:19:19 +01:00
parent f35ac8ae6b
commit 8ff8223378
2 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[
{
"version": "3.11.1",
"code": "447",
"note": "Added:\n- Mute/Unmute accounts in the Home timeline from their messages or their profiles\n- Add all users from a list to \"Muted home\" in one click\n- Display/Manage users that are muted for home"
"version": "3.11.2",
"code": "448",
"note": "Added:\n- Mute/Unmute accounts in the Home timeline from their messages or their profiles\n- Add all users from a list to \"Muted home\" in one click\n- Display/Manage users that are muted for home\n\nFixed:\n- Timeline crashes"
},
{
"version": "3.11.0",

View File

@ -0,0 +1,7 @@
Added:
- Mute/Unmute accounts in the Home timeline from their messages or their profiles
- Add all users from a list to "Muted home" in one click
- Display/Manage users that are muted for home
Fixed:
- Timeline crashes