Release notes for v5.47.x

This commit is contained in:
Josh Perez 2022-06-16 13:15:43 -04:00 committed by GitHub
parent 0e5eb32152
commit bc612ca2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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"
}
}

View File

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