This commit is contained in:
Alexander Zinchuk 2021-12-04 13:44:55 +01:00
parent fadfd6fb74
commit f2d4f899f5
3 changed files with 9 additions and 14 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.23.0", "version": "1.24.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.23.0", "version": "1.24.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,20 +1,15 @@
**Telegram Web Z was updated to version alpha 1.23** **Telegram Web Z was updated to version alpha 1.24**
👏 **Harder** 👏 **Harder**
· An early version of **Video Chats** is available in all groups. • Starting a one-on-one call with another user creates a private channel to host the call.
• Development is ongoing for direct one-on-one calls.
🤩 **Better** 🤩 **Better**
· Various UI improvements. Various UI improvements.
🚀 **Faster** 🚀 **Faster**
· Optimized the rendering engine. • UI speed and animations were significantly improved by optimizing heavy calculations.
. Optimized rendering the chat list.
· Fixed memory leaks in large audio playlists.
💪 **Stronger** 💪 **Stronger**
· Fixed videos pausing during playback. · Fixed missing red dot on unread favicon.
· Fixed missing sounds when notifications are disabled. · Fixed redundant scrolling in small message lists.
· Fixed page refresh when listening to voice messages.
· Fixed incorrect track order in audio playlists.
· Fixed opening links without `https://` formatting.
· Fixed scroll jumps in new chats.