Add release notes for 6.10
This commit is contained in:
@@ -6626,5 +6626,21 @@
|
|||||||
"icu:WhatsNew__v6.9--2": {
|
"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.",
|
"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"
|
"description": "Release notes for v6.9"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.10--0": {
|
||||||
|
"messageformat": "Click on any picture or video and use the new Forward and Backward buttons in the media viewer to take a visual walk down memory lane.",
|
||||||
|
"description": "Release notes for v6.10"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.10--1": {
|
||||||
|
"messageformat": "Voice messages are now saved as drafts if you switch to another chat while a recording is in progress.",
|
||||||
|
"description": "Release notes for v6.10"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.10--2": {
|
||||||
|
"messageformat": "Sending a sticker no longer causes draft text to get cleared. Thanks, {lamemakes}!",
|
||||||
|
"description": "Release notes for v6.10"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.10--3": {
|
||||||
|
"messageformat": "We'd also like to thank {norstbox} for bringing the conversation search bar icons back into alignment.",
|
||||||
|
"description": "Release notes for v6.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -31,16 +31,24 @@ const releaseNotes: ReleaseNotesType = {
|
|||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
key: 'icu:WhatsNew__v6.9--0',
|
key: 'icu:WhatsNew__v6.10--0',
|
||||||
components: undefined,
|
components: undefined,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'icu:WhatsNew__v6.9--1',
|
key: 'icu:WhatsNew__v6.10--1',
|
||||||
components: undefined,
|
components: undefined,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'icu:WhatsNew__v6.9--2',
|
key: 'icu:WhatsNew__v6.10--2',
|
||||||
components: undefined,
|
components: {
|
||||||
|
lamemakes: <a href="https://github.com/lamemakes">@lamemakes</a>,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'icu:WhatsNew__v6.10--3',
|
||||||
|
components: {
|
||||||
|
norstbox: <a href="https://github.com/norstbox">@norstbox</a>,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user