This commit is contained in:
Alexander Zinchuk 2022-01-28 20:59:43 +01:00
parent eb261e9abe
commit 28e0dcf521
3 changed files with 20 additions and 24 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.30.0", "version": "1.31.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.30.0", "version": "1.31.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.30.0", "version": "1.31.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,29 +1,25 @@
**Telegram Web Z was updated to version 1.30** **Telegram Web Z was updated to version v1.31**
👏 **Harder** 👏 **Harder**
• Meet Message Reactions: • Hide text with an animation using the crossed-eye icon 👁 in the formatting menu.
- React to a message with ❤️🔥🎉😁😱🤩😢👎💩🤮 in the context menu. • Quickly add Spoiler formatting with Ctrl + P (⌘ + P on macOS), or || markdown around the text.
- Send a quick 👍 reaction by hovering over the bottom corner of a message. • Admins can manage Join Requests and revoked invites.
- You can change your default reaction to another emoji in Settings > General. • Promote new admins in your groups and channels via Global Search.
- Group and Channel admins can enable and control reactions via their chat's Info Page > Edit > Reactions.
• Interactive Emoji:
- Added support for all interactive emoji, including fullscreen animations and sound effects. Try 🔥, 🍆, 🍑 and more.
- Animations play simultaneously when both users have the chat open.
The “is watching…” status will appear when your chat partner is also seeing the animations.
• Manage invite links for Groups and Channels:
Enable admin approval or limited duration and users.
🤩 **Better** 🤩 **Better**
• Better quality for uploaded profile pictures. • Network stability enhancements.
• Various UI improvements. • Various improvements and tuning for reactions and interactive emoji.
• Media Viewer improved for mobile devices.
• Numerous layout adjustments.
🚀 **Faster** 🚀 **Faster**
Several optimizations for older devices no more freezing while typing. • The app better renders multiple components.
💪 **Stronger** 💪 **Stronger**
• Saved Messages now correctly renders in search results. • Fixed inline playback for QuickTime videos.
• Fixed missing icons for muted chats in the chat list. • Fixes for tooltips including stickers, emoji, and mentions.
• The context menu no longer flickers on older devices. • Unread counter now correctly reflects values on mobile devices.
• Fix re-scheduling messages to a previous date. • Emoji now properly copy from message text.
• Users display names now appear in service messages.
• Fixed collapsing multiple spaces in messages.
• Reactions and the “Send As” feature are now always available in Discussion Groups.