1.51.0
This commit is contained in:
parent
f88ddafe14
commit
523a6447d1
24
CHANGELOG.md
24
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**
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.50.0",
|
||||
"version": "1.51.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user