diff --git a/CHANGELOG.md b/CHANGELOG.md index b972f7983..3fc51e20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## 1.57.0 (2022-12-07) + +### 👏 **Harder** +* Custom emoji now animate as you write a message. +* Voice messages can now be played with more speed options like 0.5x, 0.75x and 1.5x. +* You can now set a main photo for your profile, group or channel in the Media Viewer. +* Messages will now display 'admin', 'owner' and 'imported' labels. +* A notification will appear when camera or microphone access is needed. + +### 🤩 **Better** +* Unread message counters animate as their number increases. +* Custom Emoji have even better quality at larger sizes. +* Clicking on live locations now requires a confirmation before opening Google Maps. + +### 🚀 **Faster** +* Uploading media and documents is drastically accelerated. +* Video messages now load even more smoothly. + +### 💪 **Stronger** +* Fixed copying selected text in messages. +* Fixed outgoing messages sometimes being displayed as incoming. +* Fixed group descriptions being uneditable. +* Fixed streaming video from files. +* Fixed auto-closing calendar after rescheduling. +* Fixed scrolling to the bottom of the chat after sending a new message. +* Various layout improvements. + ## 1.56.0 (2022-11-18) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index 657f7057e..271cba0f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.56.0", + "version": "1.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.56.0", + "version": "1.57.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index b742a518d..2edbab2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.56.0", + "version": "1.57.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index b63e00c6f..7e1d434eb 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,20 +1,26 @@ -**Telegram Web Z was updated to version 1.56** +**Telegram Web Z was updated to version 1.57** [👏](customEmoji:5471921242866981303) **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. +• Custom emoji now animate as you write a message. +• Voice messages can now be played with more speed options like 0.5x, 0.75x and 1.5x. +• You can now set a main photo for your profile, group or channel in the Media Viewer. +• Messages will now display 'admin', 'owner' and 'imported' labels. +• A notification will appear when camera or microphone access is needed. [🤩](customEmoji:5373026167722876724) **Better** -• A list of group members now appears when typing @ to help mention users even faster. +• Unread message counters animate as their number increases. +• Custom Emoji have even better quality at larger sizes. +• Clicking on live locations now requires a confirmation before opening Google Maps. [🚀](customEmoji:5445284980978621387) **Faster** -• Plenty of improvements and optimizations for stickers and custom emoji rendering – adding a noticeable performance increase. +• Uploading media and documents is drastically accelerated. +• Video messages now load even more smoothly. [💪](customEmoji:5471883477219549006) **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. +• Fixed copying selected text in messages. +• Fixed outgoing messages sometimes being displayed as incoming. +• Fixed group descriptions being uneditable. +• Fixed streaming video from files. +• Fixed auto-closing calendar after rescheduling. +• Fixed scrolling to the bottom of the chat after sending a new message. • Various layout improvements.