v0.33
github-actions
released this
25 Jan 08:39
·
0 commits
to 63cfc23a13977e0b288b6b5037ce90fc85b42f6e
since this release
Improved / Changed
- Remove case-insensitive room search workaround.
synadm room search
, an alias forsynadm room list -n
, had a workaround built-in to support case-insensitive searches via the room list API. Since Synapse v1.25 (2021-01) this API does case-insensitivity by itself already. The workaround has been removed.
- Support full feature-set of room list command.
synadm room search
now supports options--sort
and--reverse
, which now gives it the same feature-set as the originalsynadm room list
command.
New
- Support the room state API,
synadm room state
(#53) - Room power levels command (list admins, mods, ...),
synadm room power-levels
(#54)
Fixed
- Several fixes and improvements in
--help
texts ofroom ...
commands.
Notes
- Docs:
- Update instructions: https://github.com/JOJ0/synadm#update
- Full Changelog: v0.32...v0.33