Release notes

This commit is contained in:
Fedor Indutnyy 2022-08-24 14:03:54 -07:00
parent 604e733dce
commit ca899d3ce1
2 changed files with 12 additions and 4 deletions

View file

@ -7707,8 +7707,12 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes" "description": "Release notes for releases that only include bug fixes"
}, },
"WhatsNew__v5.53--1": { "WhatsNew__v5.57--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.", "message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.53" "description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
} }
} }

View file

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