Add release notes for v5.27.0-beta.1 release
This commit is contained in:
parent
71ca3c0764
commit
4e947211b2
2 changed files with 19 additions and 13 deletions
|
@ -6664,18 +6664,6 @@
|
|||
"message": "What's New",
|
||||
"description": "Title for the whats new modal"
|
||||
},
|
||||
"WhatsNew__v5.24--1": {
|
||||
"message": "You can now search in archived conversations. Imagine yourself searching (quickly) through ancient tomes, looking for the next clue.",
|
||||
"description": "Release notes for v5.24"
|
||||
},
|
||||
"WhatsNew__v5.24--2": {
|
||||
"message": "If you've ever scrolled up and sent a message, you might wonder where your message was! Now, whenever you send a message, it'll be scrolled into view for you to admire your hard work.",
|
||||
"description": "Release notes for v5.24"
|
||||
},
|
||||
"WhatsNew__v5.24--3": {
|
||||
"message": "Reacting to a message? It should now be more reliable, retrying for up to 24 hours",
|
||||
"description": "Release notes for v5.24"
|
||||
},
|
||||
"WhatsNew__v5.25--1": {
|
||||
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
|
||||
"description": "Release notes for v5.25"
|
||||
|
@ -6691,5 +6679,23 @@
|
|||
"WhatsNew__v5.26--2": {
|
||||
"message": "Ever feel like you need more pixels on the right pane in your life? Are you a fan of avatars, but only avatars and nothing else? Do you have a \"Save the screen real estate\" bumper sticker on your car? If you answered yes or no to any of those questions, then this update has got some collapsible left pane for you.",
|
||||
"description": "Release notes for v5.26"
|
||||
},
|
||||
"WhatsNew__macos-m1": {
|
||||
"message": "Signal Desktop now natively supports Apple's M1 chip which is used in their newer computers. If you're on one of those new-fangled devices, the app should be much snappier. If you're not, give a warm welcome to the users that are. Huge thanks to $dennis$ for his hard work here!",
|
||||
"description": "Release note for the macOS M1 release",
|
||||
"placeholders": {
|
||||
"dennis": {
|
||||
"content": "$1",
|
||||
"example": "<a>Dennis Ameling</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"WhatsNew__v5.27--1": {
|
||||
"message": "On a long call? Your system should stay awake the whole time, instead of falling asleep while you're in the middle of an important discussion.",
|
||||
"description": "Release notes for v5.27"
|
||||
},
|
||||
"WhatsNew__v5.27--2": {
|
||||
"message": "There are also a number of small tweaks and bug fixes to keep Signal running smoothly, including several calling-related improvements.",
|
||||
"description": "Release notes for v5.27"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ const releaseNotes: ReleaseNotesType = {
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [1, 2].map(n => ({
|
||||
key: `WhatsNew__v5.26--${n}`,
|
||||
key: `WhatsNew__v5.27--${n}`,
|
||||
components: undefined,
|
||||
})),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue