This commit is contained in:
Alexander Zinchuk 2022-02-20 13:48:01 +02:00
parent 74d348b00a
commit 0eb90254ad
3 changed files with 10 additions and 12 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.33.0", "version": "1.34.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.33.0", "version": "1.34.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.33.0", "version": "1.34.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,13 +1,11 @@
**Telegram Web Z was updated to version v1.33** **Telegram Web Z was updated to version 1.34**
🤩 **Better** 🤩 **Better**
• The chat list loads even faster. • Reactions to your messages are now shown in notifications.
• More layout improvements. • Multiple improvements for Media Viewer.
• Better keyboard support in modal dialogs.
• Various layout improvements.
💪 **Stronger** 💪 **Stronger**
• Irrelevant You must be an admin popups no longer appear. • Video messages always play now.
• The New Chat button works properly on Android devices. • Fixed playing multiple emoji interactions.
• Files sent in Firefox no longer duplicate.
• Fixed media streaming after clearing browser cache.
• Fixed glitches when reacting to media albums and local messages.
• Webpage video preview in Safari now renders properly.