From 9983452dc3bfd9c8af7d81a9fef5297772d9c343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 6 Nov 2023 17:45:07 +0100 Subject: release: 1.8.3 --- ChangeLog | 24 ++++++++++++++++++++++++ data/org.gajim.Gajim.appdata.xml.in | 3 +++ flatpak/org.gajim.Gajim.yaml | 2 +- gajim/__init__.py | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad4b26909..963b96a26 100644 --- a/ChangeLog +++ b/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 diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in index d9c18444b..9f5e03ee3 100644 --- a/data/org.gajim.Gajim.appdata.xml.in +++ b/data/org.gajim.Gajim.appdata.xml.in @@ -74,6 +74,9 @@ pointing + + https://dev.gajim.org/gajim/gajim/-/releases/1.8.3 + https://dev.gajim.org/gajim/gajim/-/releases/1.8.2 diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml index a0afac4b3..b64becdf9 100644 --- a/flatpak/org.gajim.Gajim.yaml +++ b/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: diff --git a/gajim/__init__.py b/gajim/__init__.py index abdde8a47..45f2100b7 100644 --- a/gajim/__init__.py +++ b/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() -- cgit v1.2.3