Release notes for 7.35

This commit is contained in:
ayumi-signal 2024-11-20 11:05:46 -08:00
parent 7fb66d9579
commit 0fa433ae95
2 changed files with 5 additions and 9 deletions

View file

@ -7676,10 +7676,6 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__v7.33--0": {
"messageformat": "This update fixes a bug where the correct context menu wasn't appearing after right-clicking on an emoji while selecting text. Thanks, <linkKhuddite>@khuddite</linkKhuddite>!",
"description": "(Deleted 2024/11/13) Release notes for version 7.33"
},
"icu:WhatsNew__v7.34--0": {
"messageformat": "The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.",
"description": "Release notes for version 7.34"
@ -7691,5 +7687,9 @@
"icu:WhatsNew__v7.34--2": {
"messageformat": "We also fixed a bug that broke the dark theme in Signal when your operating system settings were configured to use a light theme. Signal Desktop can now properly handle your thematically split personality.",
"description": "Release notes for version 7.34"
},
"icu:WhatsNew__v7.35--0": {
"messageformat": "The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say.",
"description": "Release notes for version 7.35"
}
}

View file

@ -42,11 +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.34--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.34--1" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.34--2" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.35--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {