mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-30 04:39:00 +01:00
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)
|
||||
|
||||
### 👏 **Harder**
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.45.0",
|
||||
"version": "1.46.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user