Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2021-03-01 18:49:17 +0300
committerlovetox <philipp@hoerist.com>2021-03-01 18:49:17 +0300
commit2a039f6a3c5bcfda721f1e3a500ec3d36876e2ff (patch)
tree45cfc70554e0fc06946f485cea22d3d7e19075ce
parent2c41eee113255731660ae6beacdb0c0d090f1347 (diff)
Update ChangeLog
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e081f51d..f2c60b96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+Gajim 1.3.1 (01 March 2021)
+
+ New
+
+ * Add setting for GSSAPI authentication
+
+ Changes
+
+ * #10416 Remove conversion of ASCII emojis
+
+ Bug fixes
+
+ * #10273 VcardWindow: Fix resource string if resource is missing
+ * #10424 GroupChatInvitation: Show account badge
+ * #10430 Preferences: Check for pipeline before removing elements
+ * #10436 Stop early when handling connection-failed in handle_event
+ * #10438 Set account window stack as non-vhomogeneous
+ * #10443 ServiceRegistration: Use nbxmpp register methods
+ * #10445 Change dataform to href markup URLs in fixed field
+ * #10450 Workaround for crash on clicking links
+ * AvatarSelector: Improve error handling
+ * Profile: Show error if avatar upload fails
+ * UserAvatar: Handle empty data nodes
+ * StatusIcon: Only hide application when its focused
+
+
Gajim 1.3.0 (08 February 2021)
New