Release notes for 5.48.x

This commit is contained in:
Fedor Indutnyy 2022-06-23 12:59:58 -07:00
parent 0a0a25498d
commit d065afa277
2 changed files with 1 additions and 13 deletions

View File

@ -7323,18 +7323,6 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.45--1": {
"message": "Dynamic audio indicators in group calls help you see if you're whispering, yelling, or just right.",
"description": "Release notes for v5.45"
},
"WhatsNew__v5.45--2": {
"message": "Groups youve requested to join from your phone (via an invite link) will now show up on Desktop.",
"description": "Release notes for v5.45"
},
"WhatsNew__v5.45--3": {
"message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.",
"description": "Release notes for v5.45"
},
"WhatsNew__v5.47--1": {
"message": "For all the dark mode folks on Windows, we've got a new titlebar to match your style.",
"description": "Release notes for v5.47"

View File

@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__v5.47--1',
key: 'WhatsNew__bugfixes',
components: undefined,
},
],