1.46.0
This commit is contained in:
parent
9040e62bc7
commit
ee0ce83741
26
CHANGELOG.md
26
CHANGELOG.md
@ -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
4
package-lock.json
generated
@ -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",
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user