From d8e17afcfd2c6ffd88de57d9568ef884e37d9ecd Mon Sep 17 00:00:00 2001 From: ayumi yu Date: Wed, 3 Jan 2024 14:52:10 -0800 Subject: [PATCH] Update release notes --- _locales/en/messages.json | 15 ++++++---- ts/components/WhatsNewModal.tsx | 49 +++++++++++++-------------------- 2 files changed, 28 insertions(+), 36 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 44034fa3d4..14bdf1da17 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7047,12 +7047,6 @@ "messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes" }, - "icu:WhatsNew__v6.42--0": { - "messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it." - }, - "icu:WhatsNew__v6.42--1": { - "messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release." - }, "icu:WhatsNew__v6.43--0": { "messageformat": "Turn a missed call into something that won't be missed. Now you can right-click on any call event and delete it from a chat." }, @@ -7064,5 +7058,14 @@ }, "icu:WhatsNew__v6.43--3": { "messageformat": "We would also like to thank {linkToGithub1}, {linkToGithub2}, and {linkToGithub3} for their contributions to this release." + }, + "icu:WhatsNew__v6.44--0": { + "messageformat": "If resolving a few small bugs counts as a New Year’s resolution, then 2024 is off to a fantastic start." + }, + "icu:WhatsNew__v6.44--1": { + "messageformat": "Region-neutral font fallback logic improves how CJK characters are displayed across different locales." + }, + "icu:WhatsNew__v6.44--2": { + "messageformat": "Thanks to {linkToGithub1}, {linkToGithub2}, {linkToGithub3}, {linkToGithub4}, and {linkToGithub5} for their contributions to this release!" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index cd0791813d..2e1582283a 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,46 +42,35 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , + , + , - @MahdiNazemi - - ), - }} - />, - - @Shrinks99 - - ), - }} - />, - - @NetSysFire + + @0o001 ), linkToGithub2: ( - - @timjamello + + @hackerbirds ), linkToGithub3: ( - - @u32i64 + + @rschiang + + ), + linkToGithub4: ( + + @vijithassar + + ), + linkToGithub5: ( + + @yaslama ), }}