From 88518338f14d1db219af55657de0e2137fb2d0d9 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 5 Dec 2018 15:59:55 -0600 Subject: [PATCH] Updated changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 2820bb9..f83922b 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,8 @@ * Added support for listening voice messages in chats. Currently it is not possible to send them, until the new API will be released. * For now, all features related to audio playback have been disabled. * Fixed an error that was making Socializer unable to display chat history properly. It was showing the first 200 items in a conversation instead the last 200 items. Now chat will be displayed accordingly. +* Changed chat history widget from list of items to a read only text box, similar to how it was displayed in skype. Now the widget should be fully visible and messages will work in the same way. +* It is possible to play songs sent in a chat by opening them from the attachments panel. ## Changes in build 2016.07.08 (08/07/2016)