From 523a6447d10e9ccfed054090c305c730b2e33a4e Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 31 Aug 2022 15:11:03 +0200 Subject: [PATCH] 1.51.0 --- CHANGELOG.md | 24 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 46 ++++++++++++++++--------------------- 4 files changed, 47 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93386fd2..8aa28eed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 1.51.0 (2022-08-31) + +### 👏 **Harder** +* Custom Animated Emoji: Messages with custom emoji are now viewable. +* Gifting Telegram Premium: Premium users can send friends, family, and coworkers a prepaid subscription from their profile for 3, 6, or 12 months – at a discount. +* Privacy Settings for Voice Messages: Control who can send you voice and video messages with Telegram Premium. + +### 🚀 **Faster** +* Increased download speed. +* Optimized Premium modal. + +### 💪 **Stronger** +* Fixed ‘No File’ error when downloading media. +* Fixed issues with hiding video controls. +* Various RTL layout fixes. +* Fixed scrolling with mouse wheel inside horizontal containers. +* Fixed jumping text cursor on Windows. +* Fixed display problems with the ‘Next’ button in payments. +* Fixed voting in polls on mobile devices triggering a quick reaction. +* Fixed page reload when rotating device during a call. +* Fixed hanging calls after signing out. +* Fixed copying message content and removed the ‘Report’ option in scheduled messages. +* Small fixes and improvements for bots running web apps. + ## 1.50.0 (2022-08-07) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index a8adf6f12..8aad6e40c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.50.0", + "version": "1.51.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.50.0", + "version": "1.51.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 424028a7d..b7458f953 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.50.0", + "version": "1.51.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 4010372eb..56ea82b9d 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,29 +1,23 @@ -**Telegram Web Z was updated to version 1.50** +**Telegram Web Z was updated to version 1.51** -👏 **Harder** -• Flexible Forwarding: Forward messages without the sender's name or media captions. -• Reorder Folders: Change the order of your folders in Settings. -• Better Drag & Drop: Open a chat in your list by dragging a file to it. +[👏](customEmoji:5471921242866981303) **Harder** +• Custom Animated Emoji: Messages with custom emoji are now viewable. +• Gifting Telegram Premium: Premium users can send friends, family, and coworkers a prepaid subscription from their profile for 3, 6, or 12 months – at a discount. +• Privacy Settings for Voice Messages: Control who can send you voice and video messages with Telegram Premium. -🤩 **Better** -• Added more emojis. -• Media Viewer now supports scrolling through profile pictures. -• Use the hotkey `⌘+0` to open Saved Messages on macOS. -• Triple click will now select all text in the message field. -• Large file downloads (2 GB+) are supported in more browsers. -• Added colored icons for the invite link section in groups and channels. -• Added support for deleting chats with service notifications. -• Background color now adapts for better contrast in uploaded transparent images. -• Added support for SmallTalk highlighting, thanks to LinqLover on GitHub. +[🚀](customEmoji:5445284980978621387) **Faster** +• Increased download speed. +• Optimized Premium modal. -💪 **Stronger** -• Fixed issue with countable text localization in some languages. -• Removed download button from media in chats with content protection enabled. -• Various call fixes. -• Small redesign for code formatting, fixed parsing issues. -• Fixed video controls on mobile devices, thanks to y0ung3r on GitHub. -• Fixed duplicated messages in CJK languages. -• Removed ‘View in Picture-in-Picture’ button from stickers. -• Fixed layout issues in Waterfox Classic. -• Fixed issue with replies in discussions. -• Small design improvements related to Telegram Premium. +[💪](customEmoji:5471883477219549006) **Stronger** +• Fixed ‘No File’ error when downloading media. +• Fixed issues with hiding video controls. +• Various RTL layout fixes. +• Fixed scrolling with mouse wheel inside horizontal containers. +• Fixed jumping text cursor on Windows. +• Fixed display problems with the ‘Next’ button in payments. +• Fixed voting in polls on mobile devices triggering a quick reaction. +• Fixed page reload when rotating device during a call. +• Fixed hanging calls after signing out. +• Fixed copying message content and removed the ‘Report’ option in scheduled messages. +• Small fixes and improvements for bots running web apps.