Accepting request 957643 from home:wolfi323:branches:KDE:Extra
- Update to version 1.6.3 * Fix double click on user * Fix show roles in groups channel * Disable action when it's not connected * Fix emoji popup pos * Avoid duplicate users when we create channel * Use enum for defining type of createChannel info * Fix delete team * Fix create teams * Use isValid() * Reduce struct * When we create a team member must use userId, but for channels we need userNames * Fix add users when we create new channel OBS-URL: https://build.opensuse.org/request/show/957643 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/ruqola?expand=0&rev=9
This commit is contained in:
parent
a9120c55d7
commit
8399efef50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8e801745c0eb340e081e3763004d1d628453abbf8b6dc5cea41915832a81df2
|
|
||||||
size 815340
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmH6xKgACgkQhzrDRZu8
|
|
||||||
9cBPQggAqnbdoYKyn6EJBidyo9h0fg0XnVk3m++VsSKCEcv8Mewozk1qCpEHp7DY
|
|
||||||
le8Zx3celBjH/dA4fvfURu7+CHl3/L2JgRwmIXFeSlGIxuvQoYanX2h3iStlyXcq
|
|
||||||
SV8nmxmpsjUmcrkBjAW53nG4q4S/PZgRbrYN5pwWadwkAvnDIDvQdn5TgVaq1k8e
|
|
||||||
WlMBcGVp6qY9Fx4PKypcN9q+dWZVvzrTq6aMCodSQCHWmm7HM9/XC+X7cUS6syJh
|
|
||||||
Ci37FLpDOru/4Qzpb/cQWo9OxauJSX730Ek42jKNmKnwVcruYMpD/OCEQjUBxtL/
|
|
||||||
xrdIju5UCjrspddnLuqPILSPQKot0Q==
|
|
||||||
=405W
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
ruqola-1.6.3.tar.xz
Normal file
3
ruqola-1.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70a422793b186c544139c61ff2ee708ce266e931eacb0cdb9f37f125a531c541
|
||||||
|
size 815564
|
11
ruqola-1.6.3.tar.xz.sig
Normal file
11
ruqola-1.6.3.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 25 17:52:14 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
- Update to version 1.6.3
|
||||||
|
* Fix double click on user
|
||||||
|
* Fix show roles in groups channel
|
||||||
|
* Disable action when it's not connected
|
||||||
|
* Fix emoji popup pos
|
||||||
|
* Avoid duplicate users when we create channel
|
||||||
|
* Use enum for defining type of createChannel info
|
||||||
|
* Fix delete team
|
||||||
|
* Fix create teams
|
||||||
|
* Use isValid()
|
||||||
|
* Reduce struct
|
||||||
|
* When we create a team member must use userId, but for channels
|
||||||
|
we need userNames
|
||||||
|
* Fix add users when we create new channel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 9 19:14:52 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
Wed Feb 9 19:14:52 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: ruqola
|
Name: ruqola
|
||||||
Version: 1.6.2
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rocket.chat Client
|
Summary: Rocket.chat Client
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user