From a95e69664e0695f35fb818c145841af3908cdce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 3 Feb 2023 00:44:55 +0100 Subject: release: 1.7.0 --- ChangeLog | 23 +++++++++++++++++++++++ data/org.gajim.Gajim.appdata.xml.in | 1 + flatpak/org.gajim.Gajim.yaml | 2 +- gajim/__init__.py | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b5b09d0f..ac7929a00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Gajim 1.7.0 (03 Feb 2023) + + Improvements + + * Preferences: Add 0 and 25 MiB to preview size settings (#11385) + * Account wizard: Don't allow to add account twice + + Change + + * Port to pyproject.toml + + Bug Fixes + + * Fix loading localised emojis + * HTTPUpload: Don’t cache temp path (#11373) + * JingleAudio: Always resample audio before processing with webrtcdsp (#11023) + * Disable legacy ciphers in cryptography + + Notes + + The port to pyproject.toml brings changes about how to package Gajim. + Please read the README to find all information about metadata generation. + Gajim 1.6.1 (14 Jan 2023) Improvements diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in index b8f563e1b..34f80a58a 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 28ca7db0b..1a4839ea9 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.6.1 + tag: 1.7.0 - type: file path: app-overrides.json post-install: diff --git a/gajim/__init__.py b/gajim/__init__.py index be7285af0..1b090d137 100644 --- a/gajim/__init__.py +++ b/gajim/__init__.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -__version__ = '1.6.1' +__version__ = '1.7.0' IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() -- cgit v1.2.3