Philipp Hörist pushed to branch master at gajim / gajim
Commits:
9983452d by Philipp Hörist at 2023-11-06T17:45:07+01:00
release: 1.8.3
- - - - -
4 changed files:
- ChangeLog
- data/org.gajim.Gajim.appdata.xml.in
- flatpak/org.gajim.Gajim.yaml
- gajim/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,27 @@
+Gajim 1.8.3 (06 Nov 2023)
+
+ Improvements
+
+ * Profile: Show error page on errors after saving
+ * Close main window when pressing Escape key (#11543)
+
+ Bug Fixes
+
+ * GroupchatRoster: Display participants correctly on reveal
+ * Filetransfer: Always focus confirm button (#11672)
+ * AccountWizard: Don’t allow multiple anonymous accounts for the same domain
+ * AccountPage: Show anonymous address
+ * Accounts: Don’t try to save password for anonymous accounts
+ * Message row menu: Show quote and copy actions only if there is text
(#11652)
+ * Audio/Video: Disable broken stun server code (#11559)
+ * Presence: Don’t fail on unknown MUC presences (#10967)
+ * Control: Add events with correct timestamp (#11670)
+ * Avatar: Send presence after changing avatar (#11669)
+ * ServerInfo: Use domain instead of hostname for queries (#11653)
+ * Emojis: Improve detection of shortcode start (#11594)
+ * DBusFileManager: Set self._proxy attribute on init (#11668)
+ * GroupchatRoster: Check for contact before trying to load roster (#11666)
+
Gajim 1.8.2 (29 Oct 2023)
New
=====================================
data/org.gajim.Gajim.appdata.xml.in
=====================================
@@ -74,6 +74,9 @@
<control>pointing</control>
</recommends>
<releases>
+ <release version="1.8.3" date="2023-11-06">
+ <url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.3</url>
+ </release>
<release version="1.8.2" date="2023-10-29">
<url>https://dev.gajim.org/gajim/gajim/-/releases/1.8.2</url>
</release>
=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -361,7 +361,7 @@ modules:
sources:
- type: git
url: https://dev.gajim.org/gajim/gajim.git
- tag: 1.8.2
+ tag: 1.8.3
- type: file
path: app-overrides.json
post-install:
=====================================
gajim/__init__.py
=====================================
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
-__version__ = '1.8.2'
+__version__ = '1.8.3'
IS_FLATPAK = Path('/app/share/run-as-flatpak').exists()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9983452dc3bfd9c8af7d81a9fef5297772d9c343
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9983452dc3bfd9c8af7d81a9fef5297772d9c343
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]