Release notes for v6.9.0-beta.1

This commit is contained in:
Alvaro Carrasco 2023-03-01 17:34:23 -07:00
parent dec3dfcf17
commit ca28d32085
2 changed files with 17 additions and 15 deletions

View file

@ -6598,5 +6598,17 @@
"icu:WhatsNew__v6.8--3": {
"messageformat": "If you are the only person in a group (so far) and you attempt to begin a group call, now you can join the call and start talking to yourself right away instead of waiting for the call to ring. Thanks, {lamemakes}!",
"description": "Release notes for v6.8"
},
"icu:WhatsNew__v6.9--0": {
"messageformat": "Quickly see who is speaking during group calls with a new highlight feature that shows you where to look. If it's your turn to speak, you'll need to look within.",
"description": "Release notes for v6.9"
},
"icu:WhatsNew__v6.9--1": {
"messageformat": "Have the time of your life with several stickers in the media editor that let you add stylized time decorations on outgoing images.",
"description": "Release notes for v6.9"
},
"icu:WhatsNew__v6.9--2": {
"messageformat": "Use the voice notes mini player to continue listening to long messages even after you switch to a different chat.",
"description": "Release notes for v6.9"
}
}

View file

@ -31,26 +31,16 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'icu:WhatsNew__v6.8--0',
key: 'icu:WhatsNew__v6.9--0',
components: undefined,
},
{
key: 'icu:WhatsNew__v6.8--1',
components: {
zyphlar: <a href="https://github.com/zyphlar">@zyphlar</a>,
},
key: 'icu:WhatsNew__v6.9--1',
components: undefined,
},
{
key: 'icu:WhatsNew__v6.8--2',
components: {
hackerbirds: <a href="https://github.com/hackerbirds">@hackerbirds</a>,
},
},
{
key: 'icu:WhatsNew__v6.8--3',
components: {
lamemakes: <a href="https://github.com/lamemakes">@lamemakes</a>,
},
key: 'icu:WhatsNew__v6.9--2',
components: undefined,
},
],
};