Skip to content

Commit

Permalink
Add release notes for 6.37
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Oct 26, 2023
1 parent aa7a340 commit a49a6ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6871,13 +6871,13 @@
"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.35--0": {
"messageformat": "We told ourselves that we would never do this, that we wouldn't be like the other apps with their lazy release notes, but this update really does include \"bug fixes and UX improvements.\""
},
"icu:WhatsNew__v6.36--0": {
"messageformat": "We updated the user interface to better indicate when a group video call is reconnecting. Now you'll see blurred thumbnails instead of what used to look like an elaborate prank where everyone pretended to freeze at the same time."
},
"icu:WhatsNew__v6.36--1": {
"messageformat": "The system tray icon will no longer appear pixelated on Ubuntu Linux, unless you've managed to get Ubuntu Linux running on an old smart refrigerator with a low-res screen."
},
"icu:WhatsNew__v6.37--0": {
"messageformat": "We've added a new way to keep your Signal contacts nice and tidy. This Halloween season, remove the ghost of an old contact. Just click on the three dots next to their name in the contact list on the New Chat screen and select \"Remove.\""
}
}
5 changes: 1 addition & 4 deletions ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +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.36--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.36--1" />,
],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.37--0" />],
};

if (releaseNotes.features.length === 1) {
Expand Down

0 comments on commit a49a6ec

Please sign in to comment.