From e1206edba4ed12bd60eb03b50eb30d7af3f62f38 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:20:45 -0400 Subject: [PATCH] Release notes for 6.17.x --- _locales/en/messages.json | 12 ++++++++++++ ts/components/WhatsNewModal.tsx | 8 +++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 012efa56134..68149cefd4d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -12485,5 +12485,17 @@ "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" + }, + "icu:WhatsNew__v6.17--0": { + "messageformat": "Improved support for right-to-left (RTL) languages.", + "description": "Release notes for v6.17" + }, + "icu:WhatsNew__v6.17--1": { + "messageformat": "Locales are now matched based on your system preferences. This should result in better default behavior when multiple languages are configured.", + "description": "Release notes for v6.17" + }, + "icu:WhatsNew__v6.17--2": { + "messageformat": "This release additionally (a10y) introduces several accessibility (a11y) enhancements and bug fixes, and we affectionately (a12y) would like to thank the community for their feedback and suggestions.", + "description": "Release notes for v6.17" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 9b2d514b4b2..388dba561fa 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -35,11 +35,9 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , + , + , + , ], };