From ee0ce837416884e7a21a33aa3994b8922c8f5855 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 20 May 2022 17:53:52 +0200 Subject: [PATCH] 1.46.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 23 +++++++++++++++++------ 4 files changed, 46 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86488cf12..b39344a4e 100644 --- a/CHANGELOG.md +++ b/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** diff --git a/package-lock.json b/package-lock.json index c6a948b1e..756f730dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e11a48012..19c30fe11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.45.0", + "version": "1.46.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 612c176d4..ea99181ea 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -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.