Philipp Hörist pushed to branch master at gajim / gajim


Commits:
f9e3be2e by Philipp Hörist at 2026-03-30T19:55:55+02:00
release: 2.4.5

- - - - -


4 changed files:

- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,36 @@
+Gajim 2.4.5 (30 Mar 2026)
+
+  New
+
+  * Show notifications for reactions
+  * Bring back Entity Time (XEP-0202) support
+  * App: Add automatic timezone update
+  * GroupChat: Show offline members in the contact list
+
+  Improvements
+
+  * GroupChat: Automatically rejoin groupchat when kicked due to an error
+  * Unread counter: Improve contrast
+
+  Bug Fixes
+
+  * Preferences: Don't fail when showing the auto not available page
+  * GroupchatRoster: Don't fail when trying to open chat with offline member
+  * MacOS: Fix copy/paste when clipboard contains text/uri-list
+  * Windows: Show Gajim icon in header bar
+  * Chat list filter: Fix group filter for PMs (#12674)
+  * Workspaces: Check if workspace exists before saving (#12673)
+  * Image preview: Guard for exceptions while determining size/type (#12672)
+  * HistoryExport: Sanitize filenames
+  * MacOS: Fix clicking folder open button does nothing
+  * GroupChat: Fix problem with duplicated messages
+  * FileChooser: Match files always case-insensitive
+  * GroupChat: Make removing nickname reservation work (#12193)
+  * App: Don't print errors when checking for version
+  * Preview: Don't display preview if a site has no title
+  * Preview: Trigger only https urls with a specific length
+  * MacOS: Fix showing image previews (#12645)
+
 Gajim 2.4.4 (25 Feb 2026)
 
   New


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="2.4.5" date="2026-03-30">
+      <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.5/ChangeLog</url>
+    </release>
     <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>


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -481,7 +481,7 @@ modules:
     sources:
       - type: git
         url: https://dev.gajim.org/gajim/gajim.git
-        tag: 2.4.4
+        tag: 2.4.5
       - type: file
         path: app-overrides.json
     post-install:


=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
 
 from .config import *  # noqa: F403
 
-__version__ = "2.4.4"
+__version__ = "2.4.5"
 
 portable_path = Path(sys.executable).parent / "is_portable"
 IS_PORTABLE = portable_path.exists()



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f9e3be2e3385a3d01dc5f81cb80f827438630d18

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/f9e3be2e3385a3d01dc5f81cb80f827438630d18
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]

Reply via email to