1.40.0
This commit is contained in:
parent
6b70d5dc25
commit
1e49a61608
30
CHANGELOG.md
30
CHANGELOG.md
@ -1,3 +1,33 @@
|
||||
## 1.40.0 (2022-04-01)
|
||||
|
||||
🤡 **Happy April Fool's Day!** 🤡
|
||||
|
||||
### 👏 Harder
|
||||
* Explore 37 new emoji.
|
||||
* Set Night Mode to follow your operating system in Settings > General.
|
||||
* Upload all types of audio files with cover images and meta tags.
|
||||
* Improved designs for Settings and Management pages.
|
||||
|
||||
### 🤩 Better
|
||||
* Proper date formatting for all languages.
|
||||
* Changing volume in the media viewer automatically unmutes audio.
|
||||
* Groups you were restricted from now stay in your chat list.
|
||||
* Accessibility: Screen Reader support for emoji panel.
|
||||
* Removed reaction sounds.
|
||||
* Various layout improvements.
|
||||
|
||||
### 🚀 Faster
|
||||
* Smoother transitions in Settings.
|
||||
|
||||
### 💪 Stronger
|
||||
* Fixed error messages for ‘You must be an admin’ and ‘You can't write in this chat’.
|
||||
* Fixed calendar months that start on a Sunday.
|
||||
* Fixed duplicated files when downloading.
|
||||
* Fixed pasting URLs with non-ASCII characters.
|
||||
* Fixed forwarding protected content.
|
||||
* Fixed saving Privacy Exceptions.
|
||||
* Fixed various issues when switching between message lists.
|
||||
|
||||
## 1.39.0 (2022-03-25)
|
||||
|
||||
### 🤩 Better
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.39.0",
|
||||
"version": "1.40.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "telegram-t",
|
||||
"version": "1.39.0",
|
||||
"version": "1.40.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@cryptography/aes": "^0.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "telegram-t",
|
||||
"version": "1.39.0",
|
||||
"version": "1.40.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,10 +1,29 @@
|
||||
**Telegram Web Z was updated to version 1.39**
|
||||
Telegram Web Z was updated to version 1.40
|
||||
|
||||
🤡 **Happy April Fool's Day!** 🤡
|
||||
|
||||
👏 **Harder**
|
||||
• Explore 37 new emoji.
|
||||
• Set Night Mode to follow your operating system in Settings > General.
|
||||
• Upload all types of audio files with cover images and meta tags.
|
||||
• Improved designs for Settings and Management pages.
|
||||
|
||||
🤩 **Better**
|
||||
• New animations for QR code on login screen.
|
||||
• Toggle Attach Menu with keyboard or screen reader.
|
||||
• Another update for Persian font.
|
||||
• Various UX improvements.
|
||||
• Proper date formatting for all languages.
|
||||
• Changing volume in the media viewer automatically unmutes audio.
|
||||
• Groups you were restricted from now stay in your chat list.
|
||||
• Accessibility: Screen Reader support for emoji panel.
|
||||
• Removed reaction sounds.
|
||||
• Various layout improvements.
|
||||
|
||||
🚀 **Faster**
|
||||
• Smoother transitions in Settings.
|
||||
|
||||
💪 **Stronger**
|
||||
• Fixed media sometimes being not loaded.
|
||||
• Fixed error messages for ‘You must be an admin’ and ‘You can't write in this chat’.
|
||||
• Fixed calendar months that start on a Sunday.
|
||||
• Fixed duplicated files when downloading.
|
||||
• Fixed pasting URLs with non-ASCII characters.
|
||||
• Fixed forwarding protected content.
|
||||
• Fixed saving Privacy Exceptions.
|
||||
• Fixed various issues when switching between message lists.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user