Philipp Hörist pushed to branch master at gajim / gajim
Commits:
b54078cd by Philipp Hörist at 2026-07-15T15:25:13+02:00
release: 2.5.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,30 @@
+Gajim 2.5.0 (15 Jul 2026)
+
+ Improvements
+
+ * Preview: Reduce minimal height
+ * AudioPreview: Make time label numeric
+ * AudioPreview: Show stateful tooltips
+ * AudioPreview: Compactify UI
+ * AudioVisualizer: Overhaul and prettify
+ * AudioRecorder: Make waveform more realistic
+ * AudioRecorder: Silence pop sound
+ * Unescape JID in various parts of the UI
+
+ Change
+
+ * Raise nbxmpp version
+ * AudioVisualizer: Use horizontal scroll
+ * Make Gstreamer mandatory
+
+ Bug Fixes
+
+ * AudioRecorder: Handle Stream Error
+ * AudioRecorder: Start recording early on hold down
+ * Sound: Use AudioPlayer for sounds
+ * TrayIcon: Close FD, when updating the icon
+ * ActivityFeed: Show all reactions in color
+
Gajim 2.4.7.1 (30 Jun 2026)
Performance
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -48,6 +48,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.5.0" date="2026-07-15">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.5.0/ChangeLog</url>
+ </release>
<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>
=====================================
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.1
+ tag: 2.5.0.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.1"
+__version__ = "2.5.0.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/b54078cd9fbdfdeceb28429ac531a43aa703bd1c
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b54078cd9fbdfdeceb28429ac531a43aa703bd1c
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]