From 3d900705928d6f798bf35d8cfe56fb8da70ec2efdc46e952418f614a253b2c8f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Aug 2020 19:55:11 +0000 Subject: [PATCH] * Rewritten network code * Support for WebSocket (RFC 7395) * Improved proxy handling * Group chat pages (invite, information, nickname, subject, etc.) * Group chat creation window * Updated account creation assistant * Updated assistants for password changing and account removal * Updated server info window (connection details) * Updated theme manager * Default avatars (XEP-0392) * Paste images from clipboard * Contrast and color improvements for both light and dark themes * Removed 'Invisible' status * Removed FuzzyClock feature * ServerInfo: Display status address * Add block and spam reporting in various places * Roster: Allow to add contacts from `Not in contact list` group via DND * Roster: Allow sending message to serveral groups * Groupchat/Chat: Rework DND * Groupchat: Display recent history from the database * Status Selector was reworked * Status Change dialog was reworked * Preferences: Added Setting to toggle the use of a keyring * Windows/Mac: Gajim notifys now about new updates * ServerInfo: Show more details about the current connection OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=74 --- gajim.changes | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gajim.changes b/gajim.changes index f85356a..1f7cbdf 100644 --- a/gajim.changes +++ b/gajim.changes @@ -2,7 +2,31 @@ Wed Aug 26 19:53:25 UTC 2020 - Dirk Mueller - update to 1.2.2: - see https://gajim.org/post/2020-06-21-gajim-1.2.0-released/ + * Rewritten network code + * Support for WebSocket (RFC 7395) + * Improved proxy handling + * Group chat pages (invite, information, nickname, subject, etc.) + * Group chat creation window + * Updated account creation assistant + * Updated assistants for password changing and account removal + * Updated server info window (connection details) + * Updated theme manager + * Default avatars (XEP-0392) + * Paste images from clipboard + * Contrast and color improvements for both light and dark themes + * Removed 'Invisible' status + * Removed FuzzyClock feature + * ServerInfo: Display status address + * Add block and spam reporting in various places + * Roster: Allow to add contacts from `Not in contact list` group via DND + * Roster: Allow sending message to serveral groups + * Groupchat/Chat: Rework DND + * Groupchat: Display recent history from the database + * Status Selector was reworked + * Status Change dialog was reworked + * Preferences: Added Setting to toggle the use of a keyring + * Windows/Mac: Gajim notifys now about new updates + * ServerInfo: Show more details about the current connection * bugfixes - remove ssl_use_system_certs.patch (obsolete)