From 1d2761dc7087f2215684ff880308eb75f467891f Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 16 Sep 2022 19:31:30 +0200 Subject: [PATCH] 1.52.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 40 ++++++++++++++++++------------------- 4 files changed, 47 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa28eed..72fa7d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 1.52.0 (2022-09-16) + +### 👏 **Harder** +* Added support for username.t.me links. +* ‘Update Telegram’ button now automatically appears when an update is available. +* Games can now request a share window. + +### 🤩 **Better** +* Square images for web page previews are now properly displayed. +* Auth screen transitions are now smoother. +* Changelog notifications are only delivered every 3 days. + +### 🚀 **Faster** +* Interface performance was heavily optimized. +* Initial app bundle is now even more lightweight. + +### 💪 **Stronger** +* Fixed several issues causing missing chats. +* Fixed frozen UI on Android after selecting ‘Nice and Fast’ animation setting. +* Fixed Play button overlapping with Slide Left button in Media Viewer. +* Fixed quick reaction button not showing in some cases. +* Fixed names and profile pictures for deleted accounts. +* Numerous other layout fixes. + ## 1.51.0 (2022-08-31) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index 8aad6e40..0c558de9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.51.0", + "version": "1.52.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.51.0", + "version": "1.52.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 4c3fe34d..0bb820f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.51.0", + "version": "1.52.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 56ea82b9..96c94c0d 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,23 +1,23 @@ -**Telegram Web Z was updated to version 1.51** +**Telegram Web Z was updated to version 1.52** -[👏](customEmoji:5471921242866981303) **Harder** -• Custom Animated Emoji: Messages with custom emoji are now viewable. -• Gifting Telegram Premium: Premium users can send friends, family, and coworkers a prepaid subscription from their profile for 3, 6, or 12 months – at a discount. -• Privacy Settings for Voice Messages: Control who can send you voice and video messages with Telegram Premium. +👏 **Harder** +• Added support for username.t.me links. +• ‘Update Telegram’ button now automatically appears when an update is available. +• Games can now request a share window. -[🚀](customEmoji:5445284980978621387) **Faster** -• Increased download speed. -• Optimized Premium modal. +🤩 **Better** +• Square images for web page previews are now properly displayed. +• Auth screen transitions are now smoother. +• Changelog notifications are only delivered every 3 days. -[💪](customEmoji:5471883477219549006) **Stronger** -• Fixed ‘No File’ error when downloading media. -• Fixed issues with hiding video controls. -• Various RTL layout fixes. -• Fixed scrolling with mouse wheel inside horizontal containers. -• Fixed jumping text cursor on Windows. -• Fixed display problems with the ‘Next’ button in payments. -• Fixed voting in polls on mobile devices triggering a quick reaction. -• Fixed page reload when rotating device during a call. -• Fixed hanging calls after signing out. -• Fixed copying message content and removed the ‘Report’ option in scheduled messages. -• Small fixes and improvements for bots running web apps. +🚀 **Faster** +• Interface performance was heavily optimized. +• Initial app bundle is now even more lightweight. + +💪 **Stronger** +• Fixed several issues causing missing chats. +• Fixed frozen UI on Android after selecting ‘Nice and Fast’ animation setting. +• Fixed Play button overlapping with Slide Left button in Media Viewer. +• Fixed quick reaction button not showing in some cases. +• Fixed names and profile pictures for deleted accounts. +• Numerous other layout fixes.