This commit is contained in:
Alexander Zinchuk 2022-01-15 13:48:35 +01:00
parent 2bd873bbf3
commit 8fd4896dbd
3 changed files with 12 additions and 16 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.28.0", "version": "1.29.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.28.0", "version": "1.29.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,20 +1,16 @@
**Telegram Web Z was updated to version 1.28** **Telegram Web Z was updated to version 1.29**
👏 **Harder** 👏 **Harder**
• Support for join requests in groups and channels. • Add admins in groups and channels.
• Support for more service messages. • Use inline "Request Contact" button for bots.
• See inline search results in chats with bots that support it.
🤩 **Better** 🤩 **Better**
• Easier to select and adjust left column width. • Dialogs now have a closing animation.
• Redundant single quotes removed in Spanish and French translations. • Messages with spoilers will be hidden in chat until full support is added.
• Support for hotkeys on non-qwerty keyboards. • Various UI fixes.
• Use Ctrl+Shift+F or Ctrl+F (in PWA mode) to open global or local search.
• Chat: "Add to folder..." only appears for users with folders.
• Support for `start` parameter in `tg://resolve` links.
💪 **Stronger** 💪 **Stronger**
• Fixed focusing on messages in a chat that was previously open. • Fixed missing user list when creating groups and channels.
• Fixed missing stickers in sticker suggestions. • Fixed chat history being deleted when deleting a contact.
• Fixed opening chats from user mentions. • Fixed missing text in messages containing specific emoji.
• Fixed various glitches when appearing as a channel in public groups.
• Removed redundant download and forward options in chats with protected content.