Philipp Hörist pushed to branch master at gajim / gajim
Commits:
e0ca88d4 by Philipp Hörist at 2026-07-01T22:30:17+02:00
release: 2.4.7.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,15 @@
+Gajim 2.4.7.1 (30 Jun 2026)
+
+ Performance
+
+ * Windows: Compile python files so startup is faster
+
+ Bug Fixes
+
+ * Chat: Display encryption name correctly if message cannot be decrypted
+ * Windows: Fix broken reaction emojis (#12730)
+ * MUC: Fix fallback name for public MUCs
+
Gajim 2.4.7 (18 Jun 2026)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.4.7.1" date="2026-07-01">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.4.7.1/ChangeLog</url>
+ </release>
<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>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -499,7 +499,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 2.4.7
+ tag: 2.4.7.1
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.4.7"
+__version__ = "2.4.7.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/e0ca88d4bd7ee3029c1f71f501f1d6f3d86b88e0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e0ca88d4bd7ee3029c1f71f501f1d6f3d86b88e0
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]