Release notes for 6.47.x

This commit is contained in:
ayumi yu 2024-01-31 13:02:59 -08:00
parent 581594ae9a
commit 174d8c6a59
2 changed files with 8 additions and 23 deletions

View file

@ -7123,19 +7123,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.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!"
},
"icu:WhatsNew__v6.46--0": {
"messageformat": "The default fonts for Urdu have been updated for improved readability when that language is selected (Signal Settings > Appearance > Language). Thanks, {linkToGithub}!"
},
"icu:WhatsNew__v6.47--0": {
"messageformat": "If you spend a lot of time trying to pick out the perfect emoji reaction for every situation, you'll be <emojify>🎉</emojify> to know that we fixed a bug with typing indicators that sometimes caused the emoji selection box to disappear while you were in the middle of pondering your choices."
},
"icu:WhatsNew__v6.47--1": {
"messageformat": "Signal will now match your selected title bar color on Microsoft Windows. When all of your windows in Windows look the same, that's a common theme."
}
}

View file

@ -42,17 +42,8 @@ export function WhatsNewModal({
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<Intl
i18n={i18n}
id="icu:WhatsNew__v6.46--0"
components={{
linkToGithub: (
<ExternalLink href="https://github.com/asakpke">
@asakpke
</ExternalLink>
),
}}
/>,
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--0" />,
<Intl i18n={i18n} id="icu:WhatsNew__v6.47--1" />,
],
};