This commit is contained in:
Alexander Zinchuk 2022-05-03 14:18:07 +01:00
parent 62ed3468b6
commit 2f7bfe4570
4 changed files with 32 additions and 10 deletions

View File

@ -1,3 +1,20 @@
## 1.44.0 (2022-05-03)
### 👏 **Harder**
* Mention and reaction badges are now shown both in the chat list and inside chats tapping the badge in chat jumps to the relevant message.
* Improved Device Management with a detailed overview of active sessions and new icons. Tap or click a session in the list to see more info or remotely log it out.
* Privacy Settings now have options for Calls, including Exceptions.
* From other chats, instantly open a 1-on-1 chat with a bot using Open Bot' in the ⋮ menu of the bot's preview window.
### 🤩 **Better**
* Browser navigation has been rebuilt from scratch no more freezes or crashes.
### 💪 **Stronger**
* Fixed an issue where chats could get stuck in the Unread folder.
* The app no longer duplicates text pasted from the clipboard.
* Random media files failing to load should no longer occur.
* Fixed issues when adding a contact with a hidden phone number.
## 1.43.0 (2022-04-26)
### 🤩 **Better**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "1.43.0",
"version": "1.44.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "1.43.0",
"version": "1.44.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cryptography/aes": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "1.43.0",
"version": "1.44.0",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,11 +1,16 @@
**Telegram Web Z was updated to version 1.43**
**Telegram Web Z was updated to version 1.44**
👏 **Harder**
• Mention and reaction badges are now shown both in the chat list and inside chats tapping the badge in chat jumps to the relevant message.
• Improved Device Management with a detailed overview of active sessions and new icons. Tap or click a session in the list to see more info or remotely log it out.
• Privacy Settings now have options for Calls, including Exceptions.
• From other chats, instantly open a 1-on-1 chat with a bot using Open Bot' in the ⋮ menu of the bot's preview window.
🤩 **Better**
• Some improvements for revolutionary web bots such as [@wallet](https://t.me/wallet_news/60).
• Better app icon on macOS.
• Layout improvements and fixes.
• Browser navigation has been rebuilt from scratch no more freezes or crashes.
💪 **Stronger**
• Various improvements for Statistics screen.
🦄 **We also welcome** you to join our official channels in **[English](t.me/webztalks)** and **[Russian](t.me/webzchannelru)** — where we post app updates and share our experiences building one of the worlds most feature-rich web applications.
• Fixed an issue where chats could get stuck in the Unread folder.
• The app no longer duplicates text pasted from the clipboard.
• Random media files failing to load should no longer occur.
• Fixed issues when adding a contact with a hidden phone number.