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


Commits:
a86b7222 by Philipp Hörist at 2025-07-13T16:37:22+02:00
release: 2.3.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,29 @@
+Gajim 2.3.3 (13 Jul 2025)
+
+  Improvements
+
+  * Group chat management: Use Adw widgets
+  * Preferences: Improve display of locked settings (#12354)
+  * Add support for the urgency hint on win32
+  * Present main window when clicking systray icon
+
+  Performance
+
+  * Preferences: Load plugin manifests in idle fashion to avoid blocking the UI
+  * Main window: Display (empty) main window early to indicate startup progress
+
+  Bug Fixes
+
+  * Manage roster: Fix renaming contacts without nickname (#12369)
+  * Disable accesskit on Windows to prevent segfaults (#12364)
+  * Preview: Guard for more errors while trying to save file (#12337)
+  * Preview: Guard file access checks (#12361)
+  * Preview: Guard for errors while trying to create thumbnails (#12360)
+  * Styling: Add extra CSS on Windows to fix issues (#12333)
+  * Status icon: Call shutdown when handling Gajim core shutdown
+  * Windows: Make --user-profile work correctly with portable installations 
(#12356)
+  * GroupChat: Don’t allow sending messages if contact is not joined (#12351)
+
 Gajim 2.3.2 (30 Jun 2025)
 
   Improvements


=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -46,6 +46,9 @@
     <control>pointing</control>
   </recommends>
   <releases>
+    <release version="2.3.3" date="2025-07-13">
+      <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.3.3/ChangeLog</url>
+    </release>
     <release version="2.3.2" date="2025-07-02">
       <url 
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.3.2/ChangeLog</url>
     </release>


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


=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
 
 from .config import *  # noqa: F403
 
-__version__ = "2.3.2"
+__version__ = "2.3.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/a86b722225bb766aebbb0c30ef45db0d64a3eb15

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