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


Commits:
d0652f18 by Philipp Hörist at 2025-11-04T23:11:44+01:00
release: 2.4.0

- - - - -


4 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,52 @@
+Gajim 2.4.0 (04 Nov 2025)
+
+  New
+
+  * Raise correction time limit
+  * GroupChat: Show read markers
+  * Customize emojis list for quick reactions
+  * Reactions: Add support for max_reactions_per_user
+
+  Improvements
+
+  * Group chat invitation: Improve layout and details
+  * Preferences: Improve name of subject setting
+  * Preferences: Improve terminology and structure of app notification settings
+  * ChatList: Make account identifies less wide
+  * HTTPUpload: Improve support for .onion domains
+  * HTTPUpload: Replace nbxmpp http request
+  * Application: Improve error text on DBus register errors
+  * Display toast with 'Open Folder' button after saving a file (#12511)
+  * AccountPage: Use Adw widgets and integrate profile
+  * DiscoverServices: Recognize pep as pubsub service
+  * GroupChat: Support color for hats
+  * Support for pronouns in profiles
+  * ChatList: Display messages with 'Code snippet' instead of '```'
+
+  Change
+
+  * Raise nbxmpp version
+  * Add socks as new dependency
+
+  Bug Fixes
+
+  * Windows: Allow overriding language with LANGUAGE env var
+  * MessageRowActions: Fix memory leak
+  * Windows: Add full-width question mark to blacklisted characters for file 
names (#11603)
+  * Password storage: Catch more exceptions when trying to delete password 
(#12506)
+  * File selector/avatar selector: Guard for missing value on drop (#12505)
+  * Contact info: Only allow renaming contact if contact is in roster (#12504)
+  * PEP Config: Disable buttons according to account connectivity (#12503)
+  * Apply scaling to image previews again
+  * Rotate image preview correctly
+  * ChatList: Filter contact groups correctly
+  * Themes: Remove obsolete style entries
+  * Discovery: Add a cache per account (#12496)
+  * Do not fail to open file with relative paths
+  * Reference CopyButton to fix template initialization issues (#12470)
+  * Tests: Initialize Adw when initializing tests
+  * Preferences: Don’t fail to open dialog if connection is PLAIN (#12471)
+
 Gajim 2.3.6 (30 Sep 2025)
 
   Improvements


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


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


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



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

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