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:
authorPhilipp Hörist <philipp@hoerist.com>2023-11-26 18:39:02 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-11-26 18:39:02 +0300
commitf36a0308bb352011f80767103603a8f4db47aed6 (patch)
tree05e1610f3bce6b256823435bf24e1cb75556c14a /ChangeLog
parentf9d1e5b31f532292942ac4a688c16f1fed90fde1 (diff)
release: 1.8.41.8.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 963b96a26..903807399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Gajim 1.8.4 (25 Nov 2023)
+
+ New
+
+ * Add shortcuts for quoting previous messages
+
+ Improvements
+
+ * Raise nbxmpp log level
+ * Passwords: Use JID as username instead of account (#11684)
+ * MUC: Allow nick change for IRC channels
+ * HTTPUpload: Remove temporary files after transfer (#11579)
+ * MessageInput: Regain focus on common key presses
+
+ Change
+
+ * Raise nbxmpp version
+
+ Bug Fixes
+
+ * ShortcutWindow: Remove duplicated entry
+ * SearchView: Fix displaying results for newly created group chats (#11681)
+ * ChatList: Update mute state periodically (#11456)
+ * Icons: Register icon size to make it work for scale > 1
+ * Message input: Don't allow text actions if input is disabled
+ * Avatar: Draw status circle correctly for scale > 1
+
Gajim 1.8.3 (06 Nov 2023)
Improvements