Add release notes for 5.32.x

This commit is contained in:
Scott Nonnenberg 2022-02-10 14:07:10 -08:00
parent 6bc3c0807d
commit 0828d315c0
2 changed files with 10 additions and 3 deletions

View File

@ -6816,5 +6816,13 @@
"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!",
"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"
}
}

View File

@ -30,9 +30,8 @@ const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
{ key: 'WhatsNew__v5.31--1', components: undefined },
{ key: 'WhatsNew__v5.31--2', components: undefined },
{ key: 'WhatsNew__bugfixes', components: undefined },
{ key: 'WhatsNew__v5.32--1', components: undefined },
{ key: 'WhatsNew__v5.32--2', components: undefined },
],
};