This commit is contained in:
Alexander Zinchuk 2023-03-03 14:45:57 +01:00
parent f376f9fb42
commit d161d9a1b0
4 changed files with 68 additions and 29 deletions

View File

@ -1,3 +1,29 @@
## 1.60.0 (2023-03-03)
### 🤩 **Whats 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.
### 😍 **Whats Better**
* Multiple tabs can be opened by holding <Ctrl> (⌘ 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) ## 1.59.0 (2023-01-30)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.59.0", "version": "1.60.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.59.0", "version": "1.60.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.59.0", "version": "1.60.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -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** [🤩](customEmoji:5373026167722876724) **Whats New**
• 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** • Archived Chats Header - Archived Chats are now accessible from the chat list in a collapsable header.
• 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** • Reply Threads - You can tap to view all replies to a message in a separate window.
• Animations in the topic panel are faster and lighter.
[💪](customEmoji:5471883477219549006) **Stronger** • Emoji In Captions - You can now open the emoji panel [🙂](customEmoji:5971928678198676594) when adding a caption to media.
• Fixed some chats being hidden in the chat list.
• Fixed the app reloading when resizing the window. • Message Translation - You can translate any message into another language from the context menu. To show this option, enable Translation in _Settings > Language_.
• Fixed missing video in group video calls.
• Fixed problems with deleting chat history. • Emoji Statuses - Premium users can update their animated emoji status from the [🌟](customEmoji:6046154264353442824) at the top of their chat list.
• Fixed missing text formats when composing a message.
• Fixed jumping cursor when editing chat description. • Granular Media Permissions - Admins can choose which media types are allowed in their groups, each with separate toggles.
• Fixed app URL not updating after closing a chat.
• Fixed yellow border when switching profile photos. [😍](customEmoji:5372886001465170842) **Whats Better**
• Fixed call indicator not hiding after a call ends.
• Various layout improvements. • Multiple tabs can be opened by holding <Ctrl> (⌘ 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.