Add release notes for 6.1

This commit is contained in:
Fedor Indutnyy 2022-11-30 14:35:02 -08:00
parent 6198b02640
commit 1c9ef00142
2 changed files with 5 additions and 1 deletions

View file

@ -6214,5 +6214,9 @@
"WhatsNew__v6.0": { "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.", "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" "description": "Release notes for v6.0"
},
"WhatsNew__v6.1--1": {
"message": "When you start a group call for small groups (up to 16 people), you can choose to send a ringing notification. Group members will hear a ring if they are on the iOS beta or using Desktop or Android.",
"description": "Release notes for v6.1"
} }
} }

View file

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