From 919d0d3db99fc2e0fce2f1980070e834832d70bc Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 10 Oct 2022 15:58:23 +0200 Subject: [PATCH] 1.53.0 --- CHANGELOG.md | 25 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 41 +++++++++++++++++++------------------ 4 files changed, 49 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72fa7d3f2..b21da0fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### πŸ‘ **Harder** diff --git a/package-lock.json b/package-lock.json index 0c558de90..640c8ed8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.52.0", + "version": "1.53.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.52.0", + "version": "1.53.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 74028f81c..70444ed26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.52.0", + "version": "1.53.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 96c94c0d5..bd40b3646 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,23 +1,24 @@ -**Telegram Web Z was updated to version 1.52** +**Telegram Web Z was updated to version 1.53** -πŸ‘ **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:5471921242866981303) **Harder** +β€’ Introduced Picture-in-Picture mode in Media Viewer. +β€’ Added new reactions: πŸ“ 🍾 πŸ’‹ πŸ–• 😈 -🀩 **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:5373026167722876724) **Better** +β€’ Forwarding to Saved Messages is easier now. +β€’ Better support for web bot actions. +β€’ Supported highlighting for Scheme lang. -πŸš€ **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. +[πŸ’ͺ](customEmoji:5471883477219549006) **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.