1.4.0
This commit is contained in:
parent
fdfbaa861c
commit
a479add37e
6
.env
6
.env
@ -1,5 +1,5 @@
|
|||||||
API_ID=1025907
|
API_ID=1025907
|
||||||
API_HASH=452b0359b988148995f22ff0f4229750
|
API_HASH=452b0359b988148995f22ff0f4229750
|
||||||
VERSION=1.3.0
|
VERSION=1.4.0
|
||||||
VERSION_FULL=1.3.0 (128)
|
VERSION_FULL=1.4.0 (129)
|
||||||
BUILD=128
|
BUILD=129
|
||||||
|
13
CHANGELOG.md
13
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)
|
### 1.3.0 (128)
|
||||||
* Enjoy animated backgrounds: all-new fascinating gradient backgrounds featuring fluid transitions.
|
* Enjoy animated backgrounds: all-new fascinating gradient backgrounds featuring fluid transitions.
|
||||||
* Added menu for bots with beautiful bounce effect when expanding.
|
* Added menu for bots with beautiful bounce effect when expanding.
|
||||||
|
@ -358,11 +358,11 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.record) {
|
/* &:not(.record) {
|
||||||
.c-ripple__circle {
|
.c-ripple__circle {
|
||||||
background-color: var(--light-primary-color);
|
background-color: var(--light-primary-color);
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
@include animation-level(2) {
|
@include animation-level(2) {
|
||||||
&.send .tgico-send,
|
&.send .tgico-send,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user