Philipp Hörist pushed to branch master at gajim / gajim
Commits:
c9b40e5e by Philipp Hörist at 2026-06-18T20:37:11+02:00
release: 2.4.7
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.metainfo.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,42 @@
+Gajim 2.4.7 (18 Jun 2026)
+
+ New
+
+ * Pre-configure Gajim via command line (#12720)
+ * Store drafts across restarts
+ * Add OpenPGP (XEP-0374)
+
+ Improvements
+
+ * GroupChat: Name chat after participants if no other name is available
+ * ChangePassword: Require current password before change
+ * Disable http2 by default
+ * Storage: Correctly delete related data for corrections
+ * Message formatting: Add 'Code' and 'Code Block' for formatting options
(#12708)
+ * Always store encryption protocol in database
+
+ Change
+
+ * Require Python 3.12
+
+ Performance
+
+ * ArchiveStorage: Add new indexes
+
+ Bug Fixes
+
+ * Preferences: Fix disabling account while connecting
+ * MUC: Don't display users as offline if their membership was revoked
+ * GroupChat: Correctly show error when PM cannot be sent (#12196)
+ * GroupChat: Allow sending PMs as visitor (#12296)
+ * ChatStack: Only handle allowed formats when DnD (#12718)
+ * View: Fix case where last displayed marker was not shown
+ * Process picture clipboard paste correctly (#12712)
+ * Don't allow hiding title bar on Windows and macOS (#12668)
+ * MacOS: Add translation files during build
+ * Normalize file suffix before checking for executable file suffixes (#12700)
+ * Ellipsize nicknames in replies and join/left messages
+
Gajim 2.4.6 (19 Apr 2026)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.4.7" date="2026-06-18">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.7/ChangeLog</url>
+ </release>
<release version="2.4.6" date="2026-04-19">
<url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.6/ChangeLog</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -496,7 +496,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 2.4.6
+ tag: 2.4.7
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.4.6"
+__version__ = "2.4.7"
portable_path = Path(sys.executable).parent / "is_portable"
IS_PORTABLE = portable_path.exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c9b40e5e220ea59b0e387ac3e753eac1cfe215a1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/c9b40e5e220ea59b0e387ac3e753eac1cfe215a1
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]