mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-01 15:57:42 +01:00
Release notes for 8.5
This commit is contained in:
@@ -10699,18 +10699,6 @@
|
||||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__7.90--0": {
|
||||
"messageformat": "Make privacy stick with five new official sticker packs in the Signal Artist Series: \"Chug the Mouse\" by Amanda Cotan, \"Cozy Season\" by Miguel Ángel Camprubí, \"Croco's Feelings\" by Tiffany Beucher, \"My Daily Life 2\" by Plastic Thing, and \"Rocky Talk\" by Lexi Vay.",
|
||||
"description": "(Deleted 2026/02/18) Release notes for 7.90 release"
|
||||
},
|
||||
"icu:WhatsNew__8.0--0": {
|
||||
"messageformat": "Signal secure backups are here! Now you can choose to enable automatic end-to-end encrypted backups so you'll never lose a message when you get a new phone or reinstall Signal. You can back up all of your messages and the last 45 days of media for free, or you can pay a small monthly fee to get 100 GB of storage to back up every attachment. Tap on backups in your Signal settings to get started. Thanks to everyone who helped test this feature during the beta period!",
|
||||
"description": "(Deleted 2026/03/04) Release notes for 8.0 release"
|
||||
},
|
||||
"icu:WhatsNew__8.2--0": {
|
||||
"messageformat": "Now you can send view-once media messages from Signal Desktop too. Individual photos and videos that are sent as view-once messages will be automatically removed from a conversation thread after they have been viewed.",
|
||||
"description": "(Deleted 2026/03/11) Release notes for 8.2 release"
|
||||
},
|
||||
"icu:WhatsNew__8.3--0": {
|
||||
"messageformat": "Now you can optionally add a member label to describe yourself or your role in a group chat. Set your group member label to \"Referee\" or \"Goalie\" in your local rec league soccer chat to help kick things off when new teammates join, then choose a different label with your job title in the company chat. Member labels appear next to your profile name in that group, and group admins can control whether or not they are enabled for everyone.",
|
||||
"description": "Release notes for 8.3 release"
|
||||
|
||||
@@ -43,7 +43,7 @@ export function WhatsNewModal({
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.3--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user