diff --git a/CHANGELOG.md b/CHANGELOG.md index d04d73b6b..6bfc4d2dc 100644 --- a/CHANGELOG.md +++ b/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) ### πŸ‘ **Harder** diff --git a/package-lock.json b/package-lock.json index a8e274dca..2490339cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.47.0", + "version": "1.48.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.47.0", + "version": "1.48.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 9905883a2..977258262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.47.0", + "version": "1.48.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 398640886..4048e08b0 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,19 +1,12 @@ -**Telegram Web Z was updated to version 1.47** +**Telegram Web Z was updated to version 1.48** πŸ‘ **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. +β€’ Meet Seamless Web Bots (such as [@discussbot](https://t.me/discussbot)) helping you to log in with your Telegram account on websites. 🀩 **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. +β€’ Podcasts and long tracks can now be played at 2X speed. +β€’ Audio Player buttons do not jump anymore when navigating between tracks. πŸ’ͺ **Stronger** -β€’ 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. +β€’ Fixed pasting text after switching chat. +β€’ Fixed sending and playing `.mov` videos.