This commit is contained in:
Alexander Zinchuk 2023-01-30 16:03:58 +01:00
parent f82e4119f9
commit 618798118a
4 changed files with 57 additions and 14 deletions

View File

@ -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

4
package-lock.json generated
View File

@ -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": {

View File

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

View File

@ -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.