From a985b9dc8f6712c1bb11164c0747a424b07ac7b4 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 7 Jun 2020 10:17:03 +0200 Subject: [PATCH] version 2.4.1 + changes --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efa0a997..3fe2aa58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ ### Changelog +#### Version 2.4.1 +* move call icon to the left in order to keep other toolbar icons in a consistent place +* show call duration during audio calls +* tie breaking for A/V calls (the same two people calling each other at the same time) +* add ability to pin chats on top (add to favorites) +* offer to record voice message when callee is busy +* reduce echo during calls on some devices +* fix login when passwords contains special characters +* play dial and busy tones on speaker during video calls +* move channel discovery choice to ChannelDiscoveryActivity menu (PAM) +* colorize accept/dismiss actions in call notification (PAM) +* don't end call on pressing back key (PAM) +* show used account for calls (PAM) +* notify on missed calls (PAM) +* bug fixes #### Version 2.4.0 * Audio/Video calls (Requires server support in form of STUN and TURN servers discoverable via XEP-0215)