Release notes for 8.18

This commit is contained in:
ayumi-signal
2026-07-01 10:53:57 -07:00
parent af8e7a39a5
commit b81171efd3
2 changed files with 5 additions and 12 deletions
+4 -8
View File
@@ -10993,14 +10993,6 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__8.15--0": {
"messageformat": "\"This extra E is vexing me,\" said the cries and pleas of the people displeased that their favorite file extension was four letters instead of three. We're happy to appease (the change was a breeze) and now you will see that the default filename when saving a JPEG will end as it should in dot jpg.",
"description": "(Deleted 2026/06/17) Release notes for 8.15"
},
"icu:WhatsNew__8.15--1": {
"messageformat": "If you want to embrace your inner goth, we also added support for the dark icon style in macOS.",
"description": "(Deleted 2026/06/17) Release notes for 8.15"
},
"icu:WhatsNew__8.16--0": {
"messageformat": "We fixed a bug in the sticker creator that displayed the interface in the wrong language. Even though stickers are pictures (and therefore worth a thousand words) it's still important to get the words right too.",
"description": "(Deleted 2026/06/24) Release notes for 8.16"
@@ -11012,5 +11004,9 @@
"icu:WhatsNew__8.17--1": {
"messageformat": "We also increased the maximum number of pinned chats from 4 to 10, so you can show 6 more people how much you love what they have to say.",
"description": "Release notes for 8.17"
},
"icu:WhatsNew__8.18--0": {
"messageformat": "Polls can now be created in individual chats too. Present a curated list of choices to your indecisive friend, or recapture the magic of passing a note to your crush by creating a “Do you like me? Y/N/Maybe” poll.",
"description": "Release notes for 8.18"
}
}
+1 -4
View File
@@ -28,10 +28,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [
<I18n i18n={i18n} id="icu:WhatsNew__8.17--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__8.17--1" />,
],
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.18--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {