Release notes for 5.45.x
This commit is contained in:
parent
1890ba2542
commit
e1c6067f92
2 changed files with 19 additions and 17 deletions
|
@ -7248,22 +7248,16 @@
|
||||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
||||||
"description": "Release notes for releases that only include bug fixes"
|
"description": "Release notes for releases that only include bug fixes"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.40--1": {
|
"WhatsNew__v5.45--1": {
|
||||||
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
|
"message": "Dynamic audio indicators in group calls help you see if you're whispering, yelling, or just right.",
|
||||||
"description": "Release notes for v5.40"
|
"description": "Release notes for v5.45"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.40--2": {
|
"WhatsNew__v5.45--2": {
|
||||||
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
|
"message": "Groups you’ve requested to join from your phone (via an invite link) will now show up on Desktop.",
|
||||||
"description": "Release notes for v5.40",
|
"description": "Release notes for v5.45"
|
||||||
"placeholders": {
|
},
|
||||||
"dsanders11": {
|
"WhatsNew__v5.45--3": {
|
||||||
"content": "$1",
|
"message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.",
|
||||||
"example": "dsanders11"
|
"description": "Release notes for v5.45"
|
||||||
},
|
|
||||||
"yusufsahinhamza": {
|
|
||||||
"content": "$2",
|
|
||||||
"example": "yusufsahinhamza"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,15 @@ const releaseNotes: ReleaseNotesType = {
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
key: 'WhatsNew__bugfixes',
|
key: 'WhatsNew__v5.45--1',
|
||||||
|
components: undefined,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'WhatsNew__v5.45--2',
|
||||||
|
components: undefined,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'WhatsNew__v5.45--3',
|
||||||
components: undefined,
|
components: undefined,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue