Accepting request 966537 from home:tux93:branches:KDE:Extra

- Update to version 1.7.0
  * Add support for 2FA
  * Don't repeat the same avatar and sender in consecutive messages,
    also skip the context for threaded messages if it's the same
  * Allow to follow/unfollow messages and threads
  * Implement Search History
  * Allow to open specific messages from URL

OBS-URL: https://build.opensuse.org/request/show/966537
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/ruqola?expand=0&rev=10
This commit is contained in:
Christophe Giboudeaux 2022-04-04 18:20:47 +00:00 committed by Git OBS Bridge
parent 8399efef50
commit db5b765af4
6 changed files with 27 additions and 15 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmIWF+QACgkQhzrDRZu8
9cB4wQf/R38wm6SOp5KXcLyOqU+LucZ+ejwaUzH7LJ4TjsJK28g8wgSVgZbvrE8g
qYvmKBCJB63xM/XcDX1PQwHrisRWFXE9xecLcjVWDATzoK9om4UrDbKstRsq9dce
6BDyvO6QtIdlFXziWIeHoR/lWXndClmm2r5POlXCKQ8XpQuokLF7KXz6OA3vQs3O
3ksCdhO8o20OIHN6tUJ4CgJrZT48pohk/of5C13pfyeHELbvokIj6HMrUbEO/GZe
2YC8z0/hvfRZEWywcStEuYjG1722siw8HV7MPP1QvaRR1m54zQexPdLQxaxL8dVf
9AbyHyv7EUP4GNAQ5U5nAB2n/Lp4HQ==
=h/Jk
-----END PGP SIGNATURE-----

3
ruqola-1.7.0.tar.xz Normal file
View File

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

11
ruqola-1.7.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmJHZrwACgkQhzrDRZu8
9cAtxggAnKcWipwNxfN/glJHcEyfqTrb4Eni+eILnuzX5W0yYH4494Yfwx84A/Jh
nMOwThBSX9jyMQgtJd6jJ02ay4c0t9zWlARxYW/p6Y33bQglBl5J8qPuzJtXM660
l2lFSaAbKOTgDsdY4hcrJ2PMDfEqTZKZQH6jLZnuCHYGqUeb8P+FVctnpuM2oo1Z
gTrSr4GGCJK/tZUtcC7JEDw7PO1Yrkq4ddnMCT+RboU1I0Karmjwprj1VkSqHELB
PEoVivNIr1pokShRbQPz9FJvS1dm8QZOCQSc0OixkoMBYDlN9OsGiHL+c0cKFQ1P
1+31n/f/qLL+RWOvMRaX3mP/eGiMcA==
=DVZF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 2 12:49:06 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 1.7.0
* Add support for 2FA
* Don't repeat the same avatar and sender in consecutive messages,
also skip the context for threaded messages if it's the same
* Allow to follow/unfollow messages and threads
* Implement Search History
* Allow to open specific messages from URL
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 25 17:52:14 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at> Fri Feb 25 17:52:14 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -18,7 +18,7 @@
%bcond_without released %bcond_without released
Name: ruqola Name: ruqola
Version: 1.6.3 Version: 1.7.0
Release: 0 Release: 0
Summary: Rocket.chat Client Summary: Rocket.chat Client
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -41,6 +41,7 @@ BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NetworkManagerQt) BuildRequires: cmake(KF5NetworkManagerQt)
BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig) BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Prison)
BuildRequires: cmake(KF5Sonnet) BuildRequires: cmake(KF5Sonnet)
BuildRequires: cmake(KF5SyntaxHighlighting) BuildRequires: cmake(KF5SyntaxHighlighting)
BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(KF5TextWidgets)