Release notes for 7.64
This commit is contained in:
parent
0ce827f397
commit
88a546a795
2 changed files with 4 additions and 16 deletions
|
@ -9021,20 +9021,8 @@
|
|||
"description": "Release notes for releases that only include bug fixes",
|
||||
"ignoreUnused": true
|
||||
},
|
||||
"icu:WhatsNew__v7.58--0": {
|
||||
"messageformat": "A new section in the message reaction selector automatically displays all of the emoji reactions that a message has received. Now you can quickly jump on the bandwagon and add a standard sparkling heart just like everyone else already did, or you can follow your own heart and go with the anatomical heart instead.",
|
||||
"description": "(Deleted 2025/06/20) Release notes for version 7.58"
|
||||
},
|
||||
"icu:WhatsNew__v7.59--0": {
|
||||
"messageformat": "This update enables GPU acceleration on Linux for improved performance and smoother video playback on supported hardware.",
|
||||
"description": "(Deleted 2025/06/25) Release notes for version 7.59"
|
||||
},
|
||||
"icu:WhatsNew__v7.61--0": {
|
||||
"messageformat": "This update improves audio quality and reliability during voice and video calls, and introduces better automatic configuration of connected microphones and speakers. Thanks to <padenot></padenot>, <kinetiknz></kinetiknz>, and <Pehrsons></Pehrsons> at Mozilla for their help with this project.",
|
||||
"description": "(Deleted 2025/07/09) Release notes for version 7.61"
|
||||
},
|
||||
"icu:WhatsNew__v7.62--0": {
|
||||
"messageformat": "We fixed a rare bug that could prevent some contacts from synchronizing correctly.",
|
||||
"description": "(Deleted 2025/07/16) Release notes for version 7.62"
|
||||
"icu:WhatsNew__v7.64--0": {
|
||||
"messageformat": "We improved the message read/unread experience while multitasking, and fixed a bug that sometimes incorrectly opened the expanded image viewer if you hit the space bar while searching for the perfect emoji reaction. You can still zoom if you click on the image, or if you type quickly enough.",
|
||||
"description": "Release notes for version 7.64"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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__bugfixes" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.64--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue