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) ## 1.45.0 (2022-05-06)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.45.0", "version": "1.46.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.45.0", "version": "1.46.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.45.0", "version": "1.46.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "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** 👏 **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** 🤩 **Better**
• Migrated chats do not appear in the chat list anymore. • Added fresh and modern chat background.
• Various layout improvements.
🚀 **Faster** 🚀 **Faster**
• Optimized memory usage. Reduced bundle size.
💪 **Stronger** 💪 **Stronger**
• Header buttons are now clickable when notifications are shown. • Fixed issues when copying chat titles.
• Fixed infinite spinner when clicking on a contact card. • 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.