mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add release notes for 5.29
This commit is contained in:
@@ -6778,5 +6778,9 @@
|
||||
"WhatsNew__v5.28--1": {
|
||||
"message": "New year, new initial setup screen. We've redesigned the initial setup screens just in time for 2022.",
|
||||
"description": "Release notes for v5.28"
|
||||
},
|
||||
"WhatsNew__v5.29--1": {
|
||||
"message": "Now, with fewer frantic searches for the loud typist or heavy chewer! In the call lobby, Desktop will now automatically disable audio if there are eight or more people in the call.",
|
||||
"description": "Release notes for v5.28"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [{ key: 'WhatsNew__v5.28--1', components: undefined }],
|
||||
features: [{ key: 'WhatsNew__v5.29--1', components: undefined }],
|
||||
};
|
||||
|
||||
export const WhatsNewModal = ({
|
||||
|
||||
Reference in New Issue
Block a user