From 945f310eae94d6939e1a542726370ce91a2b7094 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 19 Dec 2018 04:33:23 -0600 Subject: [PATCH] Updated changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index cbc0502..e5ea09c 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ * Socializer will skip restricted audio tracks. Restricted songs are not allowed to be played in the user's country. Before, playing a restricted track was generating an exception and playback could not resume. * Fixed an error when people was trying to open a post in an empty buffer, or accessing the menu when there are no posts in the buffer. * Now Socializer will not send a notification every 5 minutes. +* the chat widget now is a multiline text control. It means it is possible to add a new line by pressing shift+Enter, and send the message by pressing enter. * Socializer should handle connection errors when loading items in buffers and retry in 2 minutes. Also, connection errors in the chat server are handled and chat should be able to reconnect by itself. * When trying to add an audio or video to an album, if the current user does not have any album, it will display an error instead of a traceback. * Added popular and suggested songs. This will not work when using alternative tokens.