Improved / Changed
- Tiny improvements in help output of
synadm user modify
command - Internal changes in click-contrib/option-group extension handling
synadm media list <room id>
command changed tosynadm media list -r <room id>
New
synadm user media <user id>
command (also available assynadm media list -u <user id>
), thanks to @Bubu for the draft- First steps for auto-generated releases via github actions
Notes
- Upgrade using
git pull; python setup.py install
and make sure dependency click-option-group was updated to version 0.5.2 (check withpip list
)