Add release notes for 5.37
This commit is contained in:
parent
23b3a22c75
commit
6eef476f28
2 changed files with 9 additions and 10 deletions
|
@ -7000,10 +7000,6 @@
|
||||||
"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.34--1": {
|
|
||||||
"message": "Ever used Signal while on an unstable connection? You can worry no more - disappearing message timer changes and more will now be sent out once your Wi-Fi feels better again.",
|
|
||||||
"description": "Release notes for v5.34"
|
|
||||||
},
|
|
||||||
"WhatsNew__v5.35--1": {
|
"WhatsNew__v5.35--1": {
|
||||||
"message": "A new update system has been introduced and folks should start seeing smaller updates with the next update.",
|
"message": "A new update system has been introduced and folks should start seeing smaller updates with the next update.",
|
||||||
"description": "Release notes for v5.35"
|
"description": "Release notes for v5.35"
|
||||||
|
@ -7024,8 +7020,12 @@
|
||||||
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
|
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
|
||||||
"description": "Release notes for v5.36"
|
"description": "Release notes for v5.36"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.36--3": {
|
"WhatsNew__v5.37--1": {
|
||||||
"message": "Thanks to our volunteer translators, we've added support for Scottish Gaelic!",
|
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
|
||||||
"description": "Release notes for v5.36"
|
"description": "Release notes for v5.37"
|
||||||
|
},
|
||||||
|
"WhatsNew__v5.37--2": {
|
||||||
|
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
|
||||||
|
"description": "Release notes for v5.37"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,8 @@ const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{ key: 'WhatsNew__v5.36--1', components: undefined },
|
{ key: 'WhatsNew__v5.37--1', components: undefined },
|
||||||
{ key: 'WhatsNew__v5.36--2', components: undefined },
|
{ key: 'WhatsNew__v5.37--2', components: undefined },
|
||||||
{ key: 'WhatsNew__v5.36--3', components: undefined },
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue