Philipp Hörist pushed to branch master at gajim / gajim
Commits:
4d1e80db by Philipp Hörist at 2026-01-14T22:01:21+01:00
release: 2.4.2
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,58 @@
+Gajim 2.4.2 (13 Jan 2026)
+
+ New
+
+ * Support link previews (open graph)
+ * Allow drag and drop for previews (forwarding) (#10799)
+ * Shortcuts: Make shortcut for correcting messages configurable
+ * Shortcuts: Add shortcuts for "Paste as Quote" and "Paste as Code Block"
+ * Shortcuts: Add shortcuts for text formatting actions
+ * Shortcuts: Add new shortcut for focusing the message input
+
+ Improvements
+
+ * Contact name entry: Improve editing flow and fix layout issue (#12582)
+ * Group Chat Creation: Improve layout (#12573)
+ * Preferences: Rework archiving page for more clarity
+ * HTTPUpload: Raise timeout
+ * ChatStateIndicator: Align with message row elements
+ * Main: Group share and invite buttons
+ * Chat: Don't draw shadow at the top
+ * Main: Make small design improvements
+
+ Change
+
+ * Raise omemo-dr version
+ * Raise PyGObject version
+
+ Bug Fixes
+
+ * ManageRoster: Narrow down row format to prevent errors (#12595)
+ * ManageRoster: Catch errors when trying to import unsuitable files (#12594)
+ * MessageRowActions: Always hide when switching contacts (#12591)
+ * ConversationView: Catch exception when computing row actions update
(#12587)
+ * Reload user styles after dark/light mode switch (#12426)
+ * Contact popover: Fix XMPP address icon
+ * AboutDialog: Show correct installation
+ * Contact details: Make avatar management buttons opaque (#12574)
+ * MessageInput: Fix case where emojis were missing from the emoji chooser
(#12390)
+ * AdHoc: Fix label wrapping of notes in rare cases
+ * MessageInput: Don't highlight brackets (#12578)
+ * Reset unread count after closing chat with mouse middle button
+ * OMEMO: React to group chat config change
+ * ChatBanner: Fix voice request button layout
+ * FileTransfer: Focus input after sending file
+ * Chat: Fix showing reply if message contains previewable content (#12571)
+ * Dropdowns: Add item tooltip and make popover bigger
+ * Compare version requirements correctly
+ * Use spawn context for multiprocessing Manager
+ * HTTPUpload: Fix file transfer only available after chat switch
+ * Accept pre-releases in version check (#12561)
+ * VoiceMessageRecorderWidget: Don't fail on switching input device
+ * Fix reply-to JID for self-messages in direct chats (XEP-0461)
+ * Don’t fail to start Gajim when not all Gst dependencies are installed
(#12563#12564)
+ * Main: Correctly bind ESC key
+
Gajim 2.4.1 (13 Dec 2025)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.4.2" date="2026-01-14">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.2/ChangeLog</url>
+ </release>
<release version="2.4.1" date="2025-12-13">
<url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.1/ChangeLog</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -481,7 +481,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 2.4.1
+ tag: 2.4.2
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.4.1"
+__version__ = "2.4.2"
portable_path = Path(sys.executable).parent / "is_portable"
IS_PORTABLE = portable_path.exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4d1e80db2c52371c2ede1ec480c571973475acc3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/4d1e80db2c52371c2ede1ec480c571973475acc3
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]