You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace tabulate with the new table handler. (#206)
With the -j or --to-json argument, the output of reports, rooms, users and user can be set to the JSON format. (#211)
All API requests which need multiple requests to collect all data are now asynchronous. Add an optional [limit] argument to the users and reports addon. (#217)
Add (one-pass) Jinja2 support for the configuration file. (#229)
Commands or subcommands are now located in matrixctl.addons as packages and considered addons. Addons are separated in parser.py and addon.py. It is now allowed to use multiple modules for one addon. (#187)