This commit is contained in:
Alexander Zinchuk 2021-11-19 21:04:49 +03:00
parent a81fc70c3f
commit 7909149817
3 changed files with 16 additions and 12 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.21.0", "version": "1.22.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.21.0", "version": "1.22.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,18 +1,22 @@
**Telegram Web Z was updated to version alpha 1.21** **Telegram Web Z was updated to version alpha 1.22**
👏 **Harder** 👏 **Harder**
· Specify auto-download settings for media by chat type in Settings > Data & Storage. · Messages you forward can now be sent as Scheduled Messages.
· The Choosing a Sticker user status now appears in chats and the chat list. · Groups you have in common with another user are now listed on their Profile.
· Added text and image previews for the WebZ URL.
🤩 **Better** 🤩 **Better**
· Various UI fixes. · Notifications are no longer shown when the app is in the foreground.
· Various UI improvements.
🚀 **Faster** 🚀 **Faster**
· Optimized animations for voice message playback. · Fixed some minor memory leaks.
· Faster rendering of chats and messages with optimized time formatting.
💪 **Stronger** 💪 **Stronger**
· Fixed scrolling jumps in message list. · Fixed opening unread comments on posts.
· Fixed leaving/deleting groups and channels. · Fixed notifications opening the browser instead of the installed app.
· Fixed marking service notifications as read. · Fixed missing Sticker Search section.
· Fixed time display issues for both 12 and 24-hour formats. · Fixed flickering when sending a message to an empty channel.
· Fixed ESG panel sometimes being stuck.
· Fixed app freezes when formatting text.
· Fixed issues when creating a group.