Browse Source

1.4.0

master
Eduard Kuzmenko 2 years ago
parent
commit
a479add37e
  1. 6
      .env
  2. 13
      CHANGELOG.md
  3. 4
      src/scss/partials/_chat.scss

6
.env

@ -1,5 +1,5 @@ @@ -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

13
CHANGELOG.md

@ -1,3 +1,16 @@ @@ -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.

4
src/scss/partials/_chat.scss

@ -358,11 +358,11 @@ $background-transition-total-time: #{$input-transition-time - $background-transi @@ -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,

Loading…
Cancel
Save