1.48.0
This commit is contained in:
parent
99b5cceac3
commit
c4c5da7f66
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
|||||||
|
## 1.48.0 (2022-06-06)
|
||||||
|
|
||||||
|
👏 **Harder**
|
||||||
|
* Meet Seamless Web Bots, such as [@discussbot](https://t.me/discussbot), that help you log in on websites with your Telegram account.
|
||||||
|
|
||||||
|
🤩 **Better**
|
||||||
|
* Podcasts and long audio can now be played at 2X speed.
|
||||||
|
* Audio Player buttons do not jump anymore when navigating between tracks.
|
||||||
|
|
||||||
|
💪 **Stronger**
|
||||||
|
* Fixed pasting text after switching chat.
|
||||||
|
* Fixed sending and playing `.mov` videos.
|
||||||
|
|
||||||
## 1.47.0 (2022-05-31)
|
## 1.47.0 (2022-05-31)
|
||||||
|
|
||||||
### 👏 **Harder**
|
### 👏 **Harder**
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.47.0",
|
"version": "1.48.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.47.0",
|
"version": "1.48.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.47.0",
|
"version": "1.48.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,19 +1,12 @@
|
|||||||
**Telegram Web Z was updated to version 1.47**
|
**Telegram Web Z was updated to version 1.48**
|
||||||
|
|
||||||
👏 **Harder**
|
👏 **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.
|
• Meet Seamless Web Bots (such as [@discussbot](https://t.me/discussbot)) helping you to log in with your Telegram account on websites.
|
||||||
• 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**
|
🤩 **Better**
|
||||||
• Media Viewer now supports native zoom and pan gestures with a trackpad or Magic Mouse.
|
• Podcasts and long tracks can now be played at 2X speed.
|
||||||
• Statistics now include data about Public Shares for posts.
|
• Audio Player buttons do not jump anymore when navigating between tracks.
|
||||||
• Improvements and tweaks for Group and Channel Statistics.
|
|
||||||
|
|
||||||
🚀 **Faster**
|
|
||||||
• Optimizations for the rendering engine.
|
|
||||||
|
|
||||||
💪 **Stronger**
|
💪 **Stronger**
|
||||||
• Various fixes for code syntax highlighting, including support for C#.
|
• Fixed pasting text after switching chat.
|
||||||
|
• Fixed sending and playing `.mov` videos.
|
||||||
🦄 **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.
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user