Skip to content

Commit

Permalink
Release notes for 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed May 1, 2024
1 parent 81d6358 commit f949131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7138,5 +7138,9 @@
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes",
"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"
}
}
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: [<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) {
Expand Down

0 comments on commit f949131

Please sign in to comment.