From 6bb518f2f789f1f9dfea544d3aa75e5bf782f5af Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Wed, 7 Aug 2024 14:44:01 -0700 Subject: [PATCH] Release notes for 7.20 --- _locales/en/messages.json | 8 ++++++++ ts/components/WhatsNewModal.tsx | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index bb93a0e1b7..a4c70adee3 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7447,5 +7447,13 @@ "icu:WhatsNew__v7.19--1": { "messageformat": "This update also fixes a startup crash on Linux for users whose locale is set to `POSIX`.", "description": "Release notes for version 7.19, part 2" + }, + "icu:WhatsNew__v7.20--0": { + "messageformat": "Stories with long captions are displayed on a subtle gradient background that improves contrast and makes the text easier to read. Now that people can see what you're saying, feel free to write a couple paragraphs about why something really made you laugh instead of just saying \"lol.\"", + "description": "Release notes for version 7.20, part 1" + }, + "icu:WhatsNew__v7.20--1": { + "messageformat": "This release also improves the performance of link preview generation and fixes a bug that caused the Settings window to briefly flash a lovely shade of ultramarine whenever it was closed (instead of just closing right away).", + "description": "Release notes for version 7.20, part 2" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 7b8cd1378b..2419a91e9d 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -43,8 +43,8 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , - , + , + , ], };