From a600ca7088406bccc28dd33af9c5d4820d386e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Wed, 8 Feb 2023 22:09:28 +0100 Subject: release: 1.7.1 --- ChangeLog | 24 ++++++++++++++++++++++++ data/org.gajim.Gajim.appdata.xml.in | 1 + flatpak/org.gajim.Gajim.yaml | 2 +- gajim/__init__.py | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac7929a00..0fe9eeb04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Gajim 1.7.1 (08 Feb 2023) + + New + + * Improve KeepassXC Integration + + Improvements + + * MUC: Enable archiving when creating MUCs on ejabberd + + Change + + * Raise nbxmpp version to 4.2.0 + + Bug Fixes + + * Apply SASLprep to passwords + * Make switching status work again + + Notes + + If you already used KeepassXC with Gajim, enabling the new + integration setting will trigger new entries in the password manager + Gajim 1.7.0 (03 Feb 2023) Improvements diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in index 34f80a58a..b866d432e 100644 --- a/data/org.gajim.Gajim.appdata.xml.in +++ b/data/org.gajim.Gajim.appdata.xml.in @@ -74,6 +74,7 @@ pointing + diff --git a/flatpak/org.gajim.Gajim.yaml b/flatpak/org.gajim.Gajim.yaml index 34121e0a7..be012abfa 100644 --- a/flatpak/org.gajim.Gajim.yaml +++ b/flatpak/org.gajim.Gajim.yaml @@ -333,7 +333,7 @@ modules: sources: - type: git url: https://dev.gajim.org/gajim/gajim.git - tag: 1.7.0 + tag: 1.7.1 - type: file path: app-overrides.json post-install: diff --git a/gajim/__init__.py b/gajim/__init__.py index 1b090d137..2e93f7f6c 100644 --- a/gajim/__init__.py +++ b/gajim/__init__.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -__version__ = '1.7.0' +__version__ = '1.7.1' IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() -- cgit v1.2.3