This commit is contained in:
Alexander Zinchuk 2021-12-31 18:35:20 +01:00
parent c4a374aad3
commit a3394a5ff6
3 changed files with 20 additions and 23 deletions

2
package-lock.json generated
View File

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

View File

@ -1,29 +1,26 @@
**Telegram Web Z was updated to version 1.26** **Telegram Web Z was updated to version 1.27**
🎄 **Happy New Year 2022!** 🎄
👏 **Harder** 👏 **Harder**
• Added bot `start` parameter for t.me links. • Protected Content in Groups and Channels:
• Changed display of service notifications for errors. Content creators can restrict the ability to forward messages from their groups and channels.
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**
• Fixed scroll jumps in message history. • Detailed info is now shown when moving cursor over message timestamp.
• Improved font for Arabic and Persian languages.
• Various fixes for RTL languages.
• Rotating your device will no longer refresh the page during video chats.
• Various UI improvements.
🚀 **Faster** 🚀 **Faster**
Optimized rendering for context menus. • Some optimizations for heavy calculations.
Optimized search in large lists. • The UI is even more responsive now.
💪 **Stronger** 💪 **Stronger**
• Fixed echo cancellation in calls. • Fixed updating edited media.
• Fixed focusing from forwarded channel posts. • Fixed switching folders with the same name.
• Fixed keyboard navigation, missing contacts, and auto-focus when forwarding. • Fix frozen scroll and missing UI elements when animations are turned off.
• Fixed markdown parsing inside code and links. • Fixed completely turning off animations.
• Fixed missing UI elements when going back in history stack.
• Fixed flickering profile photos in Safari.
• Fixed t.me message links to private chats.
• Fixed duplicated folders.
• Fixed missing media due to outdated auth key.
• Fixed loading default language pack on auth screen.
• Fixed missing profile pictures in comments.