v5.34.0-beta.1
This commit is contained in:
parent
bae295a0f6
commit
d637985796
3 changed files with 6 additions and 2 deletions
|
@ -6814,5 +6814,9 @@
|
||||||
"WhatsNew__v5.32--2": {
|
"WhatsNew__v5.32--2": {
|
||||||
"message": "The list of supported languages has expanded. We sincerely appreciate the volunteer translators whose efforts made this possible.",
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Private messaging from your desktop",
|
"description": "Private messaging from your desktop",
|
||||||
"desktopName": "signal.desktop",
|
"desktopName": "signal.desktop",
|
||||||
"repository": "https://github.com/signalapp/Signal-Desktop.git",
|
"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",
|
"license": "AGPL-3.0-only",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Open Whisper Systems",
|
"name": "Open Whisper Systems",
|
||||||
|
|
|
@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => (
|
||||||
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: [{ key: 'WhatsNew__bugfixes', components: undefined }],
|
features: [{ key: 'WhatsNew__v5.34--1', components: undefined }],
|
||||||
};
|
};
|
||||||
|
|
||||||
export const WhatsNewModal = ({
|
export const WhatsNewModal = ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue