diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cbc475c..480e4809c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/package-lock.json b/package-lock.json index 4f61c34d8..daaa526bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 022412509..74dc4e17b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.43.0", + "version": "1.44.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 9b1d767ae..5815e0c77 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -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 world’s 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.