Philipp Hörist pushed to branch master at gajim / gajim
Commits:
66879ae2 by Philipp Hörist at 2026-02-25T20:35:06+01:00
release: 2.4.4
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,45 @@
+Gajim 2.4.4 (25 Feb 2026)
+
+ New
+
+ * Display images in link previews
+ * Generate Open Graph link previews
+ * MacOS: Add system notifications
+
+ Improvements
+
+ * Main: Remove Gajim icon
+ * MacOS: Add handler for xmpp URIs
+ * MacOS: Raise font size and window shadows
+ * Windows: Raise font size and use Segoe UI
+ * Reduce usage of small font size
+ * Client: Better determine if remote host is reachable
+ * Preferences: Improve performance for users with many accounts
+ * ChangePassword: Use Gtk.PasswordEntry
+ * Preferences: Remove password entry
+
+ Change
+
+ * Raise nbxmpp to 7.1.0
+
+ Bug Fixes
+
+ * MacOS: Disable video thumbnail generation
+ * Settings: Use correct fractional digits for spin settings
+ * MacOS: Show window control buttons
+ * Main: Bring window to front when application is triggered via link (#12621)
+ * SecurityLabels: Hide dropdown correctly if not supported
+ * ConversationView: Degrade gracefully on unexpected state when retrieving
avatar
+ * Preferences: Disable password change row when account is disconnected
+ * Groupchat: Show correct nickname in private messages (#12612)
+ * Workspace sidebar: Fix drag highlight styling
+ * Preview: Set drag hotspot to upper left corner for better UX (#12599)
+ * OpenGraphPreview: Fix memory leak
+ * CreateGroupchatWindow: Fix Gtk.Entry leak
+ * WorkspaceDialog: Fix a memory leak
+ * Shortcuts: Always accept window shortcuts (#12608)
+ * Settings: Allow to scale font correctly
+
Gajim 2.4.3 (20 Jan 2026)
Improvements
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.4.4" date="2026-02-25">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.4/ChangeLog</url>
+ </release>
<release version="2.4.3" date="2026-01-20">
<url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.3/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.3
+ tag: 2.4.4
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.4.3"
+__version__ = "2.4.4"
portable_path = Path(sys.executable).parent / "is_portable"
IS_PORTABLE = portable_path.exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/66879ae20729be138b78c6343bd39ff2b5e8bf05
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/66879ae20729be138b78c6343bd39ff2b5e8bf05
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]