Release notes for 6.24
This commit is contained in:
parent
5924f2eb49
commit
08db8b2aa5
2 changed files with 4 additions and 34 deletions
|
@ -6486,24 +6486,11 @@
|
|||
"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.21--0": {
|
||||
"messageformat": "Get a better look at yourself while a 1-on-1 call is ringing. Individual video calls now use the same full-screen view that previously only appeared at the beginning of a new group call. When it comes to being consistent, we try to be persistent (not resistant) and now the discrepancy is nonexistent because these things are no longer different.",
|
||||
"description": "Release notes for v6.21"
|
||||
},
|
||||
"icu:WhatsNew__v6.21--1": {
|
||||
"messageformat": "We'd also like to express our appreciation to {complexspaces} for their help and feedback while working on this release.",
|
||||
"description": "Release notes for v6.21"
|
||||
},
|
||||
"icu:WhatsNew__v6.22--0": {
|
||||
"messageformat": "Format text in your messages by selecting any text in the message composition field. Make a bold statement that's actually bold, send M. Night Shyamalan a twist ending with a spoiler effect, emphasize a name by writing \"Alex\" in italics, put a line through a rejected dinner idea with strikethrough, or share code in monospace.",
|
||||
"description": "Release notes for v6.22"
|
||||
},
|
||||
"icu:WhatsNew__v6.22--1": {
|
||||
"messageformat": "We added support for the latest emoji characters, so now you can express your excitement with \"Shaking Face\" (<emojify>🫨</emojify>) or react with a \"Pea Pod\" (<emojify>🫛</emojify>) when someone asks you how close you are to your friends.",
|
||||
"description": "Release notes for v6.22"
|
||||
},
|
||||
"icu:WhatsNew__v6.23--1": {
|
||||
"messageformat": "In addition to a small assortment of bug fixes, this release also incorporates developer documentation updates (thanks, {d108}!) and some design improvements to the message forwarding interface (thanks, {hackerbirds}!).",
|
||||
"description": "Release notes for v6.23"
|
||||
},
|
||||
"icu:WhatsNew__v6.24--0": {
|
||||
"messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -29,24 +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.23--1"
|
||||
components={{
|
||||
d108: (
|
||||
<a href="https://www.github.com/d108" rel="noreferrer">
|
||||
@d108
|
||||
</a>
|
||||
),
|
||||
hackerbirds: (
|
||||
<a href="https://www.github.com/hackerbirds" rel="noreferrer">
|
||||
@hackerbirds
|
||||
</a>
|
||||
),
|
||||
}}
|
||||
/>,
|
||||
],
|
||||
features: [<Intl i18n={i18n} id="icu:WhatsNew__v6.24--0" />],
|
||||
};
|
||||
|
||||
if (releaseNotes.features.length === 1) {
|
||||
|
|
Loading…
Reference in a new issue