Add release notes for v6.0.0

This commit is contained in:
Fedor Indutny 2022-11-17 11:32:14 -08:00 committed by GitHub
parent 1b16743917
commit 897a4aa591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 21 deletions

View file

@ -6155,22 +6155,6 @@
"message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.61--0": {
"message": "- Facing a conversation with a long list of Voice Notes to listen to? Click play, sit back, and relax - they'll continue playing automatically!",
"description": "Release notes for v5.61"
},
"WhatsNew__v5.61--1": {
"message": "You can now attach some video flavor to a message along with your vacation photos!",
"description": "Release notes for v5.61"
},
"WhatsNew__v5.62--0": {
"message": "Cant remember which of your friends named Lou is on your basketball team? Check contact details to see shared groups between you and a friend.",
"description": "Release notes for v5.62"
},
"WhatsNew__v5.62--1": {
"message": "Easily add a friend to a group from their contact details screen to keep the conversation exciting.",
"description": "Release notes for v5.62"
},
"WhatsNew__v5.63--0": {
"message": "Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you.",
"description": "Release notes for v5.63"
@ -6178,5 +6162,9 @@
"WhatsNew__v5.63--beta.2": {
"message": "Start using and testing our new stories feature. You can use the feature with other beta testers and let us know how it's working.",
"description": "Release notes for v5.63"
},
"WhatsNew__v6.0": {
"message": "Stories are now in Signal! Share disappearing text, images, and video updates with select friends or groups that automatically disappear after 24 hours. For everyone who loves sharing stories, heres a way to do it privately and without seeing any ads. If you dont want to see or share stories, you can opt out of it all in your Preferences > Privacy.",
"description": "Release notes for v6.0"
}
}

View file

@ -31,11 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__v5.63--0',
components: undefined,
},
{
key: 'WhatsNew__v5.63--beta.2',
key: 'WhatsNew__v6.0',
components: undefined,
},
],