From 4f6e361f5c1091f25b0de3647ec9c2a9709f3f28 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Wed, 30 Oct 2024 14:25:53 -0700 Subject: [PATCH] Release notes for 7.32 --- _locales/en/messages.json | 28 ++++++++-------------------- ts/components/WhatsNewModal.tsx | 19 ++----------------- 2 files changed, 10 insertions(+), 37 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0a5220eecfa4..bb7094346240 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7616,28 +7616,16 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.29--0": { - "messageformat": "This update improves startup speed by around 5%, so feel free to slow down a little bit in other areas of your life.", - "description": "(Deleted 2024/10/16) Release notes for version 7.29" - }, - "icu:WhatsNew__v7.30--header": { - "messageformat": "Introducing Call Links: The missing link for calendar invites and impromptu gatherings.", - "description": "(Deleted 2024/10/23) Release notes for version 7.30" - }, - "icu:WhatsNew__v7.30--0": { - "messageformat": "Now you can quickly create an easy link that anyone on Signal can use to join a group call without having to join a Signal group chat first.", - "description": "(Deleted 2024/10/23) Release notes for version 7.30" - }, - "icu:WhatsNew__v7.30--1": { - "messageformat": "Call links are reusable and ideal for recurring phone dates with your best friends or weekly check-ins with your coworkers.", - "description": "(Deleted 2024/10/23) Release notes for version 7.30" - }, - "icu:WhatsNew__v7.30--2": { - "messageformat": "You can manage your call links, control approval settings, and copy links from the calls tab for quick sharing.", - "description": "(Deleted 2024/10/23) Release notes for version 7.30" - }, "icu:WhatsNew__v7.31--0": { "messageformat": "Now you can quickly download every photo in an album when you receive a message with multiple attachments. But if you were a gallery curator with impeccable taste in another life, you can still save them individually too. Thanks, @major-mayer!", "description": "Release notes for version 7.30" + }, + "icu:WhatsNew__v7.32--0": { + "messageformat": "Thanks to some small optimizations, this update slightly reduces the size of the app by approximately 4 megabytes. That's enough room for you to send the equivalent of about 4 books’ worth of text messages (or 2-3 animated GIFs) without taking up any extra space.", + "description": "Release notes for version 7.31" + }, + "icu:WhatsNew__v7.32--1": { + "messageformat": "If Wayland is your compositing window manager (and not just the name of a blacksmith you vaguely remember from Beowulf) you'll be happy to hear that we also fixed a bug with the screen sharing button on Linux.", + "description": "Release notes for version 7.31" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 68b6f7294f3b..2e9a195ab242 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -33,16 +33,6 @@ export function ExternalLink(props: { ); } -function linkMajorMayer( - children: ReadonlyArray -): JSX.Element { - return ( - - {children} - - ); -} - export function WhatsNewModal({ i18n, hideWhatsNewModal, @@ -53,13 +43,8 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , + , + , ], };