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)
### 👏 **Harder**

4
package-lock.json generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "1.51.0",
"version": "1.52.0",
"description": "",
"main": "index.js",
"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**
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.