diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc51e20e..5fe2643cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.58.0 (2023-01-06) + +### 👏 Harder +* Topics in groups are now supported. +* Collectible usernames now appear on profiles, and can be managed in Settings. +* Custom reactions are properly displayed. +* Premium users can react multiple times with different emoji. + +### 🤩 Better +* Animations can be disabled from the main menu. + +### 💪 Stronger +* Fixed missing Quick Reaction buttons. +* Fixed issues with the ‘Chat History for New Members’ setting. +* Fixed issues when changing display name. +* Fixed issues with emoji in display names on Windows. +* Fixed inline bot query parsing on Windows. + ## 1.57.0 (2022-12-07) ### 👏 **Harder** diff --git a/package-lock.json b/package-lock.json index 271cba0f5..da1c3a882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.57.0", + "version": "1.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.57.0", + "version": "1.58.0", "license": "GPL-3.0-or-later", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 2edbab2ae..07fefb1ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.57.0", + "version": "1.58.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index 7e1d434eb..b3a2e7168 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,26 +1,18 @@ -**Telegram Web Z was updated to version 1.57** +**Telegram Web Z was updated to version 1.58** [👏](customEmoji:5471921242866981303) **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. +• Topics in groups are now supported. +• Collectible usernames now appear on profiles, and can be managed in Settings. +• Custom reactions are properly displayed. +• Premium users can react multiple times with different emoji. [🤩](customEmoji:5373026167722876724) **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. - -[🚀](customEmoji:5445284980978621387) **Faster** -• Uploading media and documents is drastically accelerated. -• Video messages now load even more smoothly. +• Animations can be disabled from the main menu. [💪](customEmoji:5471883477219549006) **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. +• Fixed missing Quick Reaction buttons. +• Fixed issues with the ‘Chat History for New Members’ setting. +• Fixed issues when changing display name. +• Fixed issues with emoji in display names on Windows. +• Fixed inline bot query parsing on Windows. • Various layout improvements.