Release notes for 7.29

This commit is contained in:
ayumi-signal 2024-10-09 12:47:06 -07:00
parent 8e6c3ee568
commit 19f819c56a
2 changed files with 5 additions and 12 deletions

View file

@ -7584,14 +7584,6 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__v7.26--0": {
"messageformat": "Sometimes leaving something behind is the best way to discover that you want to find it again, so we fixed a bug that made it difficult to search for groups that you're no longer a part of anymore but that still remain in your conversation list (and quite possibly in your heart).",
"description": "(Deleted 2024/09/25) Release notes for version 7.26"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\"",
"description": "(Deleted 2024/10/03) Release notes for version 7.27"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "We fixed a bug that prevented stickers from working correctly in the media editor, and now the picker no longer gets stuck when you're trying to stick a sticker on a picture.",
"description": "Release notes for version 7.28"
@ -7599,5 +7591,9 @@
"icu:WhatsNew__v7.28--1": {
"messageformat": "This update also includes support for the new screen sharing interface in macOS Sequoia.",
"description": "Release notes for version 7.28"
},
"icu:WhatsNew__v7.29--0": {
"messageformat": "This update improves startup speed by around 5%, so feel free to slow down a little bit in other areas of your life.",
"description": "Release notes for version 7.29"
}
}

View file

@ -42,10 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.29--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {