This commit is contained in:
Alexander Zinchuk 2022-09-16 19:31:30 +02:00
parent 3f33de2689
commit 1d2761dc70
4 changed files with 47 additions and 23 deletions

View File

@ -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) ## 1.51.0 (2022-08-31)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.51.0", "version": "1.52.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.51.0", "version": "1.52.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@cryptography/aes": "^0.1.1", "@cryptography/aes": "^0.1.1",

View File

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

View File

@ -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** 👏 **Harder**
Custom Animated Emoji: Messages with custom emoji are now viewable. Added support for username.t.me links.
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. Update Telegram button now automatically appears when an update is available.
Privacy Settings for Voice Messages: Control who can send you voice and video messages with Telegram Premium. Games can now request a share window.
[🚀](customEmoji:5445284980978621387) **Faster** 🤩 **Better**
• Increased download speed. • Square images for web page previews are now properly displayed.
• Optimized Premium modal. • Auth screen transitions are now smoother.
• Changelog notifications are only delivered every 3 days.
[💪](customEmoji:5471883477219549006) **Stronger** 🚀 **Faster**
• Fixed No File error when downloading media. • Interface performance was heavily optimized.
• Fixed issues with hiding video controls. • Initial app bundle is now even more lightweight.
• Various RTL layout fixes.
• Fixed scrolling with mouse wheel inside horizontal containers. 💪 **Stronger**
• Fixed jumping text cursor on Windows. • Fixed several issues causing missing chats.
• Fixed display problems with the Next button in payments. • Fixed frozen UI on Android after selecting Nice and Fast animation setting.
• Fixed voting in polls on mobile devices triggering a quick reaction. • Fixed Play button overlapping with Slide Left button in Media Viewer.
• Fixed page reload when rotating device during a call. • Fixed quick reaction button not showing in some cases.
• Fixed hanging calls after signing out. • Fixed names and profile pictures for deleted accounts.
• Fixed copying message content and removed the Report option in scheduled messages. • Numerous other layout fixes.
• Small fixes and improvements for bots running web apps.