Release notes for v6.33
This commit is contained in:
parent
108c313659
commit
0e194975a2
2 changed files with 4 additions and 7 deletions
|
@ -6807,13 +6807,13 @@
|
|||
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.31--0": {
|
||||
"messageformat": "This update fixes a handful of bugs, including one that caused the main Signal window to go blank if you viewed a debug log in full-screen mode on macOS. Seeing a completely Light or completely Dark window is arguably the purest possible expression of the Light Theme and Dark Theme, but we ultimately decided that the app is easier to use when you can see the interface too."
|
||||
},
|
||||
"icu:WhatsNew__v6.32--0": {
|
||||
"messageformat": "If you say \"media editor\" five times fast, it starts to sound like \"mediator\" — but the new media editor is so much easier to use that you'll no longer feel like you need a mediator to settle a fight between you and the crop tool."
|
||||
},
|
||||
"icu:WhatsNew__v6.32--1": {
|
||||
"messageformat": "Sometimes the right reply can really help you get to the bottom of what people are saying, and now Signal will automatically scroll to what you just said whenever you send a message in a chat."
|
||||
},
|
||||
"icu:WhatsNew__v6.33--0": {
|
||||
"messageformat": "Now you can edit a message with a right click after it has been sent! Fix a tpyo, include the missing ingredient in grandma's chocolate chip cookie recipe, or add the punchline to a joke if you hit the send button too quickly. The choice is yours. Messages will always show when they have been edited, and you can click on the \"Edited\" indicator to see the full edit history for any edited messages. Update the past in the present to prevent future confusion today!"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,10 +29,7 @@ export function WhatsNewModal({
|
|||
const releaseNotes: ReleaseNotesType = {
|
||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.32--0" />,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.32--1" />,
|
||||
],
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.33--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1) {
|
||||
|
|
Loading…
Reference in a new issue