From d161d9a1b0f3bb6fe1ede4bacdbc84f43f77cc66 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 3 Mar 2023 14:45:57 +0100 Subject: [PATCH] 1.60.0 --- CHANGELOG.md | 26 +++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- src/versionNotification.txt | 65 ++++++++++++++++++++++--------------- 4 files changed, 68 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c83c70e5..366189d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.60.0 (2023-03-03) + +### 🀩 **What’s New** +* Archived Chats Header - Archived Chats are now accessible from the chat list in a collapsable header. +* Reply Threads - You can tap to view all replies to a message in a separate window. +* Emoji In Captions - You can now open the emoji panel πŸ™‚ when adding a caption to media. +* Message Translation - You can translate any message into another language from the context menu. To show this option, enable Translation in _Settings > Language_. +* Emoji Statuses - Premium users can update their animated emoji status from the 🌟 at the top of their chat list. +* Granular Media Permissions - Admins can choose which media types are allowed in their groups, each with separate toggles. + +### 😍 **What’s Better** +* Multiple tabs can be opened by holding (⌘ on macOS) and clicking on a chat. +* Opening a chat changes the title of your browser tab to the chat name. This can be modified in _Settings > Privacy and Security_. +* Bot reply keyboards are now supported in groups and channels. +* The video and audio players always remember your last playback speed. +* Opening topics has an improved animation. +* Performance when typing messages has been drastically improved. +* Fixed disappearing drafts. +* Fixed missing results in Global Search. +* Fixed rare issues with opening text format options. +* Fixed pasting text from Google Docs. +* Fixed auto-closing context menu on iOS PWA. +* Fixed changing group and channel admin rights. +* Various layout and performance improvements. + + ## 1.59.0 (2023-01-30) ### πŸ‘ **Harder** diff --git a/package-lock.json b/package-lock.json index b43e5f3c5..5e67f171f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram-t", - "version": "1.59.0", + "version": "1.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "telegram-t", - "version": "1.59.0", + "version": "1.60.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index b61764852..df0d4467d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram-t", - "version": "1.59.0", + "version": "1.60.0", "description": "", "main": "index.js", "scripts": { diff --git a/src/versionNotification.txt b/src/versionNotification.txt index e86617370..fec65d28f 100644 --- a/src/versionNotification.txt +++ b/src/versionNotification.txt @@ -1,30 +1,43 @@ -**Telegram Web Z was updated to version 1.59** +**Telegram Web Z was updated to version 1.60** -[πŸ‘](customEmoji:5471921242866981303) **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. +[🀩](customEmoji:5373026167722876724) **What’s New** -[🀩](customEmoji:5373026167722876724) **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. +β€’ Archived Chats Header - Archived Chats are now accessible from the chat list in a collapsable header. -[πŸš€](customEmoji:5445284980978621387) **Faster** -β€’ Animations in the topic panel are faster and lighter. +β€’ Reply Threads - You can tap to view all replies to a message in a separate window. -[πŸ’ͺ](customEmoji:5471883477219549006) **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. +β€’ Emoji In Captions - You can now open the emoji panel [πŸ™‚](customEmoji:5971928678198676594) when adding a caption to media. + +β€’ Message Translation - You can translate any message into another language from the context menu. To show this option, enable Translation in _Settings > Language_. + +β€’ Emoji Statuses - Premium users can update their animated emoji status from the [🌟](customEmoji:6046154264353442824) at the top of their chat list. + +β€’ Granular Media Permissions - Admins can choose which media types are allowed in their groups, each with separate toggles. + +[😍](customEmoji:5372886001465170842) **What’s Better** + +β€’ Multiple tabs can be opened by holding (⌘ on macOS) and clicking on a chat. + +β€’ Opening a chat changes the title of your browser tab to the chat name. This can be modified in _Settings > Privacy and Security_. + +β€’ Bot reply keyboards are now supported in groups and channels. + +β€’ The video and audio players always remember your last playback speed. + +β€’ Opening topics has an improved animation. + +β€’ Performance when typing messages has been drastically improved. + +β€’ Fixed disappearing drafts. + +β€’ Fixed missing results in Global Search. + +β€’ Fixed rare issues with opening text format options. + +β€’ Fixed pasting text from Google Docs. + +β€’ Fixed auto-closing context menu on iOS PWA. + +β€’ Fixed changing group and channel admin rights. + +β€’ Various layout and performance improvements.