This commit is contained in:
Alexander Zinchuk 2022-01-07 19:11:34 +01:00
parent f717443808
commit 2cfe623047
3 changed files with 16 additions and 22 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.27.0", "version": "1.28.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.27.0", "version": "1.28.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,26 +1,20 @@
**Telegram Web Z was updated to version 1.27** **Telegram Web Z was updated to version 1.28**
🎄 **Happy New Year 2022!** 🎄
👏 **Harder** 👏 **Harder**
• Protected Content in Groups and Channels: • Support for join requests in groups and channels.
Content creators can restrict the ability to forward messages from their groups and channels. • Support for more service messages.
When forwarding is restricted, users will also be unable to directly save media from the chat or take screenshots.
Toggle this option on or off via Chat Info > Group / Channel Type.
• Anonymous Posting in Public Groups
Comment as one of your channels in public groups and channel comments.
Tap the profile picture next to the message bar to choose which channel you will appear as when you send the message.
• Your peers will now be notified when you are typing a message or selecting a sticker.
🤩 **Better** 🤩 **Better**
• Detailed info is now shown when moving cursor over message timestamp. • Easier to select and adjust left column width.
• Redundant single quotes removed in Spanish and French translations.
🚀 **Faster** • Support for hotkeys on non-qwerty keyboards.
• Some optimizations for heavy calculations. • Use Ctrl+Shift+F or Ctrl+F (in PWA mode) to open global or local search.
• The UI is even more responsive now. • Chat: "Add to folder..." only appears for users with folders.
• Support for `start` parameter in `tg://resolve` links.
💪 **Stronger** 💪 **Stronger**
• Fixed updating edited media. • Fixed focusing on messages in a chat that was previously open.
• Fixed switching folders with the same name. • Fixed missing stickers in sticker suggestions.
• Fix frozen scroll and missing UI elements when animations are turned off. • Fixed opening chats from user mentions.
• Fixed completely turning off animations. • Fixed various glitches when appearing as a channel in public groups.
• Removed redundant download and forward options in chats with protected content.