Skip to content

Commit

Permalink
Release notes for 7.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-signal committed Nov 20, 2024
1 parent 7fb66d9 commit 0fa433a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
}
6 changes: 1 addition & 5 deletions ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0fa433a

Please sign in to comment.