From 27e2786bccbdfd16183ff1910baf7bfbb289f967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 9 Apr 2019 21:06:15 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57aa5aa01..5e81efa83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,27 @@ Gajim 1.1.3 (TBA) + New + + * Add a mobile phone indicator to the chat window + * Rework HTTPUpload dialog + * Add a "paste as quote" option to the message input + Bug fixes + * #8822 Fix memory leak when using spell checker * #9514 Fix jingle filetransfers not working in some circumstances * #9573 Dont leak DNS query when connecting over proxy * #9578 Determine Windows version more reliably * #9622 Fix an error while quitting Gajim + * #9633 Fix an error while sending a file * #9637 Restore window size correctly on wayland * Improve dark theme colors * Fix access to GnuPG keys * Use UUID4 item ids for pubsub posts + * Dont send invalid show values + * Windows: Dont override format region settings * Various smaller improvements - Features - - * Add a mobile phone indicator to the chat window - Gajim 1.1.2 (15 January 2019) Bug fixes