From 953d9250eb8dcb69f58e17db6e94bfbc32b72e9f Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 31 May 2022 20:59:04 +0400 Subject: [PATCH] 1.47.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 28 +++++++++++----------------- 4 files changed, 32 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39344a4e..d04d73b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.47.0 (2022-05-31) + +### 👏 **Harder** +* This update adds a Passcode Lock feature, giving Telegram users the most private and secure experience of any web app. To add a passcode, go to _Settings > Privacy and Security > Passcode Lock_. +* When the app is locked, it encrypts its data, including your chats, text messages, contacts, and your session keys – making it impossible to access them without the code. By adding a passcode, users on shared PCs no longer need to log out to protect their privacy. +* Remember the passcode you set, you will need to log out and back in to your account if you forget it. + +### 🤩 **Better** +* Media Viewer now supports native zoom and pan gestures with a trackpad or Magic Mouse. +* Statistics now include data about Public Shares for posts. +* Improvements and tweaks for Group and Channel Statistics. + +### 🚀 **Faster** +* Optimizations for the rendering engine. + +### 💪 **Stronger** +* Various fixes for code syntax highlighting, including support for C#. + ## 1.46.0 (2022-05-20) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index d1d4e7c6b..a8e274dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.46.0", + "version": "1.47.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.46.0", + "version": "1.47.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 59bb09fe8..9905883a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.46.0", + "version": "1.47.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index ea99181ea..398640886 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,25 +1,19 @@ -**Telegram Web Z was updated to version 1.46** +**Telegram Web Z was updated to version 1.47** 👏 **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’. +• This update adds a Passcode Lock feature, giving Telegram users the most private and secure experience of any web app. To add a passcode, go to Settings > Privacy and Security > Passcode Lock. +• When the app is locked, it encrypts its data, including your chats, text messages, contacts, and your session keys – making it impossible to access them without the code. By adding a passcode, users on shared PCs no longer need to log out to protect their privacy. +• Remember the passcode you set, you will need to log out and back in to your account if you forget it. 🤩 **Better** -• Added fresh and modern chat background. -• Various layout improvements. +• Media Viewer now supports native zoom and pan gestures with a trackpad or Magic Mouse. +• Statistics now include data about Public Shares for posts. +• Improvements and tweaks for Group and Channel Statistics. 🚀 **Faster** -• Reduced bundle size. +• Optimizations for the rendering engine. 💪 **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. +• Various fixes for code syntax highlighting, including support for C#. + +🦄 **We also welcome** you to join our official channels in **[English](https://t.me/webztalks)** and **[Russian](https://t.me/webzchannelru)** — where we post app updates and share our experiences building one of the world’s most feature-rich web applications.