This commit is contained in:
Alexander Zinchuk 2022-10-10 15:58:23 +02:00
parent 3d5da90102
commit 919d0d3db9
4 changed files with 49 additions and 23 deletions

View File

@ -1,3 +1,28 @@
## 1.53.0 (2022-10-10)
### 👏 **Harder**
* Introduced Picture-in-Picture mode in Media Viewer.
* Added new reactions: 🍓 🍾 💋 🖕 😈
### 🤩 **Better**
* Forwarding to Saved Messages is easier now.
* Better support for web bot actions.
* Supported highlighting for Scheme lang.
### 💪 **Stronger**
* Fixed plural forms in various languages.
* Fixed missing updates when waking up from sleep mode.
* Fixed deleting chat history.
* Fixed terminating session after signing out.
* Fixed system back button in Media Viewer.
* Fixed playing sound for silent messages.
* Fixed PWA mode on Android.
* Fixed opening links to new bots.
* Fixed sharing inline bots.
* Fixed scrolling down when new message is sent from other client.
* Fixed error when opening chat with read-only restrictions.
* Various layout fixes.
## 1.52.0 (2022-09-16) ## 1.52.0 (2022-09-16)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.52.0", "version": "1.53.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.52.0", "version": "1.53.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.52.0", "version": "1.53.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,23 +1,24 @@
**Telegram Web Z was updated to version 1.52** **Telegram Web Z was updated to version 1.53**
👏 **Harder** [👏](customEmoji:5471921242866981303) **Harder**
• Added support for username.t.me links. • Introduced Picture-in-Picture mode in Media Viewer.
Update Telegram button now automatically appears when an update is available. • Added new reactions: 🍓 🍾 💋 🖕 😈
• Games can now request a share window.
🤩 **Better** [🤩](customEmoji:5373026167722876724) **Better**
Square images for web page previews are now properly displayed. Forwarding to Saved Messages is easier now.
Auth screen transitions are now smoother. Better support for web bot actions.
Changelog notifications are only delivered every 3 days. Supported highlighting for Scheme lang.
🚀 **Faster** [💪](customEmoji:5471883477219549006) **Stronger**
• Interface performance was heavily optimized. • Fixed plural forms in various languages.
• Initial app bundle is now even more lightweight. • Fixed missing updates when waking up from sleep mode.
• Fixed deleting chat history.
💪 **Stronger** • Fixed terminating session after signing out.
• Fixed several issues causing missing chats. • Fixed system back button in Media Viewer.
• Fixed frozen UI on Android after selecting Nice and Fast animation setting. • Fixed playing sound for silent messages.
• Fixed Play button overlapping with Slide Left button in Media Viewer. • Fixed PWA mode on Android.
• Fixed quick reaction button not showing in some cases. • Fixed opening links to new bots.
• Fixed names and profile pictures for deleted accounts. • Fixed sharing inline bots.
• Numerous other layout fixes. • Fixed scrolling down when new message is sent from other client.
• Fixed error when opening chat with read-only restrictions.
• Various layout fixes.