v5.63.0-beta.1

This commit is contained in:
Alvaro Carrasco 2022-10-05 19:44:30 -06:00
parent 0dfadaf732
commit 6700d2f196
3 changed files with 10 additions and 6 deletions

View File

@ -5902,5 +5902,13 @@
"WhatsNew__v5.62--1": {
"message": "Easily add a friend to a group from their contact details screen to keep the conversation exciting.",
"description": "Release notes for v5.62"
},
"WhatsNew__v5.63--0": {
"message": "Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you.",
"description": "Release notes for v5.63"
},
"WhatsNew__v5.63--beta.2": {
"message": "Start using and testing our new stories feature. You can use the feature with other beta testers and let us know how it's working.",
"description": "Release notes for v5.63"
}
}

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.62.0-beta.1",
"version": "5.63.0-beta.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",

View File

@ -31,11 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'WhatsNew__v5.62--0',
components: undefined,
},
{
key: 'WhatsNew__v5.62--1',
key: 'WhatsNew__v5.63--0',
components: undefined,
},
],