v5.61 release notes
This commit is contained in:
parent
0524a00471
commit
649faf0092
2 changed files with 13 additions and 1 deletions
|
@ -5794,5 +5794,13 @@
|
|||
"WhatsNew__v5.57--2": {
|
||||
"message": "Streamline your emoji searching. Once you’ve 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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,11 @@ const releaseNotes: ReleaseNotesType = {
|
|||
version: window.getVersion?.(),
|
||||
features: [
|
||||
{
|
||||
key: 'WhatsNew__bugfixes--3',
|
||||
key: 'WhatsNew__v5.61--0',
|
||||
components: undefined,
|
||||
},
|
||||
{
|
||||
key: 'WhatsNew__v5.61--1',
|
||||
components: undefined,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue