Release notes for v5.53

This commit is contained in:
Josh Perez 2022-07-27 21:00:52 -04:00 committed by GitHub
parent 310eedca88
commit 9fbbb7a8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -7555,8 +7555,12 @@
"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.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"
"WhatsNew__bugfixes--1": {
"message": "Additional small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.53--1": {
"message": "If youre using the JAWS screen reading program, you can now successfully play voice memos and access longer messages that get shortened behind a “read more” button.",
"description": "Release notes for v5.53"
}
}

View File

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