This commit is contained in:
Alexander Zinchuk 2022-08-31 15:11:03 +02:00
parent f88ddafe14
commit 523a6447d1
4 changed files with 47 additions and 29 deletions

View File

@ -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) ## 1.50.0 (2022-08-07)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.50.0", "version": "1.51.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.50.0", "version": "1.51.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.50.0", "version": "1.51.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,29 +1,23 @@
**Telegram Web Z was updated to version 1.50** **Telegram Web Z was updated to version 1.51**
👏 **Harder** [👏](customEmoji:5471921242866981303) **Harder**
Flexible Forwarding: Forward messages without the sender's name or media captions. Custom Animated Emoji: Messages with custom emoji are now viewable.
Reorder Folders: Change the order of your folders in Settings. 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.
Better Drag & Drop: Open a chat in your list by dragging a file to it. Privacy Settings for Voice Messages: Control who can send you voice and video messages with Telegram Premium.
🤩 **Better** [🚀](customEmoji:5445284980978621387) **Faster**
• Added more emojis. • Increased download speed.
• Media Viewer now supports scrolling through profile pictures. • Optimized Premium modal.
• 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.
💪 **Stronger** [💪](customEmoji:5471883477219549006) **Stronger**
• Fixed issue with countable text localization in some languages. • Fixed No File error when downloading media.
• Removed download button from media in chats with content protection enabled. • Fixed issues with hiding video controls.
• Various call fixes. • Various RTL layout fixes.
• Small redesign for code formatting, fixed parsing issues. • Fixed scrolling with mouse wheel inside horizontal containers.
• Fixed video controls on mobile devices, thanks to y0ung3r on GitHub. • Fixed jumping text cursor on Windows.
• Fixed duplicated messages in CJK languages. • Fixed display problems with the Next button in payments.
• Removed View in Picture-in-Picture button from stickers. • Fixed voting in polls on mobile devices triggering a quick reaction.
• Fixed layout issues in Waterfox Classic. • Fixed page reload when rotating device during a call.
• Fixed issue with replies in discussions. • Fixed hanging calls after signing out.
• Small design improvements related to Telegram Premium. • Fixed copying message content and removed the Report option in scheduled messages.
• Small fixes and improvements for bots running web apps.