Release notes for 7.47
This commit is contained in:
@@ -8116,16 +8116,16 @@
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.45--0": {
|
||||
"messageformat": "Stickers should feel sticky, not stuck, so now you can click on a sticker on a newly linked Signal Desktop and that sticker download will automatically get prioritized even when other attachments are downloading too.",
|
||||
"description": "(Deleted 2025/03/06) Release notes for version 7.45"
|
||||
},
|
||||
"icu:WhatsNew__v7.46--0": {
|
||||
"messageformat": "The new \"Data usage\" feature in Signal settings makes it easy to choose whether or not to automatically download photos, videos, audio files, or other documents. If Signal stops automatically downloading the latest tracks from your friend's boyfriend's band in the group chat, you can save your taste in music along with some free space on your hard drive.",
|
||||
"description": "Release notes for version 7.46"
|
||||
"description": "(Deleted 2025/03/12) Release notes for version 7.46"
|
||||
},
|
||||
"icu:WhatsNew__v7.46--1": {
|
||||
"messageformat": "Now when you attempt to start a chat with someone's Signal username, it will work even if you accidentally type the “@” symbol first. Some h@bits @re h@rd to bre@k.",
|
||||
"description": "Release notes for version 7.46"
|
||||
"description": "(Deleted 2025/03/12) Release notes for version 7.46"
|
||||
},
|
||||
"icu:WhatsNew__v7.47--0": {
|
||||
"messageformat": "Now you can expand your local video preview during a call to get a better look at yourself or reflect on who you are.",
|
||||
"description": "Release notes for version 7.47"
|
||||
}
|
||||
}
|
||||
|
@@ -42,10 +42,7 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.46--0" />,
|
||||
<I18n i18n={i18n} id="icu:WhatsNew__v7.46--1" />,
|
||||
],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.47--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
Reference in New Issue
Block a user