Release notes for 6.45.x

This commit is contained in:
Scott Nonnenberg 2024-01-10 16:10:07 -08:00
parent ca92068664
commit 7c1b4dc40e
2 changed files with 20 additions and 34 deletions

View file

@ -7047,18 +7047,6 @@
"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.43--0": {
"messageformat": "Turn a missed call into something that won't be missed. Now you can right-click on any call event and delete it from a chat."
},
"icu:WhatsNew__v6.43--1": {
"messageformat": "The default font for Persian has been updated to Vazirmatn to improve readability when that language is selected (Signal Settings > Appearance > Language). Thanks, {linkToGithub1}!"
},
"icu:WhatsNew__v6.43--2": {
"messageformat": "The playback speed indicators in voice messages have a slightly new look. X marks the spot. Thanks, {linkToGithub1}!"
},
"icu:WhatsNew__v6.43--3": {
"messageformat": "We would also like to thank {linkToGithub1}, {linkToGithub2}, and {linkToGithub3} for their contributions to this release."
},
"icu:WhatsNew__v6.44--0": {
"messageformat": "If resolving a few small bugs counts as a New Years resolution, then 2024 is off to a fantastic start."
},
@ -7067,5 +7055,17 @@
},
"icu:WhatsNew__v6.44--2": {
"messageformat": "Thanks to {linkToGithub1}, {linkToGithub2}, {linkToGithub3}, {linkToGithub4}, and {linkToGithub5} for their contributions to this release!"
},
"icu:WhatsNew__v6.45--0": {
"messageformat": "Now you can optionally turn emoticons into emoji. If you want to “<emojify>🙂</emojify>” whenever you type “:-)”, you can enable this feature in the “Chats” section of your Signal Desktop settings."
},
"icu:WhatsNew__v6.45--1": {
"messageformat": "A new keyboard shortcut (Ctrl+s/Cmd+s) helps you quickly save pictures and videos from the media viewer."
},
"icu:WhatsNew__v6.45--2": {
"messageformat": "Its too bad that we already made a New Year's Resolution joke in the release notes for the last update, because we just increased the maximum resolution for screen sharing during Signal video calls. Our new resolution is to avoid any resolution puns until 2025."
},
"icu:WhatsNew__v6.45--3": {
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their contributions to this release!"
}
}

View file

@ -42,34 +42,20 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl i18n={i18n} id="icu:WhatsNew__v6.44--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.44--1" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--1" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.45--2" />,
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.44--2"
id="icu:WhatsNew__v6.45--3"
components={{
linkToGithub1: (
<ExternalLink href="https://github.com/0o001">@0o001</ExternalLink>
<ExternalLink href="https://github.com/dasois">
@dasois
</ExternalLink>
),
linkToGithub2: (
<ExternalLink href="https://github.com/hackerbirds">
@hackerbirds
</ExternalLink>
),
linkToGithub3: (
<ExternalLink href="https://github.com/rschiang">
@rschiang
</ExternalLink>
),
linkToGithub4: (
<ExternalLink href="https://github.com/vijithassar">
@vijithassar
</ExternalLink>
),
linkToGithub5: (
<ExternalLink href="https://github.com/yaslama">
@yaslama
</ExternalLink>
<ExternalLink href="https://github.com/pelya">@pelya</ExternalLink>
),
}}
/>,