Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kaidan-0.9.1-2.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: kaidan Distribution: openSUSE Tumbleweed
Version: 0.9.1 Vendor: openSUSE
Release: 2.1 Build date: Mon Mar 25 12:52:13 2024
Group: Unspecified Build host: reproducible
Size: 3717234 Source RPM: kaidan-0.9.1-2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.kaidan.im
Summary: A XMPP client based on KDE Framework
Kaidan is a simple Jabber/XMPP client providing a user-interface using
Kirigami and QtQuick. The back-end of Kaidan is entirely written in C++
using the qxmpp XMPP client library and Qt 5.

Provides

Requires

License

AML AND GPL-3.0-or-later AND SUSE-GPL-3.0+-with-openssl-exception AND MIT AND CC-BY-SA-4.0

Changelog

* Mon Mar 25 2024 Christophe Marin <christophe@krop.fr>
  - Replace the 'cmake(KQuickImageEditor)' BuildRequires with
    kquickimageeditor-devel to pick the correct flavor
  - Build with GCC 13 on Leap 15
* Mon May 22 2023 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  - Update to 0.9.1:
    * The published tar for 0.9.0 contained the wrong version
  - Add the lang package
  - Drop 0001-QrCodeDecoder-Replace-deprecated-BarcodeFormat-QR_CO.patch, 0001-QrCodeGenerator-Replace-deprecated-BarcodeFormat-QR_.patch and 0001-Support-ZXing-2.0.patch
* Fri May 05 2023 Christophe Marin <christophe@krop.fr>
  - Update to 0.9.0
    * End-to-end encryption with OMEMO 2 for messages, files and
      metadata including an easy trust management
    * XMPP Providers support for an easy onboarding
    * Message reactions for sending emojis upon a message
    * Read markers showing which messages a contact has read
    * Message drafts to send entered messages later after switching
      chats or restarting Kaidan
    * Message search for messages that are not yet loaded
    * New look of the chat background and message bubbles including
      grouped messages from the same author
    * Chat pinning for reordering chats
    * Public group chat search (without group chat support yet)
    * New contact and account details including the ability to
      change the own profile picture
    * Restored window position on start
* Thu Feb 09 2023 Christophe Marin <christophe@krop.fr>
  - Add patches to fix build with ZXing >= 2.0:
    * 0001-QrCodeDecoder-Replace-deprecated-BarcodeFormat-QR_CO.patch
    * 0001-QrCodeGenerator-Replace-deprecated-BarcodeFormat-QR_.patch
    * 0001-Support-ZXing-2.0.patch
* Fri Oct 01 2021 Enrico Belleri <idesmi@protonmail.com>
  - Update to 0.8.0:
    Features:
    * Add typing notifications (XEP-0085: Chat State Notifications)
    * Add message history syncing (XEP-0313: Message Archive Management)
    * Window size is restored
    * The server's website link is displayed if account creation is disabled
    * Improved user strings & descriptions
* Sat Feb 27 2021 Mia Herkt <mia@0x0.st>
  - Update to 0.7.0
    Features:
    * Display client information (name, version, OS) of contacts
    * Drag'n'drop for sending files
    * Allow pasting images from the clipboard (Ctrl+Shift+V) into
      the chat
    * Allow inserting newlines using Shift+Enter
    * Add configuration of custom hostname/port
    * Favourite emojis are shown by default now
    * Search emojis by ":<name>"
    * Display connection errors in the global drawer after login
    * Improved design of media preview sheets
    * Restructure message sending bar
    Bugfixes:
    * Do not interpret random URLs as files anymore
    * Fix the style of buttons when using Material style
    * Fix file dialog and media drawer opening in some cases
    * Fix opening of the LoginPage when scanning QR code without
      password
    Notes:
    * Kaidan requires Qt 5.14 now
  - Changes in 0.6.0:
    Features:
    * When offline, messages are cached now to be sent later
    * It's allowed to also correct other messages than the last one
      now
    * Also pending (unsent) messages can be corrected now
    * Chats can be opened from the notifications now
    * New option to permanently hide your password in Kaidan
    * New buttons for easily copying your jid and password
    * Moved account management pages into the settings
    * The cursor is moved to the end of the text field when
      correcting a message now
    * Scanning QR codes without a password works now and results in
      only the JID being set
    * The roster is called contact list now
    * The resource for the displayed presence is picked with fixed
      rules now (it was random before which resource is displayed)
    * Handle notifications differently on GNOME to keep them in the
      notifications area
    * Switched to the upstream HTTP File Upload implementation
    * Code refactoring and partial rewrite of the following classes:
      Kaidan, ClientWorker, RosterManager, PresenceCache,
      DownloadManager, TransferCache, QrCodeDecoder
    Bugfixes:
    * Playback issues in media video preview
    * Messages sent from other of your devices are displayed as they
      were sent by the chat partner
    * Notifications are shown persistently on the screen
    * Roster names are not updated in the database
    * Roster items are not updated in the model correctly
    * All sheets contain two headers: It uses the new built-in header
      property now
    * Unreadable buttons with white text on withe background in some
      styles
    * Database version isn't saved correctly
    * Errors when building with newer ZXing versions
    Notes:
    * Kaidan requires a C++17-compliant compiler now
  - Drop 0001-Port-deprecations-and-little-refactoring-of-the-QrCo.patch
* Sun Aug 16 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 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
  - Add upstream patch:
    * 0001-Port-deprecations-and-little-refactoring-of-the-QrCo.patch
* Wed Jul 17 2019 Wolfgang Bauer <wbauer@tmo.at>
  - Update to 0.4.1
    * Fix SSL problems for AppImage
    * Fix connection problems
    * Keep QXmpp v0.8.3 compatibility
* Tue Jul 09 2019 Wolfgang Bauer <wbauer@tmo.at>
  - Update to 0.4.0 final release
  - Update build requirements
  - Update URLs
* Sun May 12 2019 Andrey Karepin <egdfree@opensuse.org>
  - Initial package for openSUSE

Files

/usr/bin/kaidan
/usr/share/applications/im.kaidan.kaidan.desktop
/usr/share/doc/packages/kaidan
/usr/share/doc/packages/kaidan/NEWS
/usr/share/doc/packages/kaidan/README.md
/usr/share/icons/hicolor/128x128/apps/kaidan.png
/usr/share/icons/hicolor/scalable/apps/kaidan.svg
/usr/share/kaidan
/usr/share/kaidan/images
/usr/share/kaidan/images/chat-page-background.svg
/usr/share/kaidan/images/check-mark-pale.svg
/usr/share/kaidan/images/check-mark.svg
/usr/share/kaidan/images/cross.svg
/usr/share/kaidan/images/dots.svg
/usr/share/kaidan/images/kaidan-bw.svg
/usr/share/kaidan/images/kaidan.svg
/usr/share/kaidan/images/mic0.svg
/usr/share/kaidan/images/mic1.svg
/usr/share/kaidan/images/mic2.svg
/usr/share/kaidan/images/mic3.svg
/usr/share/kaidan/images/onboarding
/usr/share/kaidan/images/onboarding/account-transfer.svg
/usr/share/kaidan/images/onboarding/automatic-registration.svg
/usr/share/kaidan/images/onboarding/custom-form.svg
/usr/share/kaidan/images/onboarding/display-name.svg
/usr/share/kaidan/images/onboarding/login.svg
/usr/share/kaidan/images/onboarding/manual-registration.svg
/usr/share/kaidan/images/onboarding/password.svg
/usr/share/kaidan/images/onboarding/provider.svg
/usr/share/kaidan/images/onboarding/registration.svg
/usr/share/kaidan/images/onboarding/result.svg
/usr/share/kaidan/images/onboarding/username.svg
/usr/share/kaidan/images/onboarding/web-registration.svg
/usr/share/kaidan/images/qr-code-scan-1.svg
/usr/share/kaidan/images/qr-code-scan-2.svg
/usr/share/kaidan/images/qr-code-scan-own-1.svg
/usr/share/kaidan/images/qr-code-scan-own-2.svg
/usr/share/kaidan/providers.json
/usr/share/knotifications5/kaidan.notifyrc
/usr/share/licenses/kaidan
/usr/share/licenses/kaidan/LICENSE
/usr/share/metainfo/im.kaidan.kaidan.appdata.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:22:44 2024