1.49.0
This commit is contained in:
parent
63c150ddd8
commit
5a4666c413
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
## 1.49.0 (2022-07-08)
|
||||
|
||||
👏 **Harder**
|
||||
* [Telegram Premium](https://t.me/TelegramTips/336). By subscribing, users unlock doubled limits, 4 GB file uploads, faster downloads, exclusive stickers and reactions, improved chat management – and a whole lot more.
|
||||
* Native trackpad gestures in the Media Viewer. Swipe left or right to move through media, swipe up or down to exit.
|
||||
* Improved polls that support retracting votes and closing the poll – plus a confetti effect.
|
||||
|
||||
🤩 **Better**
|
||||
* Various layout and performance improvements.
|
||||
* Improved payment form validation.
|
||||
* Use the hotkey `⌘+`, to access app Settings on macOS.
|
||||
* See a helpful info screen when JavaScript support is disabled.
|
||||
|
||||
💪 **Stronger**
|
||||
* Call panel properly disappears after answering on another device.
|
||||
* Fixed unexpected message deleting when using search in the forwarding menu.
|
||||
* Fixed unnecessary up-scaling when uploading small images.
|
||||
* Archived chats do not appear in the ‘Forward to’ list.
|
||||
* Fixed loading loop when disabling reactions in group management.
|
||||
* Various fixes in the text formatting menu.
|
||||
|
||||
## 1.48.0 (2022-06-06)
|
||||
|
||||
👏 **Harder**
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.48.0",
|
||||
"version": "1.49.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "telegram-t",
|
||||
"version": "1.48.0",
|
||||
"version": "1.49.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@cryptography/aes": "^0.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.48.0",
|
||||
"version": "1.49.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,12 +1,22 @@
|
||||
**Telegram Web Z was updated to version 1.48**
|
||||
**Telegram Web Z was updated to version 1.49**
|
||||
|
||||
👏 **Harder**
|
||||
• Meet Seamless Web Bots, such as [@discussbot](https://t.me/discussbot), that help you log in on websites with your Telegram account.
|
||||
• [Telegram Premium](https://t.me/TelegramTips/336). By subscribing, users unlock doubled limits, 4 GB file uploads, faster downloads, exclusive stickers and reactions, improved chat management – and a whole lot more.
|
||||
• Native trackpad gestures in the Media Viewer. Swipe left or right to move through media, swipe up or down to exit.
|
||||
• Improved polls that support retracting votes and closing the poll – plus a confetti effect.
|
||||
|
||||
🤩 **Better**
|
||||
• Podcasts and long tracks can now be played at 2X speed.
|
||||
• Audio Player buttons do not jump anymore when navigating between tracks.
|
||||
• Various layout and performance improvements.
|
||||
• Improved payment form validation.
|
||||
• Use the hotkey `⌘+`, to access app Settings on macOS.
|
||||
• See a helpful info screen when JavaScript support is disabled.
|
||||
|
||||
💪 **Stronger**
|
||||
• Fixed pasting text after switching chat.
|
||||
• Fixed sending and playing `.mov` videos.
|
||||
• Call panel properly disappears after answering on another device.
|
||||
• Fixed unexpected message deleting when using search in the forwarding menu.
|
||||
• Fixed unnecessary up-scaling when uploading small images.
|
||||
• Archived chats do not appear in the ‘Forward to’ list.
|
||||
• Fixed loading loop when disabling reactions in group management.
|
||||
• Various fixes in the text formatting menu.
|
||||
|
||||
🦄 **We also welcome** you to join our official channels in **[English](https://t.me/webztalks)** and **[Russian](https://t.me/webzchannelru)** — where we post app updates and share our experiences building one of the world’s most feature-rich web applications.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user