diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 39d72a891..013652a71 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6575,13 +6575,13 @@ "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.25--0": { - "messageformat": "Now that the calling and conversation headers are draggable, repositioning your Signal window won't be such a drag." - }, "icu:WhatsNew__v6.26--0": { "messageformat": "Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the \"Ancient Greek Time Travellers\" group chat." }, "icu:WhatsNew__v6.26--1": { "messageformat": "Three cheers for triple-click text selection improvements. Thanks, {linkToGithub}!" + }, + "icu:WhatsNew__v6.27--0": { + "messageformat": "This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, {linkToGithub}!)." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 6dd85aaa8..651e4a9f6 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -30,18 +30,17 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , - @nrayburn-tech + @vijithassar ), }}