From 181d2b5cf447c2c3355105a32cf5fd0854076c184064bfe4473001f49d713da6 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 21 Jun 2022 20:14:47 +0000 Subject: [PATCH] - Update to version 1.4.5. OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=105 --- gajim-1.4.4.tar.gz | 3 --- gajim-1.4.5.tar.gz | 3 +++ gajim.changes | 21 +++++++++++++++++++++ gajim.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 gajim-1.4.4.tar.gz create mode 100644 gajim-1.4.5.tar.gz diff --git a/gajim-1.4.4.tar.gz b/gajim-1.4.4.tar.gz deleted file mode 100644 index 767ea38..0000000 --- a/gajim-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9de5cf85ba6eabd49b36739d981577c166a868d57255df1cd1351d85d119a99 -size 7165363 diff --git a/gajim-1.4.5.tar.gz b/gajim-1.4.5.tar.gz new file mode 100644 index 0000000..3f0d4b2 --- /dev/null +++ b/gajim-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eaaaeeeaee838fc0f05717c66aad2f5bbc82de26ad29bb2c59fe8dd89c4721 +size 7167761 diff --git a/gajim.changes b/gajim.changes index 57e3d97..a354fc3 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jun 21 20:06:05 UTC 2022 - Alexei Sorokin + +- Update to version 1.4.5: + * Add new Shortcut for toggling the chat list. + * Preferences: Add setting for emoji shortcodes. + * Disable plugin updates by Gajim on flatpak. + * Use nickname provided in subscription requests everywhere. + * GroupchatOutcasts: Make removing users work. + * Chat: Display corrections for /me messages correctly. + * Styling: Process URIs when using /me command. + * Preview: Align link button correctly. + * MUC: Don’t fail on presence from unknown occupants. + * SystemStyleListener: Fix handling of colour scheme states. + * Styling: Improve address regex. + * Styling: Improve uri regex. + * Styling: Parse text correctly which contains uris and + addresses. + * Main: Process window shortcuts when no chat is open. + * Restore minimal AdHoc module. + ------------------------------------------------------------------- Sat Jun 18 09:14:11 UTC 2022 - Alexei Sorokin diff --git a/gajim.spec b/gajim.spec index 7fb2401..051f802 100644 --- a/gajim.spec +++ b/gajim.spec @@ -28,7 +28,7 @@ %define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages %endif Name: gajim -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: XMPP client written in Python and Gtk License: GPL-3.0-only