Skip to content

Commit

Permalink
Release notes for 7.27
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Sep 26, 2024
1 parent 2585f2e commit e90e611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7556,24 +7556,12 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__v7.23--0": {
"messageformat": "Chats now open faster than ever thanks to another round of performance improvements, so you can click on your cliques and see what they're saying real quick.",
"description": "(Deleted 2024/09/04) Release notes for version 7.23"
},
"icu:WhatsNew__v7.23--1": {
"messageformat": "We also fixed a handful of bugs, including one that sometimes caused \"Unknown contact started a video call\" to appear in the chat list summary after you started the call. Even if you're still on a journey of self-discovery, you are never completely unknown to yourself.",
"description": "(Deleted 2024/09/04) Release notes for version 7.23"
},
"icu:WhatsNew__v7.24--0": {
"messageformat": "This update fixes a bug where viewing a missed call on one device wouldn't automatically clear the indicator for that missed call on your other devices, which was a missed opportunity for your missed call list to better coexist.",
"description": "(Deleted 2024/09/12) Release notes for version 7.24"
},
"icu:WhatsNew__v7.25--0": {
"messageformat": "Take a trip down memory lane with the new and improved \"All Media\" view. Now when you click on a chat header and select \"See all\" in the shared media section, older photos and videos will automatically appear as you scroll instead of being limited to the most recent entries.",
"description": "(Deleted 2024/09/19) Release notes for version 7.25"
},
"icu:WhatsNew__v7.26--0": {
"messageformat": "Sometimes leaving something behind is the best way to discover that you want to find it again, so we fixed a bug that made it difficult to search for groups that you're no longer a part of anymore but that still remain in your conversation list (and quite possibly in your heart).",
"description": "Release notes for version 7.26"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\"",
"description": "Release notes for version 7.27"
}
}
2 changes: 1 addition & 1 deletion ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.26--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.27--0" />],
};

if (releaseNotes.features.length === 1 && !releaseNotes.header) {
Expand Down

0 comments on commit e90e611

Please sign in to comment.