Skip to content

Commit

Permalink
Add release notes for v5.54
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Aug 3, 2022
1 parent 8f47259 commit 2596e5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
20 changes: 20 additions & 0 deletions _locales/en/messages.json
Expand Up @@ -7587,6 +7587,26 @@
"message": "Additional small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--2": {
"message": "Handful of bug fixes to keep your app running smoothly. More exciting changes on the horizon! ",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--3": {
"message": "Tweaks, bug fixes, and performance enhancements. Keep on texting, calling, and video chatting as usual.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--4": {
"message": "Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you. ",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--5": {
"message": "Additional small tweaks, bug fixes, and assorted plans for the future.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__bugfixes--6": {
"message": "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 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"
Expand Down
6 changes: 1 addition & 5 deletions ts/components/WhatsNewModal.tsx
Expand Up @@ -31,11 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__v5.53--1',
components: undefined,
},
{
key: 'WhatsNew__bugfixes--1',
key: 'WhatsNew__bugfixes--5',
components: undefined,
},
],
Expand Down

0 comments on commit 2596e5f

Please sign in to comment.