From a64b846bca98664e1fa826553fac51ec271fe9b1 Mon Sep 17 00:00:00 2001
From: Josh Perez <60019601+josh-signal@users.noreply.github.com>
Date: Wed, 29 Mar 2023 19:06:45 -0400
Subject: [PATCH] Updates WhatsNew
---
_locales/en/messages.json | 8 ++++++++
ts/components/WhatsNewModal.tsx | 8 +++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 6dc6939083..41e5209b7d 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -6526,5 +6526,13 @@
"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"
+ },
+ "icu:WhatsNew__v6.13--0": {
+ "messageformat": "Progress report: The new progress bar is ready. Quickly see more information about the loading process whenever you launch Signal Desktop.",
+ "description": "Release notes for v6.13"
+ },
+ "icu:WhatsNew__v6.13--1": {
+ "messageformat": "Theme preferences now also apply to the checkboxes in Signal Settings. Thanks to {rakleed} on GitHub for helping us check \"More fully embrace darkness in the dark theme\" off of our TODO list.",
+ "description": "Release notes for v6.13"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 3b3c799a6b..3a3cfaad94 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -37,15 +37,17 @@ export function WhatsNewModal({
features: [
,
@rakleed,
+ }}
/>,
],
};