From a479add37e909d6a2f58e490923f34ffdddd6f25 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Thu, 24 Mar 2022 17:08:51 +0200 Subject: [PATCH] 1.4.0 --- .env | 6 +++--- CHANGELOG.md | 13 +++++++++++++ src/scss/partials/_chat.scss | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 69ddee6d..1d2ce2cf 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ API_ID=1025907 API_HASH=452b0359b988148995f22ff0f4229750 -VERSION=1.3.0 -VERSION_FULL=1.3.0 (128) -BUILD=128 +VERSION=1.4.0 +VERSION_FULL=1.4.0 (129) +BUILD=129 diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6349fa..d4934726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 1.4.0 (129) +WebK introduced Video Chats back in December. + +And now we are proud to launch the first-ever version of Telegram P2P Calls on the Web – bringing native support for calls between two users, secured by end-to-end encryption. + +Seamlessly call anyone, regardless of the app they are using – calls will work between the WebK app and any other stable Telegram app: Android, iOS, Desktop, and macOS. + +To call someone, open your chat with that user and click or tap the Phone icon in the top right corner. + +We mainly focused on calls in this update but also made important under-the-hood changes to the login flow, fixing rare issues when signing in. + +In the coming weeks, the app will finally get support for all admin features in communities – bringing you dozens of new ways to manage groups and channels. + ### 1.3.0 (128) * Enjoy animated backgrounds: all-new fascinating gradient backgrounds featuring fluid transitions. * Added menu for bots with beautiful bounce effect when expanding. diff --git a/src/scss/partials/_chat.scss b/src/scss/partials/_chat.scss index 0bee817a..47d81244 100644 --- a/src/scss/partials/_chat.scss +++ b/src/scss/partials/_chat.scss @@ -358,11 +358,11 @@ $background-transition-total-time: #{$input-transition-time - $background-transi visibility: visible !important; } - &:not(.record) { + /* &:not(.record) { .c-ripple__circle { background-color: var(--light-primary-color); } - } + } */ @include animation-level(2) { &.send .tgico-send,