Release notes for v5.53
This commit is contained in:
parent
310eedca88
commit
9fbbb7a8d2
2 changed files with 12 additions and 4 deletions
|
@ -7555,8 +7555,12 @@
|
||||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
"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"
|
"description": "Release notes for releases that only include bug fixes"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.47--1": {
|
"WhatsNew__bugfixes--1": {
|
||||||
"message": "For all the dark mode folks on Windows, we've got a new titlebar to match your style.",
|
"message": "Additional small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
||||||
"description": "Release notes for v5.47"
|
"description": "Release notes for releases that only include bug fixes"
|
||||||
|
},
|
||||||
|
"WhatsNew__v5.53--1": {
|
||||||
|
"message": "If you’re 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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,11 @@ const releaseNotes: ReleaseNotesType = {
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
key: 'WhatsNew__bugfixes',
|
key: 'WhatsNew__v5.53--1',
|
||||||
|
components: undefined,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'WhatsNew__bugfixes--1',
|
||||||
components: undefined,
|
components: undefined,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue