Release notes for 7.8
This commit is contained in:
parent
81d6358339
commit
f9491312c0
2 changed files with 5 additions and 1 deletions
|
@ -7138,5 +7138,9 @@
|
||||||
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
||||||
"description": "Release notes for releases that only include bug fixes",
|
"description": "Release notes for releases that only include bug fixes",
|
||||||
"ignoreUnused": true
|
"ignoreUnused": true
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v7.8--0": {
|
||||||
|
"messageformat": "Now you can react with any emoji during a Signal call. Smile even if your camera is off, share a heart if you love what you're hearing, or vote for sushi instead of pizza without saying a word. And you'll even see an animation of everyone's emojional outburst if enough people in the call react with the same emoji all at once.",
|
||||||
|
"description": "Release notes for version 7.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ export function WhatsNewModal({
|
||||||
const releaseNotes: ReleaseNotesType = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__bugfixes--3" />],
|
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.8--0" />],
|
||||||
};
|
};
|
||||||
|
|
||||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||||
|
|
Loading…
Reference in a new issue