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


Commits:
c7770717 by Philipp Hörist at 2025-12-13T19:51:15+01:00
release: 2.4.1

- - - - -


4 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,54 @@
+Gajim 2.4.1 (13 Dec 2025)
+
+  New
+
+  * AnimatedImage: Support avif and png
+  * Add animated GIF/WebP previews
+
+  Improvements
+
+  * Plugins: Show hint for shipped plugins (#10209)
+  * OMEMO: Improve UX of fingerprint rows
+  * HTTP: Better deal with servers not sending content-length
+  * Plugins: Better handle errors when activating plugins
+  * DBMigration: Show progress for every version
+  * SyncHistory: Don't open chats when syncing history
+  * GroupChat: Allow to send encrypted messages if we are only member
+  * Read Receipts: Don’t display read receipts when sending is disabled
+  * Message actions: Rename 'Correct…' item to 'Edit…' (#12533)
+  * Contact info: Improve layout for group chat context infos
+  * Features: Improve text for idle dependencies
+  * Description of per-contact send marker setting
+
+  Change
+
+  * Raise nbxmpp version
+  * Raise omemo-dr version
+  * Application: Don't close application on ESC (#12546)
+
+  Bug Fixes
+
+  * Re-enable drag and drop on X11 displays for suitable GTK versions (#12313)
+  * Proxies: Add back handling for username changes (#12552)
+  * DBMigration: Ensure window modality by setting transient periodically 
(#12520)
+  * Commands: Don’t fail to create commands with python 3.14
+  * MessageActionBox: Fix resize loop
+  * Hats: Use correct color
+  * AudioPlayer: Fix UI for RTL layout
+  * Application: Don’t allow to rebind escape action
+  * SyncHistory: Don’t use idle add to set fraction
+  * Set worker process title (#12538)
+  * Client: Don’t fail when disconnecting (#12537)
+  * HTTPDownload: Correctly close file on errors (#12536)
+  * SystemTrayIcon: Mark icon as not menu only
+  * Manage roster: Catch permission errors on export (#12532)
+  * Sync waveform and seek bar position correctly
+  * Voice Messages: Update waveform on seek during pause
+  * Voice Messages: Show Play Icon, when showing Audio Player
+  * Chatstates: Use group chat setting for PM chats
+  * ContactInfo: Show correct pages for PM chats
+  * Certificate dialog: Catch error when trying to get serial number (#12519)
+
 Gajim 2.4.0 (04 Nov 2025)
 
   New


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -46,6 +46,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <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>
     <release version="2.4.0" date="2025-11-04">
       <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.0/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.0
+        tag: 2.4.1
       - type: file
         path: app-overrides.json
     post-install:


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



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

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