This commit is contained in:
Alexander Zinchuk 2022-10-17 17:51:32 +02:00
parent 27c7ac6503
commit a137fbfa3c
4 changed files with 32 additions and 21 deletions

View File

@ -1,3 +1,21 @@
## 1.54.0 (2022-10-17)
### 👏 **Harder**
* Enjoy viewing Emoji Statuses. Setting your own status will be possible in the following update.
### 🤩 **Better**
* Better accent colors in Message List.
* When composing a message on Android, you can now open the system context menu with a second tap.
### 🚀 **Faster**
* Various optimizations for video animations.
### 💪 **Stronger**
* Various fixes in New Poll dialog.
* Fixed mouse wheel scroll in Emoji Tooltip.
* Fixed bot description layout.
* Fixed deleting folders from Settings.
## 1.53.0 (2022-10-10) ## 1.53.0 (2022-10-10)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

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

View File

@ -1,24 +1,17 @@
**Telegram Web Z was updated to version 1.53** **Telegram Web Z was updated to version 1.54**
[👏](customEmoji:5471921242866981303) **Harder** [👏](customEmoji:5471921242866981303) **Harder**
• Introduced Picture-in-Picture mode in Media Viewer. • Enjoy viewing Emoji Statuses. Setting your own status will be possible in the following update.
• Added new reactions: 🍓 🍾 💋 🖕 😈
[🤩](customEmoji:5373026167722876724) **Better** [🤩](customEmoji:5373026167722876724) **Better**
• Forwarding to Saved Messages is easier now. • Better accent colors in Message List.
• Better support for web bot actions. • When composing a message on Android, you can now open the system context menu with a second tap.
• Supported highlighting for Scheme lang.
[🚀](customEmoji:5445284980978621387) **Faster**
• Various optimizations for video animations.
[💪](customEmoji:5471883477219549006) **Stronger** [💪](customEmoji:5471883477219549006) **Stronger**
• Fixed plural forms in various languages. • Various fixes in New Poll dialog.
• Fixed missing updates when waking up from sleep mode. • Fixed mouse wheel scroll in Emoji Tooltip.
• Fixed deleting chat history. • Fixed bot description layout.
• Fixed terminating session after signing out. • Fixed deleting folders from Settings.
• 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.