This commit is contained in:
Alexander Zinchuk 2022-05-20 17:53:52 +02:00
parent 9040e62bc7
commit ee0ce83741
4 changed files with 46 additions and 9 deletions

View File

@ -1,3 +1,29 @@
## 1.46.0 (2022-05-20)
### 👏 **Harder**
* Web Z becomes the first official app to support code syntax highlighting start a code block with a language code, and the app will highlight separate terms and functions:
```js
console.log('Hello world!');
```
* Use new buttons to copy code contents and switch word wrapping.
* When available, Group Sticker Sets now appear in the sticker panel.
* Improved Sticker Management preview sticker sets faster or clear recently sent stickers by right-clicking and selecting View Pack or Remove from Recent.
### 🤩 **Better**
* Added fresh and modern chat background.
* Various layout improvements.
### 🚀 **Faster**
* Reduced bundle size.
### 💪 **Stronger**
* Fixed issues when copying chat titles.
* Searching for chats no longer adds them to the history stack.
* The Discuss Post button in channels now properly redirects.
* Background should no longer flicker after logging in.
* Fixed closing the forward dialog when switching to inline bots.
* Fixed scrolling in Channel Management > Join Requests.
## 1.45.0 (2022-05-06)
### 👏 **Harder**

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,14 +1,25 @@
**Telegram Web Z was updated to version 1.45**
**Telegram Web Z was updated to version 1.46**
👏 **Harder**
• Copy phone number from the contact card context menu.
• Web Z becomes the first official app to support code syntax highlighting start a code block with a language code, and the app will highlight separate terms and functions:
```js
console.log('Hello world!');
```
• Use new buttons to copy code contents and switch word wrapping.
• When available, Group Sticker Sets now appear in the sticker panel.
• Improved Sticker Management preview sticker sets faster or clear recently sent stickers by right-clicking and selecting View Pack or Remove from Recent.
🤩 **Better**
• Migrated chats do not appear in the chat list anymore.
• Added fresh and modern chat background.
• Various layout improvements.
🚀 **Faster**
• Optimized memory usage.
Reduced bundle size.
💪 **Stronger**
• Header buttons are now clickable when notifications are shown.
• Fixed infinite spinner when clicking on a contact card.
• Fixed issues when copying chat titles.
• Searching for chats no longer adds them to the history stack.
• The Discuss Post button in channels now properly redirects.
• Background should no longer flicker after logging in.
• Fixed closing the forward dialog when switching to inline bots.
• Fixed scrolling in Channel Management > Join Requests.