Add release notes for 5.62.x

This commit is contained in:
Fedor Indutnyy 2022-09-28 11:13:42 -07:00
parent 5cfaeeaae1
commit 49c6cc00e7
2 changed files with 10 additions and 10 deletions

View File

@ -5845,14 +5845,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.57--1": {
"message": "Change the speed of audio messages to either get to the point or catch the details.",
"description": "Release notes for v5.57"
},
"WhatsNew__v5.57--2": {
"message": "Streamline your emoji searching. Once youve pulled up the emoji picker, skip the 🔍 and just start typing keywords.",
"description": "Release notes for v5.57"
},
"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"
@ -5860,5 +5852,13 @@
"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"
}
}

View File

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