Release notes for v5.47.x
This commit is contained in:
parent
0e5eb32152
commit
bc612ca2c3
2 changed files with 5 additions and 1 deletions
|
@ -7281,5 +7281,9 @@
|
||||||
"WhatsNew__v5.45--3": {
|
"WhatsNew__v5.45--3": {
|
||||||
"message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.",
|
"message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.",
|
||||||
"description": "Release notes for v5.45"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
key: 'WhatsNew__bugfixes',
|
key: 'WhatsNew__v5.47--1',
|
||||||
components: undefined,
|
components: undefined,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue