1.45.0
This commit is contained in:
parent
26e48ff8c4
commit
7bf6358235
15
CHANGELOG.md
15
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)
|
## 1.44.0 (2022-05-03)
|
||||||
|
|
||||||
### 👏 **Harder**
|
### 👏 **Harder**
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.44.0",
|
"version": "1.45.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.44.0",
|
"version": "1.45.0",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cryptography/aes": "^0.1.1",
|
"@cryptography/aes": "^0.1.1",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.44.0",
|
"version": "1.45.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,16 +1,14 @@
|
|||||||
**Telegram Web Z was updated to version 1.44**
|
**Telegram Web Z was updated to version 1.45**
|
||||||
|
|
||||||
👏 **Harder**
|
👏 **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.
|
• Copy phone number from the contact card context menu.
|
||||||
• 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**
|
🤩 **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**
|
💪 **Stronger**
|
||||||
• Fixed an issue where chats could get stuck in the Unread folder.
|
• Header buttons are now clickable when notifications are shown.
|
||||||
• The app no longer duplicates text pasted from the clipboard.
|
• Fixed infinite spinner when clicking on a contact card.
|
||||||
• Random media files failing to load should no longer occur.
|
|
||||||
• Fixed issues when adding a contact with a hidden phone number.
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user