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


Commits:
fcd38416 by Philipp Hörist at 2026-01-20T23:26:50+01:00
release: 2.4.3

- - - - -


4 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,16 @@
+Gajim 2.4.3 (20 Jan 2026)
+
+  Improvements
+
+  * ErrorReports: Add python version to reports
+
+  Bug Fixes
+
+  * FileTransferManager: Catch errors when trying to get aesgcm URL fragment
+  * AccountWizard: Handle disconnect correctly
+  * Fix showing feedback box for error reports
+  * AddContact: Fix error making it unable to add new contact (#12597)
+
 Gajim 2.4.2 (13 Jan 2026)
 
   New


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <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>
     <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>


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


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



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

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