From f2d4f899f53f87ef99f9018d0ca018257417e1a3 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 4 Dec 2021 13:44:55 +0100 Subject: [PATCH] 1.24.0 --- package-lock.json | 2 +- package.json | 2 +- src/versionNotification.txt | 19 +++++++------------ 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index e96b87fac..919784881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.23.0", + "version": "1.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3d3bfdf7..4004c45c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.23.0", + "version": "1.24.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 3881a0427..aa95b383d 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -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** -ยท 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** -ยท Various UI improvements. +โ€ข Various UI improvements. ๐Ÿš€ **Faster** -ยท Optimized the rendering engine. -. Optimized rendering the chat list. -ยท Fixed memory leaks in large audio playlists. +โ€ข UI speed and animations were significantly improved by optimizing heavy calculations. ๐Ÿ’ช **Stronger** -ยท Fixed videos pausing during playback. -ยท Fixed missing sounds when notifications are disabled. -ยท 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. +ยท Fixed missing red dot on unread favicon. +ยท Fixed redundant scrolling in small message lists.