Release notes for 6.42.x
This commit is contained in:
parent
4e1de7da1e
commit
34b1fa0e02
2 changed files with 20 additions and 5 deletions
|
@ -7030,5 +7030,11 @@
|
||||||
},
|
},
|
||||||
"icu:WhatsNew__v6.41--1": {
|
"icu:WhatsNew__v6.41--1": {
|
||||||
"messageformat": "Now you can click on a profile photo or group avatar in the chat header to quickly access chat settings or view any unseen stories from that chat. Thanks, {linkToGithub}!"
|
"messageformat": "Now you can click on a profile photo or group avatar in the chat header to quickly access chat settings or view any unseen stories from that chat. Thanks, {linkToGithub}!"
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.42--0": {
|
||||||
|
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||||
|
},
|
||||||
|
"icu:WhatsNew__v6.42--1": {
|
||||||
|
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,18 +30,27 @@ export function WhatsNewModal({
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [
|
features: [
|
||||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.41--0" />,
|
<Intl i18n={i18n} id="icu:WhatsNew__v6.42--0" />,
|
||||||
<Intl
|
<Intl
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
id="icu:WhatsNew__v6.41--1"
|
id="icu:WhatsNew__v6.42--1"
|
||||||
components={{
|
components={{
|
||||||
linkToGithub: (
|
linkToGithub1: (
|
||||||
<a
|
<a
|
||||||
href="https://github.com/bhaskarraksahb"
|
href="https://github.com/qauff"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
@bhaskarraksahb
|
@qauff
|
||||||
|
</a>
|
||||||
|
),
|
||||||
|
linkToGithub2: (
|
||||||
|
<a
|
||||||
|
href="https://github.com/wyvurn-h4x3r"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
@wyvurn-h4x3r
|
||||||
</a>
|
</a>
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue