Add a note

This commit is contained in:
Thomas 2022-11-27 17:14:23 +01:00
parent 2e3d5b6b94
commit da4ed393a9
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
"version": "3.8.1", "version": "3.8.1",
"code": "434", "code": "434",
"note": "Added:\n- Mute tags with long press in timelines\n\nFixed:\n- Open with another account\n- Fix jumps in profiles\n- Media not displayed in album -> force indexation\n- Built-in browser does not give admin scope\n- Some crashes" "note": "Added:\n- Mute tags with long press in timelines\n\nChanged:\n- Muted account messages are now removed from cache\n\nFixed:\n- Open with another account\n- Fix jumps in profiles\n- Media not displayed in album -> force indexation\n- Built-in browser does not give admin scope\n- Some crashes"
}, },
{ {
"version": "3.8.0", "version": "3.8.0",

View File

@ -1,6 +1,9 @@
Added: Added:
- Mute tags with long press in timelines - Mute tags with long press in timelines
Changed:
- Muted account messages are now removed from cache
Fixed: Fixed:
- Open with another account - Open with another account
- Fix jumps in profiles - Fix jumps in profiles