From 73552eed1ad1093cfae3f8e941c3d3b076fac79cc0538f0f63956e833f29bfd1 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 16 Aug 2020 18:04:45 +0000 Subject: [PATCH] 0.5.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kaidan?expand=0&rev=4 --- kaidan-0.4.1.tar.xz | 3 --- kaidan-0.5.0.tar.xz | 3 +++ kaidan.changes | 30 ++++++++++++++++++++++++++++++ kaidan.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 kaidan-0.4.1.tar.xz create mode 100644 kaidan-0.5.0.tar.xz diff --git a/kaidan-0.4.1.tar.xz b/kaidan-0.4.1.tar.xz deleted file mode 100644 index a849a98..0000000 --- a/kaidan-0.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9660e2b9c9d9ac6802f7de9a8e1d29a6d552beffcafca27231682bf1038e03c -size 230264 diff --git a/kaidan-0.5.0.tar.xz b/kaidan-0.5.0.tar.xz new file mode 100644 index 0000000..83ed105 --- /dev/null +++ b/kaidan-0.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1d267d9c6001a26056789aa521bd5b0e36eea39dff95d4f33dbcd3e5257247 +size 448480 diff --git a/kaidan.changes b/kaidan.changes index 07796f5..773b686 100644 --- a/kaidan.changes +++ b/kaidan.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Aug 16 18:02:07 UTC 2020 - Christophe Giboudeaux + +- Update to 0.5.0 + * Add parsing of XMPP URIs + * Add QR code scanning and generation + * Add contact search + * Add muting notifications for messages of contacts + * Add renaming contacts + * Show user profile information + * Add extended multimedia support + * Add message search + * Redesign contact list, text avatar, counter for unread messages, chat page, chat message bubble + * Add option for enabling or disabling an account temporarily + * Refactor login screen with hints for invalid credentials and better usage of keyboard keys + * Add message quoting + * Truncate very long messages to avoid crashing Kaidan or using it to full capacity + * Add button with link for issue tracking to about page + * Improve messages for connection errors + * Add account deletion + * Redesign logo and global drawer banner + * Add onboarding with registration, normal login and QR code login + * Add OARS rating + * Add secondary roster sorting by contact name + * Add support for recording audio and video messages + * Add Kaidan to KDE’s F-Droid repository + * Improve build scripts for better cross-platform support + * Refactor code for better performance and stability + * Add documentation to achieve easier maintenance + ------------------------------------------------------------------- Wed Jul 17 19:19:46 UTC 2019 - Wolfgang Bauer diff --git a/kaidan.spec b/kaidan.spec index 3f585ac..835421e 100644 --- a/kaidan.spec +++ b/kaidan.spec @@ -17,7 +17,7 @@ Name: kaidan -Version: 0.4.1 +Version: 0.5.0 Release: 0 Summary: A XMPP client based on KDE Framework License: GPL-3.0-or-later AND SUSE-GPL-3.0+-with-openssl-exception AND MIT AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 @@ -29,7 +29,7 @@ BuildRequires: extra-cmake-modules >= 5.40.0 BuildRequires: libqxmpp-devel >= 0.8.3 BuildRequires: cmake(KF5Kirigami2) >= 5.40.0 BuildRequires: cmake(KF5Notifications) -BuildRequires: cmake(Qt5Core) >= 5.8.0 +BuildRequires: cmake(Qt5Core) >= 5.12.0 BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5Qml)