v5.34.0-beta.1

This commit is contained in:
Fedor Indutnyy 2022-02-23 18:09:27 -08:00
parent bae295a0f6
commit d637985796
3 changed files with 6 additions and 2 deletions

View File

@ -6814,5 +6814,9 @@
"WhatsNew__v5.32--2": {
"message": "The list of supported languages has expanded. We sincerely appreciate the volunteer translators whose efforts made this possible.",
"description": "Release notes for v5.32"
},
"WhatsNew__v5.34--1": {
"message": "Ever used Signal while on an unstable connection? You can worry no more - disappearing message timer changes and more will now be synced back once your Wi-Fi feels better again.",
"description": "Release notes for v5.34"
}
}

View File

@ -4,7 +4,7 @@
"description": "Private messaging from your desktop",
"desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "5.33.0-beta.1",
"version": "5.34.0-beta.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Open Whisper Systems",

View File

@ -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__bugfixes', components: undefined }],
features: [{ key: 'WhatsNew__v5.34--1', components: undefined }],
};
export const WhatsNewModal = ({