Release notes for v6.36.0-beta.1

This commit is contained in:
ayumi yu 2023-10-19 12:17:11 -07:00
parent ba0fa4904b
commit 283a5b9d7d
2 changed files with 10 additions and 7 deletions

View file

@ -6811,13 +6811,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.34--0": {
"messageformat": "Typing indicators in group chats will now display multiple profile pictures if more than one person is typing. James Cameron convinced us that we didn't need to stop after one avatar."
},
"icu:WhatsNew__v6.34--1": {
"messageformat": "Now you can right-click on any sent message or press the up arrow on your keyboard to edit what you just said! Fix a tpyo, include the missing ingredient in grandma's chocolate chip cookie recipe, or add the punchline to a joke if you hit the send button too quickly. The choice is yours. Messages will always show when they have been edited, and you can click on the \"Edited\" indicator to see the full edit history for any edited messages. Update the past in the present to prevent future confusion today!"
},
"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."
}
}

View file

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