From 3330292e3f1a6afbcf68d1a9c4c47161b74ffc05 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 12 Jan 2023 12:38:32 -0800 Subject: [PATCH] Release notes for 6.3.x --- _locales/en/messages.json | 8 ++++++++ ts/components/WhatsNewModal.tsx | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5071cc8624..5014215245 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6299,5 +6299,13 @@ "WhatsNew__v6.1--1": { "message": "When you start a group call for small groups (up to 16 people), you can choose to send a ringing notification. Group members will hear a ring if they are on the iOS beta or using Desktop or Android.", "description": "Release notes for v6.1" + }, + "icu:WhatsNew__v6.3--0": { + "messageformat": "Double-click on any message row in a chat to start a quoted reply. It's like a shortcut for new thoughts about old ideas. Thanks to {whynothugo} and the Signal community for implementing this feature and providing feedback.", + "description": "Release notes for v6.3" + }, + "icu:WhatsNew__v6.3--1": { + "messageformat": "Now it's easier to click outside of an image to dismiss the gallery view without zooming in. Sometimes you just wanted to close, and instead things got too close. Thanks to {jojomatik} for the fix!", + "description": "Release notes for v6.3" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index d903c0bb8d..910ff57c82 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,8 +31,16 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__bugfixes--3', - components: undefined, + key: 'icu:WhatsNew__v6.3--0', + components: { + whynothugo: @WhyNotHugo, + }, + }, + { + key: 'icu:WhatsNew__v6.3--1', + components: { + jojomatik: @jojomatik, + }, }, ], };