From 68024cf1fbbda9e79d0dc64666e1c7bfff960783 Mon Sep 17 00:00:00 2001 From: lovetox Date: Tue, 21 Jun 2022 22:04:20 +0200 Subject: release: 1.4.5 --- ChangeLog | 26 ++++++++++++++++++++++++++ data/org.gajim.Gajim.appdata.xml.in | 1 + flatpak/org.gajim.Gajim.yaml | 2 +- gajim/__init__.py | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae1276b34..621f45459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Gajim 1.4.5 (21 Jun 2022) + + New + + * Add new Shortcut for toggling the chat list + + Improvements + + * Preferences: Add setting for emoji shortcodes + * Disable plugin updates by Gajim on flatpak + + Bug Fixes + + * Use nickname provided in subscription requests everywhere + * GroupchatOutcasts: Make removing users work + * Chat: Display corrections for /me messages correctly (#10933) + * Styling: Process URIs when using /me command (#10988) + * Preview: Align link button correctly (#10997) + * MUC: Don’t fail on presence from unknown occupants (#10981) + * SystemStyleListener: Fix handling of color scheme states (#10996) + * Styling: Improve address regex + * Styling: Improve uri regex + * Styling: Parse text correctly which contains uris and addresses (#10974) + * Main: Process window shortcuts when no chat is open + * Restore minimal AdHoc module + Gajim 1.4.4 (18 Jun 2022) New diff --git a/data/org.gajim.Gajim.appdata.xml.in b/data/org.gajim.Gajim.appdata.xml.in index 91da01bb9..248f3c9ab 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 c5da67ad6..93d38ad2e 100644 --- a/flatpak/org.gajim.Gajim.yaml +++ b/flatpak/org.gajim.Gajim.yaml @@ -315,7 +315,7 @@ modules: sources: - type: git url: https://dev.gajim.org/gajim/gajim.git - tag: 1.4.4 + tag: 1.4.5 - type: file path: app-overrides.json post-install: diff --git a/gajim/__init__.py b/gajim/__init__.py index 8bf25017e..9dcf8ceff 100644 --- a/gajim/__init__.py +++ b/gajim/__init__.py @@ -1,7 +1,7 @@ import sys from pathlib import Path -__version__ = '1.4.4' +__version__ = '1.4.5' IS_FLATPAK = Path('/app/share/run-as-flatpak').exists() -- cgit v1.2.3