This commit is contained in:
Alexander Zinchuk 2022-02-04 21:36:09 +01:00
parent a3452d9f58
commit 0e5030e0a8
3 changed files with 28 additions and 24 deletions

4
package-lock.json generated
View File

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

View File

@ -1,25 +1,29 @@
**Telegram Web Z was updated to version v1.31** **Telegram Web Z was updated to version v1.32**
👏 **Harder** **Harder**
Hide text with an animation using the crossed-eye icon 👁 in the formatting menu. Create and share Video Stickers made from .webm files.
Quickly add Spoiler formatting with Ctrl + P (⌘ + P on macOS), or || markdown around the text. 5 new reactions and interactive emoji: 🥰🤯🤔🤬👏
Admins can manage Join Requests and revoked invites. Send entire folders as a file.
Promote new admins in your groups and channels via Global Search. Directly add chats to chat folders from Global Search.
🤩 **Better** **Better**
Network stability enhancements. Redesigned group management pages with animated artwork.
Various improvements and tuning for reactions and interactive emoji. Forward To menu has smooth infinite scroll on mobile.
Media Viewer improved for mobile devices. Spoiler animations re-hide text after a short period.
• Numerous layout adjustments. • Numerous layout fixes and improvements.
🚀 **Faster** **Faster**
• The app better renders multiple components. • Media loads and scrolls faster in Shared Media and Global Search.
• Optimized some heavy background calculations.
• Memory usage optimizations.
💪 **Stronger** **Stronger**
• Fixed inline playback for QuickTime videos. • Fixed missing sticker suggestions (e.g. for ❤️ emoji).
• Fixes for tooltips including stickers, emoji, and mentions. • Fixed infinite spinning in Sticker panel.
• Unread counter now correctly reflects values on mobile devices. • Fixed scroll jumps and missing sender names in local search results.
• Emoji now properly copy from message text. • Fixed highlight color when searching in dark mode.
• Users display names now appear in service messages. • Fixed pasting text and media from clipboard on Firefox and iOS browsers.
• Fixed collapsing multiple spaces in messages. • Media Viewer: Fixed navigating to the origin message on mobile.
• Reactions and the “Send As” feature are now always available in Discussion Groups. • Media Viewer: Fixed lingering audio after moving to the next item.
• Reactions: Fixed unexpected interaction animations.
• Fixed jumping cursor when typing in Safari.