This commit is contained in:
Alexander Zinchuk 2022-03-11 19:39:02 +01:00
parent e3bc23bd57
commit cd26892ca7
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.36.0", "version": "1.37.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.36.0", "version": "1.37.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.36.0", "version": "1.37.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,16 +1,14 @@
**Telegram Web Z was updated to version 1.36** **Telegram Web Z was updated to version 1.37**
👏 **Harder** 👏 **Harder**
Add Contact and Block User buttons appear in the chat header of new chats. • Access detailed interactive statistics for channels you manage.
• Send media without sound or schedule it for later. Right-click the Send button on desktop, or press and hold on mobile. • Accessibility: screen readers properly detect the attachment menu.
• Added support for viewing shared geo, live locations and venues.
• Chat owners can leave their own groups without deleting them.
• Choose from more categories when reporting specific messages.
🤩 **Better** 🤩 **Better**
• Enhanced colors for dark mode with higher contrast.
• Even more UX improvements. • Even more UX improvements.
💪 **Stronger** 💪 **Stronger**
• Fixed flickering menu for bot commands. • Fixed issues when creating polls in channels.
Copying message text on mobile devices now works as expected. Drafts no longer overwrite original text when editing messages.
Fixed frozen UI when moving between chats and comments. Reacting to your own message no longer sends a notification.