diff --git a/CHANGELOG.md b/CHANGELOG.md index 480e4809c..86488cf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.45.0 (2022-05-06) + +### 👏 **Harder** +* Copy phone number from the contact card context menu. + +### 🤩 **Better** +* Migrated chats do not appear in the chat list anymore. + +### 🚀 **Faster** +* Optimized memory usage. + +### 💪 **Stronger** +* Header buttons are now clickable when notifications are shown. +* Fixed infinite spinner when clicking on a contact card. + ## 1.44.0 (2022-05-03) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index 2ddd43bc6..b88117508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.44.0", + "version": "1.45.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.44.0", + "version": "1.45.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 297a53f9e..92d5c3aeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.44.0", + "version": "1.45.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 5815e0c77..612c176d4 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,16 +1,14 @@ -**Telegram Web Z was updated to version 1.44** +**Telegram Web Z was updated to version 1.45** 👏 **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. +• Copy phone number from the contact card context menu. 🤩 **Better** -• Browser navigation has been rebuilt from scratch – no more freezes or crashes. +• Migrated chats do not appear in the chat list anymore. + +🚀 **Faster** +• Optimized memory usage. 💪 **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. +• Header buttons are now clickable when notifications are shown. +• Fixed infinite spinner when clicking on a contact card.