From 618798118afc82bf1d508935a9c14fa6da4cb25d Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 30 Jan 2023 16:03:58 +0100 Subject: [PATCH] 1.59.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/versionNotification.txt | 34 +++++++++++++++++++++++----------- 4 files changed, 57 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe2643cf..5c83c70e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## 1.59.0 (2023-01-30) + +### πŸ‘ **Harder** +* Chats can be opened in multiple browser tabs or windows. +* A spoiler effect is available for photos and videos. +* You can replace profile photos of contacts or suggest new ones. +* Your account can have a public profile photo, in addition to the main one. +* Media can be sent from your clipboard without compression. +* Topics are able to be created or edited in groups. +* Syntax highlighting is now supported for Type (.tl) language. + +### 🀩 **Better** +* Multiple media items can be sent as separate messages from the attachment menu. +* The audio player now supports multiple playback speeds. +* The topic panel can be quickly closed with a swipe. + +### πŸš€ **Faster** +* Animations in the topic panel are faster and lighter. + +### πŸ’ͺ **Stronger** +* Fixed some chats being hidden in the chat list. +* Fixed the app reloading when resizing the window. +* Fixed missing video in group video calls. +* Fixed problems with deleting chat history. +* Fixed missing text formats when composing a message. +* Fixed jumping cursor when editing chat description. +* Fixed app URL not updating after closing a chat. +* Fixed yellow border when switching profile photos. +* Fixed call indicator not hiding after a call ends. +* Various layout improvements. + ## 1.58.0 (2023-01-06) ### πŸ‘ Harder diff --git a/package-lock.json b/package-lock.json index 745ef0f25..431e1ef33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.58.0", + "version": "1.59.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.58.0", + "version": "1.59.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index ab5fec7e5..360c885ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.58.0", + "version": "1.59.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index b3a2e7168..e86617370 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,18 +1,30 @@ -**Telegram Web Z was updated to version 1.58** +**Telegram Web Z was updated to version 1.59** [πŸ‘](customEmoji:5471921242866981303) **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. +β€’ Chats can be opened in multiple browser tabs or windows. +β€’ A spoiler effect is available for photos and videos. +β€’ You can replace profile photos of contacts or suggest new ones. +β€’ Your account can have a public profile photo, in addition to the main one. +β€’ Media can be sent from your clipboard without compression. +β€’ Topics are able to be created or edited in groups. +β€’ Syntax highlighting is now supported for Type (.tl) language. [🀩](customEmoji:5373026167722876724) **Better** -β€’ Animations can be disabled from the main menu. +β€’ Multiple media items can be sent as separate messages from the attachment menu. +β€’ The audio player now supports multiple playback speeds. +β€’ The topic panel can be quickly closed with a swipe. + +[πŸš€](customEmoji:5445284980978621387) **Faster** +β€’ Animations in the topic panel are faster and lighter. [πŸ’ͺ](customEmoji:5471883477219549006) **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. +β€’ Fixed some chats being hidden in the chat list. +β€’ Fixed the app reloading when resizing the window. +β€’ Fixed missing video in group video calls. +β€’ Fixed problems with deleting chat history. +β€’ Fixed missing text formats when composing a message. +β€’ Fixed jumping cursor when editing chat description. +β€’ Fixed app URL not updating after closing a chat. +β€’ Fixed yellow border when switching profile photos. +β€’ Fixed call indicator not hiding after a call ends. β€’ Various layout improvements.