Add release notes for 5.32.x
This commit is contained in:
parent
6bc3c0807d
commit
0828d315c0
2 changed files with 10 additions and 3 deletions
|
@ -6816,5 +6816,13 @@
|
||||||
"WhatsNew__v5.31--2": {
|
"WhatsNew__v5.31--2": {
|
||||||
"message": "Shuffled around the spacing in the left pane header and search area and now there is so much room for activities!",
|
"message": "Shuffled around the spacing in the left pane header and search area and now there is so much room for activities!",
|
||||||
"description": "Release notes for v5.31"
|
"description": "Release notes for v5.31"
|
||||||
|
},
|
||||||
|
"WhatsNew__v5.32--1": {
|
||||||
|
"message": "Easily track down that errant loud typist or heavy chewer in group calls - we've introduced a new animated speaking indicator!",
|
||||||
|
"description": "Release notes for v5.32"
|
||||||
|
},
|
||||||
|
"WhatsNew__v5.32--2": {
|
||||||
|
"message": "The list of supported languages has expanded. We sincerely appreciate the volunteer translators whose efforts made this possible.",
|
||||||
|
"description": "Release notes for v5.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,9 +30,8 @@ const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
{ key: 'WhatsNew__v5.31--1', components: undefined },
|
{ key: 'WhatsNew__v5.32--1', components: undefined },
|
||||||
{ key: 'WhatsNew__v5.31--2', components: undefined },
|
{ key: 'WhatsNew__v5.32--2', components: undefined },
|
||||||
{ key: 'WhatsNew__bugfixes', components: undefined },
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue