1.56.0
This commit is contained in:
parent
80b25be794
commit
0ce57ef5a7
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
|||||||
|
## 1.56.0 (2022-11-18)
|
||||||
|
|
||||||
|
### 👏 **Harder**
|
||||||
|
* Formatting is now preserved when pasting text from websites or Telegram messages.
|
||||||
|
* The input field is automatically highlighted when you open a chat – so you can start typing right away.
|
||||||
|
* Your account's profile pictures can now be deleted by clicking your profile picture in Settings.
|
||||||
|
* Native system sharing is available when running the app as a PWA.
|
||||||
|
|
||||||
|
### 🤩 **Better**
|
||||||
|
* A list of group members now appears when typing @ to help mention users even faster.
|
||||||
|
|
||||||
|
### 🚀 **Faster**
|
||||||
|
* Plenty of improvements and optimizations for stickers and custom emoji rendering – adding a noticeable performance increase.
|
||||||
|
|
||||||
|
### 💪 **Stronger**
|
||||||
|
* Various fixes for copying text from messages.
|
||||||
|
* Various fixes for custom emoji.
|
||||||
|
* Fixed opening the symbol menu on certain touchscreen devices.
|
||||||
|
* Fixed the quoted header disappearing when typing a reply.
|
||||||
|
* Various layout improvements.
|
||||||
|
|
||||||
## 1.55.0 (2022-10-29)
|
## 1.55.0 (2022-10-29)
|
||||||
|
|
||||||
### 👏 **Harder**
|
### 👏 **Harder**
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.55.0",
|
"version": "1.56.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.55.0",
|
"version": "1.56.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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-t",
|
"name": "telegram-t",
|
||||||
"version": "1.55.0",
|
"version": "1.56.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
**Telegram Web Z was updated to version 1.55**
|
**Telegram Web Z was updated to version 1.56**
|
||||||
|
|
||||||
[👏](customEmoji:5471921242866981303) **Harder**
|
[👏](customEmoji:5471921242866981303) **Harder**
|
||||||
• Sending custom emoji is now supported.
|
• Formatting is now preserved when pasting text from websites or Telegram messages.
|
||||||
• You can now view recent (cached) messages while offline.
|
• The input field is automatically highlighted when you open a chat – so you can start typing right away.
|
||||||
• Enjoy the beautifully redesigned payments screen with an option to add tips for certain invoices.
|
• Your account's profile pictures can now be deleted by clicking your profile picture in Settings.
|
||||||
• Media in chats can also be deleted via the Media Viewer.
|
• Native system sharing is available when running the app as a PWA.
|
||||||
|
|
||||||
[🤩](customEmoji:5373026167722876724) **Better**
|
[🤩](customEmoji:5373026167722876724) **Better**
|
||||||
• Custom emoji sent without text are shown at a larger size.
|
• A list of group members now appears when typing @ to help mention users even faster.
|
||||||
|
|
||||||
[🚀](customEmoji:5445284980978621387) **Faster**
|
[🚀](customEmoji:5445284980978621387) **Faster**
|
||||||
• Optimized rendering for animated stickers and emoji.
|
• Plenty of improvements and optimizations for stickers and custom emoji rendering – adding a noticeable performance increase.
|
||||||
|
|
||||||
[💪](customEmoji:5471883477219549006) **Stronger**
|
[💪](customEmoji:5471883477219549006) **Stronger**
|
||||||
• Improved sync after editing drafts on another device.
|
• Various fixes for copying text from messages.
|
||||||
• Fixed duplicate notification sounds when waking up from sleep.
|
• Various fixes for custom emoji.
|
||||||
• Various fixes for the Media Viewer.
|
• Fixed opening the symbol menu on certain touchscreen devices.
|
||||||
• Various fixes for username input.
|
• Fixed the quoted header disappearing when typing a reply.
|
||||||
• Various layout improvements.
|
• Various layout improvements.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user