Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
90ec147e by wurstsalat at 2025-06-29T19:12:38+02:00
release: 2.3.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,10 @@
+Gajim 2.3.1 (29 Jun 2025)
+
+ Bug Fixes
+
+ * Windows: Add back required PNG status icons for systray icon
+ * Windows: Enable automatic update check
+
Gajim 2.3.0 (29 Jun 2025)
New
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -46,6 +46,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.3.1" date="2025-06-29">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.3.1/ChangeLog</url>
+ </release>
<release version="2.3.0" date="2025-06-29">
<url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.3.0/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.0
+ tag: 2.3.1
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.3.0"
+__version__ = "2.3.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/90ec147e1a893e925172dbf5018e372c04312bc1
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/90ec147e1a893e925172dbf5018e372c04312bc1
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]