1.47.0
This commit is contained in:
parent
ac630f49c4
commit
953d9250eb
18
CHANGELOG.md
18
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)
|
## 1.46.0 (2022-05-20)
|
||||||
|
|
||||||
### 👏 **Harder**
|
### 👏 **Harder**
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.46.0",
|
"version": "1.47.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.46.0",
|
"version": "1.47.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.46.0",
|
"version": "1.47.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,25 +1,19 @@
|
|||||||
**Telegram Web Z was updated to version 1.46**
|
**Telegram Web Z was updated to version 1.47**
|
||||||
|
|
||||||
👏 **Harder**
|
👏 **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:
|
• 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.
|
||||||
```js
|
• 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.
|
||||||
console.log('Hello world!');
|
• Remember the passcode you set, you will need to log out and back in to your account if you forget it.
|
||||||
```
|
|
||||||
• 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**
|
||||||
• Added fresh and modern chat background.
|
• Media Viewer now supports native zoom and pan gestures with a trackpad or Magic Mouse.
|
||||||
• Various layout improvements.
|
• Statistics now include data about Public Shares for posts.
|
||||||
|
• Improvements and tweaks for Group and Channel Statistics.
|
||||||
|
|
||||||
🚀 **Faster**
|
🚀 **Faster**
|
||||||
• Reduced bundle size.
|
• Optimizations for the rendering engine.
|
||||||
|
|
||||||
💪 **Stronger**
|
💪 **Stronger**
|
||||||
• Fixed issues when copying chat titles.
|
• Various fixes for code syntax highlighting, including support for C#.
|
||||||
• Searching for chats no longer adds them to the history stack.
|
|
||||||
• The ‘Discuss Post’ button in channels now properly redirects.
|
🦄 **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.
|
||||||
• 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