This commit is contained in:
Alexander Zinchuk 2022-11-18 20:51:24 +04:00
parent 80b25be794
commit 0ce57ef5a7
4 changed files with 35 additions and 14 deletions

View File

@ -1,3 +1,24 @@
## 1.56.0 (2022-11-18)
### 👏 **Harder**
* Formatting is now preserved when pasting text from websites or Telegram messages.
* The input field is automatically highlighted when you open a chat so you can start typing right away.
* Your account's profile pictures can now be deleted by clicking your profile picture in Settings.
* Native system sharing is available when running the app as a PWA.
### 🤩 **Better**
* A list of group members now appears when typing @ to help mention users even faster.
### 🚀 **Faster**
* Plenty of improvements and optimizations for stickers and custom emoji rendering adding a noticeable performance increase.
### 💪 **Stronger**
* Various fixes for copying text from messages.
* Various fixes for custom emoji.
* Fixed opening the symbol menu on certain touchscreen devices.
* Fixed the quoted header disappearing when typing a reply.
* Various layout improvements.
## 1.55.0 (2022-10-29)
### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "1.55.0",
"version": "1.56.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "1.55.0",
"version": "1.56.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cryptography/aes": "^0.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "1.55.0",
"version": "1.56.0",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -1,20 +1,20 @@
**Telegram Web Z was updated to version 1.55**
**Telegram Web Z was updated to version 1.56**
[👏](customEmoji:5471921242866981303) **Harder**
Sending custom emoji is now supported.
You can now view recent (cached) messages while offline.
Enjoy the beautifully redesigned payments screen with an option to add tips for certain invoices.
Media in chats can also be deleted via the Media Viewer.
Formatting is now preserved when pasting text from websites or Telegram messages.
The input field is automatically highlighted when you open a chat so you can start typing right away.
Your account's profile pictures can now be deleted by clicking your profile picture in Settings.
Native system sharing is available when running the app as a PWA.
[🤩](customEmoji:5373026167722876724) **Better**
Custom emoji sent without text are shown at a larger size.
A list of group members now appears when typing @ to help mention users even faster.
[🚀](customEmoji:5445284980978621387) **Faster**
Optimized rendering for animated stickers and emoji.
Plenty of improvements and optimizations for stickers and custom emoji rendering adding a noticeable performance increase.
[💪](customEmoji:5471883477219549006) **Stronger**
Improved sync after editing drafts on another device.
Fixed duplicate notification sounds when waking up from sleep.
Various fixes for the Media Viewer.
Various fixes for username input.
Various fixes for copying text from messages.
Various fixes for custom emoji.
Fixed opening the symbol menu on certain touchscreen devices.
Fixed the quoted header disappearing when typing a reply.
• Various layout improvements.