Skip to content

Commit

Permalink
Release notes for v5.47.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Jun 16, 2022
1 parent 0e5eb32 commit bc612ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7281,5 +7281,9 @@
"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"
}
}
2 changes: 1 addition & 1 deletion ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__bugfixes',
key: 'WhatsNew__v5.47--1',
components: undefined,
},
],
Expand Down

0 comments on commit bc612ca

Please sign in to comment.