From 3acc01e2b8adb425a4eab11f73b093f56810eeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 7 Aug 2023 23:14:15 +0200 Subject: release: 1.8.1 --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++ data/org.gajim.Gajim.appdata.xml.in | 3 +++ flatpak/org.gajim.Gajim.yaml | 2 +- gajim/__init__.py | 2 +- 4 files changed, 48 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61d83c577..4c621bbfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +Gajim 1.8.1 (07 Aug 2023) + + New + + * Add setting for default encryption + + Improvements + + * XMLConsole: Enable browsing sent stanzas in message input (#5403) + * Sort cprofile output after total time + * Moderation: Handle unknown moderator JID + * Preview: Always show preview widget (#11427) + * Preview: Add loading placeholder (#11264) + * Account page: Show our XMPP address + + Performance + + * Idle: Raise poll interval + + Bug Fixes + + * Search: Don't fail while closing if no chat has been loaded before (#11588) + * Dataform: Correctly serialize multi list fields + * Profile: Respect avatar/nickname privacy setting on consecutive changes (#11584) + * Don’t forget ignored TLS errors from previous connects (#11574) + * App menu: Add missing mnemonic for Accounts menu + * Gateway: Fix roster method call + * Contacts: Fix supports_{audio,video} property + * AvatarSelector: Fix crash on reset (#11563) + * CertificateBox: Catch exception if cert does not offer extension (#11560) + * CreateGroupchatWindow: Improve handling of MUC service availability (#11557) + * Preview: Show error if file saving directory is not available (#11558) + * SecurityLabels: Display labels for messages received with MAM + * DataForm: Handle destroy correctly (#11548) + * ChatListRow: Always update group chat name + * Fix showing MAM sync errors and show error text + * OMEMOTrustManager: React correctly to connection changes (#11547) + * Fix interaction of GroupchatRoster and SearchView (#11546) + * Init plugin translation module later + * GroupchatManage: Improve checks for joined state (#11231) + * Search: Restore group chat participants list to previous state when closing search (#11536) + * Windows themes: Don't fail hard when winsdk UISettings are not available (#11542) + Gajim 1.8.0 (27 May 2023) New diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in index 9f11a1b97..927207031 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.1 + https://dev.gajim.org/gajim/gajim/-/releases/1.8.0 diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml index 42b3ff00d..c7762500e 100644 --- a/flatpak/org.gajim.Gajim.yaml +++ b/flatpak/org.gajim.Gajim.yaml @@ -381,7 +381,7 @@ modules: sources: - type: git url: https://dev.gajim.org/gajim/gajim.git - tag: 1.8.0 + tag: 1.8.1 - type: file path: app-overrides.json post-install: diff --git a/gajim/__init__.py b/gajim/__init__.py index 928051ddc..745639602 100644 --- a/gajim/__init__.py +++ b/gajim/__init__.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -__version__ = '1.8.0' +__version__ = '1.8.1' IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() -- cgit v1.2.3