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>2022-05-25 18:22:17 +0300
committerlovetox <philipp@hoerist.com>2022-05-25 18:22:17 +0300
commit77eedb3431ce250912c6f03fff05adfafad57a32 (patch)
tree6914cff539e0b6ca477d805e1ac56e66b7191c2d /ChangeLog
parentba17b4861079faef19e5ab27c4123a924cc17f2b (diff)
chore: Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f125b4713..452810116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Gajim 1.4.2 (25 May 2022)
+
+ New
+
+ * SearchView: Add calendar for browsing history
+
+ Improvements
+
+ * MUC: Enable history when creating rooms
+ * #10671 Preferences: Bind show_send_message_button to send_on_ctrl_enter
+
+ Performance
+
+ * #10828 MessageInputTextView: Limit chars when applying styles
+
+ Bug Fixes
+
+ * Accounts: Fix accessing disabled accounts
+ * MUC: Display moderated messages again
+ * MUC: Ignore gateway services for room creation
+ * Preferences: Hide non-functional xhtml setting
+ * Remove `Save conversation` setting
+ * Reset conversation view when switching chat
+ * #10265 Socks5: Catch specific exception
+ * #10867 Status: Restore last status correctly
+ * #10889 Jingle: Stop early if no transport is available
+ * #10898 Roster: Filter list on contact update
+ * #10898 Roster: Sort DND last
+ * #10902 Don't set read marker when receiving own carbons
+
Gajim 1.4.1 (21 May 2022)
New