Update release notes

This commit is contained in:
trevor-signal 2023-09-06 16:02:39 -04:00
parent 4ca5b7e312
commit c5d4dc7753
2 changed files with 4 additions and 7 deletions

View file

@ -6783,13 +6783,10 @@
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes"
},
"icu:WhatsNew__v6.29--0": {
"messageformat": "The Chat Color customization screen is now displayed correctly across different languages and selected locales."
},
"icu:WhatsNew__v6.29--1": {
"messageformat": "We improved notification support on Windows. If you don't click on a notification when it first arrives, the latest missed notification will appear in the Windows Notification Center. Clicking on that notification will now jump directly to that chat. We'd like to thank Julien Richard for their feedback."
},
"icu:WhatsNew__v6.30--0": {
"messageformat": "Keep tabs on your calls with the new calls tab. Start a new call or return a call that you missed without having to find the corresponding chat. Now you can say hello with your voice without also saying goodbye to the unread marker for messages in that thread."
},
"icu:WhatsNew__v6.31--0": {
"messageformat": "This update fixes a handful of bugs, including one that caused the main Signal window to go blank if you viewed a debug log in full-screen mode on macOS. Seeing a completely Light or completely Dark window is arguably the purest possible expression of the Light Theme and Dark Theme, but we ultimately decided that the app is easier to use when you can see the interface too."
}
}

View file

@ -29,7 +29,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.30--0" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.31--0" />],
};
if (releaseNotes.features.length === 1) {