This commit is contained in:
Alexander Zinchuk 2021-12-25 12:41:15 +01:00
parent 2a2ae99ed3
commit 1aa4eaf142
4 changed files with 24 additions and 16 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "1.25.0", "version": "1.26.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

@ -185,7 +185,7 @@ const LeftMainHeader: FC<OwnProps & StateProps & DispatchProps> = ({
<div id="LeftMainHeader" className="left-header"> <div id="LeftMainHeader" className="left-header">
<DropdownMenu <DropdownMenu
trigger={MainButton} trigger={MainButton}
footer={`${APP_NAME} alpha ${APP_VERSION}`} footer={`${APP_NAME} ${APP_VERSION}`}
> >
<MenuItem <MenuItem
icon="saved-messages" icon="saved-messages"

View File

@ -1,21 +1,29 @@
**Telegram Web Z was updated to version alpha 1.25** **Telegram Web Z was updated to version 1.26**
👏 **Harder** 👏 **Harder**
• Brand new Media Viewer for touch screens with swipe, pinch, double-tap and pan gestures. • Added bot `start` parameter for t.me links.
• Read receipts are available for your messages in groups. • Changed display of service notifications for errors.
• Join Group, Subscribe to Channel and Start Bot buttons are now shown on mobile screens.
• Added support for wide screens up to 4K.
• More accessibility support.
🤩 **Better** 🤩 **Better**
• Context menus are more compact. • Fixed scroll jumps in message history.
• Animations adjust to be more native on various devices. • Improved font for Arabic and Persian languages.
• Several UI improvements. • Various fixes for RTL languages.
• Rotating your device will no longer refresh the page during video chats.
• Various UI improvements.
🚀 **Faster** 🚀 **Faster**
Slide transitions and context menus were drastically optimized. Optimized rendering for context menus.
UI effects are faster and more efficient. Optimized search in large lists.
💪 **Stronger** 💪 **Stronger**
• Deep links properly open in Safari. • Fixed echo cancellation in calls.
• Increased protocol security. • Fixed focusing from forwarded channel posts.
• Fixed keyboard navigation, missing contacts, and auto-focus when forwarding.
• Fixed markdown parsing inside code and links.
• Fixed missing UI elements when going back in history stack.
• Fixed flickering profile photos in Safari.
• Fixed t.me message links to private chats.
• Fixed duplicated folders.
• Fixed missing media due to outdated auth key.
• Fixed loading default language pack on auth screen.
• Fixed missing profile pictures in comments.