This commit is contained in:
Alexander Zinchuk 2022-05-06 18:03:39 +01:00
parent 26e48ff8c4
commit 7bf6358235
4 changed files with 26 additions and 13 deletions

View File

@ -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**

4
package-lock.json generated
View File

@ -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",

View File

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

View File

@ -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.