mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Release notes for 8.3
This commit is contained in:
@@ -10683,8 +10683,7 @@
|
||||
"description": "Release notes for 8.2 release"
|
||||
},
|
||||
"icu:WhatsNew__8.3--0": {
|
||||
"messageformat": "Now you can optionally add a member label to describe yourself or your role in a group chat. Set your group member label to \"Referee\" or \"Goalie\" in your local rec league soccer chat to help kick things off when new teammates join, then choose a different label with your job title in the company chat. Member labels appear next to your profile name in that group, and group admins can control who can set a label with the \"Edit Group Info\" permission.",
|
||||
"description": "Release notes for 8.3 release",
|
||||
"ignoreUnused": true
|
||||
"messageformat": "Now you can optionally add a member label to describe yourself or your role in a group chat. Set your group member label to \"Referee\" or \"Goalie\" in your local rec league soccer chat to help kick things off when new teammates join, then choose a different label with your job title in the company chat. Member labels appear next to your profile name in that group, and group admins can control whether or not they are enabled for everyone.",
|
||||
"description": "Release notes for 8.3 release"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,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.2--0" />],
|
||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.3--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||
|
||||
Reference in New Issue
Block a user