Philipp Hörist pushed to branch master at gajim / gajim
Commits:
5fe23494 by Philipp Hörist at 2025-05-15T12:24:29+02:00
release: 2.2.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,37 @@
+Gajim 2.2.0 (15 May 2025)
+
+ New
+
+ * Add MUC blocking (#10178)
+ * Add retractions XEP-0424
+ * Add XEP-0486 (#12273)
+
+ Improvements
+
+ * Group chat details: Add label clarifying public information
+ * Groupchat details: Add sidebar row header for administration
+ * Account sidebar: Indicate connectivity issues (#12262)
+ * Reactions: Consider reations on all revisions of a message
+ * Moderate/Retract all revisions of a message
+ * Improve handling of retraction/moderation for corrections
+
+ Change
+
+ * Raise nbxmpp version
+
+ Bug Fixes
+
+ * StartChat: On disco error show always an error text
+ * DisplayMarkers: Send displayed only if contact is subscribed
+ * Search: Fix searching for the same text after switching contacts (#12297)
+ * Preview: Fix error dialog for missing write access (#12294)
+ * HistoryExport: Don’t fail when exporting messages from the room itself
+ * VCardGrid: Fix wrapping long strings in labels
+ * Chat: Don’t fail in some cases to show correction/error tooltip
+ * Clipboard: Guard for errors and show error dialog
+ * GroupChat: Do not move chat text when participant menu opens
+ * MUC: Fix failed join after reconnect
+
Gajim 2.1.1 (16 Apr 2025)
Improvements
=====================================
data/org.gajim.Gajim.metainfo.xml.in
=====================================
@@ -80,6 +80,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="2.2.0" date="2025-05-15">
+ <url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.2.0/ChangeLog</url>
+ </release>
<release version="2.1.1" date="2025-04-17">
<url
type="details">https://dev.gajim.org/gajim/gajim/-/blob/2.1.1/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.1.1
+ tag: 2.2.0
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -3,7 +3,7 @@
from .config import * # noqa: F403
-__version__ = "2.1.1"
+__version__ = "2.2.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/5fe234949b05f264d9c5c251398b897474f96c4f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/5fe234949b05f264d9c5c251398b897474f96c4f
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]