Release notes for 5.48.x
This commit is contained in:
parent
0a0a25498d
commit
d065afa277
2 changed files with 1 additions and 13 deletions
|
@ -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 you’ve 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"
|
||||
|
|
|
@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
|
|||
version: window.getVersion?.(),
|
||||
features: [
|
||||
{
|
||||
key: 'WhatsNew__v5.47--1',
|
||||
key: 'WhatsNew__bugfixes',
|
||||
components: undefined,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue