diff --git a/CHANGELOG.md b/CHANGELOG.md index 36807b622..b972f7983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/package-lock.json b/package-lock.json index dd77189f1..d44223803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a64cb436c..8b373b840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.55.0", + "version": "1.56.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index c8f8cdc44..b63e00c6f 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -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.