From a816f25078135e442a13292983b6770568fc47ef Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Wed, 22 Mar 2023 15:53:25 -0700 Subject: [PATCH] update release notes --- _locales/en/messages.json | 24 ++++++++---------------- ts/components/WhatsNewModal.tsx | 10 ++++++---- 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a7fd12b78..5e7cc371f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6483,24 +6483,16 @@ "message": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes" }, - "icu:WhatsNew__v6.10--0": { - "messageformat": "Click on any picture or video and use the new Forward and Backward buttons in the media viewer to take a visual walk down memory lane.", - "description": "Release notes for v6.10" - }, - "icu:WhatsNew__v6.10--1": { - "messageformat": "Voice messages are now saved as drafts if you switch to another chat while a recording is in progress.", - "description": "Release notes for v6.10" - }, - "icu:WhatsNew__v6.10--2": { - "messageformat": "Sending a sticker no longer causes draft text to get cleared. Thanks, {lamemakes}!", - "description": "Release notes for v6.10" - }, - "icu:WhatsNew__v6.10--3": { - "messageformat": "We'd also like to thank {norstbox} for bringing the conversation search bar icons back into alignment.", - "description": "Release notes for v6.10" - }, "icu:WhatsNew__v6.11--0": { "messageformat": "Start talking to yourself even faster with a new icon that makes the “Note to Self” chat easier to find. Thanks to {hackerbirds} on GitHub for their contribution.", "description": "Release notes for v6.11" + }, + "icu:WhatsNew__v6.12--0": { + "messageformat": "Now you can select multiple messages and forward or delete them all at once.", + "description": "Release notes for v6.12" + }, + "icu:WhatsNew__v6.12--1": { + "messageformat": "We updated the Sticker Creator with a few design tweaks and added some helpful tips for aspiring sticker artists. The Sticker Creator now opens in your web browser, which makes Signal Desktop a little smaller and leaves a bit more room on your hard drive for all of your favorite sticker packs.", + "description": "Release notes for v6.12" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 068dd6723..501796552 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,10 +31,12 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'icu:WhatsNew__v6.11--0', - components: { - hackerbirds: @hackerbirds, - }, + key: 'icu:WhatsNew__v6.12--0', + components: {}, + }, + { + key: 'icu:WhatsNew__v6.12--1', + components: {}, }, ], };