Christophe Giboudeaux 2020-08-16 18:04:45 +00:00 committed by Git OBS Bridge
parent 92675dee9d
commit 73552eed1a
4 changed files with 35 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9660e2b9c9d9ac6802f7de9a8e1d29a6d552beffcafca27231682bf1038e03c
size 230264

3
kaidan-0.5.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f1d267d9c6001a26056789aa521bd5b0e36eea39dff95d4f33dbcd3e5257247
size 448480

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Aug 16 18:02:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- 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 KDEs 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 <wbauer@tmo.at> Wed Jul 17 19:19:46 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -17,7 +17,7 @@
Name: kaidan Name: kaidan
Version: 0.4.1 Version: 0.5.0
Release: 0 Release: 0
Summary: A XMPP client based on KDE Framework 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 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: libqxmpp-devel >= 0.8.3
BuildRequires: cmake(KF5Kirigami2) >= 5.40.0 BuildRequires: cmake(KF5Kirigami2) >= 5.40.0
BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(Qt5Core) >= 5.8.0 BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Qml)