This commit is contained in:
Alexander Zinchuk 2023-01-06 22:47:40 +01:00
parent 5ac9eb9c16
commit c8c3dfea29
4 changed files with 32 additions and 22 deletions

View File

@ -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) ## 1.57.0 (2022-12-07)
### 👏 **Harder** ### 👏 **Harder**

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.57.0", "version": "1.58.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "1.57.0", "version": "1.58.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@cryptography/aes": "^0.1.1", "@cryptography/aes": "^0.1.1",

View File

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

View File

@ -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** [👏](customEmoji:5471921242866981303) **Harder**
• Custom emoji now animate as you write a message. • Topics in groups are now supported.
• Voice messages can now be played with more speed options like 0.5x, 0.75x and 1.5x. • Collectible usernames now appear on profiles, and can be managed in Settings.
• You can now set a main photo for your profile, group or channel in the Media Viewer. • Custom reactions are properly displayed.
• Messages will now display 'admin', 'owner' and 'imported' labels. • Premium users can react multiple times with different emoji.
• A notification will appear when camera or microphone access is needed.
[🤩](customEmoji:5373026167722876724) **Better** [🤩](customEmoji:5373026167722876724) **Better**
• Unread message counters animate as their number increases. • Animations can be disabled from the main menu.
• 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.
[💪](customEmoji:5471883477219549006) **Stronger** [💪](customEmoji:5471883477219549006) **Stronger**
• Fixed copying selected text in messages. • Fixed missing Quick Reaction buttons.
• Fixed outgoing messages sometimes being displayed as incoming. • Fixed issues with the Chat History for New Members setting.
• Fixed group descriptions being uneditable. • Fixed issues when changing display name.
• Fixed streaming video from files. • Fixed issues with emoji in display names on Windows.
• Fixed auto-closing calendar after rescheduling. • Fixed inline bot query parsing on Windows.
• Fixed scrolling to the bottom of the chat after sending a new message.
• Various layout improvements. • Various layout improvements.