Releases: JOJ0/synadm
Releases · JOJ0/synadm
v0.41
New
- Configuration option ssl_verify allows disabling SSL verification by @heurtematte in #88
Notes
Full Changelog: v0.40...v0.41
v0.40
Improved / Changed
- Rename from batch mode to non-interactive mode by @JOJ0 in #102
- Streamline notice send --batch-size option by @JOJ0 in #104
New
- Make it possible to change user type by @gergelypolonkai in #90
- User list pagination & Deactivate multiple accounts based on regex by @JacksonChen666 in #93
- Add CONTRIBUTING.md by @JOJ0 in #99
Fixed
- Catch missing rooms when deleting by @JacksonChen666 in #94
- Fix changing admin-enabled user to regular user by @JOJ0 in #103
Notes
Full Changelog: v0.39...v0.40
v0.39
Improved / Changed
- The "json" output mode now defaults to "pretty printed json" @waclaw66, @JOJ0 in #84, #92
- README overhaul by @JOJ0 in #91
New
- Implement room blocking and blocking status by @JacksonChen666 in #83
- Implement media unquarantine command by @JOJ0 in #85
- Add a new output mode "minified" by @waclaw66, @JOJ0 in #84, #92
- Add scripting examples chapter to docs by @JOJ0 in #86
Fixed
Notes
Full Changelog: v0.38...v0.39
v0.38
v0.37.1
New
Improved
- Add aliases to --batch global flag by @JOJ0 in #77
- Linting fixes with the help of flake8 by @JOJ0 in #78
Notes
- Full Changelog: v0.36...v0.37.1
- Docs for the
notice send
command: https://synadm.readthedocs.io/en/v0.37.1/synadm.cli.notice.html
v0.36
Improved / Changed
- Token is now shown as "REDACTED" in the configurator by @JOJ0, @Ascurius in #73
- Option --server-discovery help texts overhaul by @JOJ0 in #72
Fixed
- Fix a sanity check in the
config
command check by @JOJ0 in #72 - Fixes in release helper scripts.
- Some code formatting fixes.
Notes
Full Changelog: v0.35...v0.36
v0.35
Improved / Changed
- Reimplementation of "own homeserver name retrieval" helper methods by @Ascurius, @JOJ0 in #69
Affects severalmedia
anduser
subcommands.
New
- Documentation chapter around using
synadm
together with Synapse instances deployed with matrix-docker-ansible-deploy.
Fixed
- Fix user_membership in if no aliases are requested by @Lykos153 in #61
- Fix NoneType error in server_name method by @JOJ0 in #63
- Fix typos in README by @schwindp in #64
Notes
Full Changelog: v0.34...v0.35
v0.34
New
- Added shadow-ban command by @Ascurius in #57
- Added support for localpart as <user_id> argument by @Ascurius in #59
Improved
Notes
- Update instructions: https://github.com/JOJ0/synadm#update
- Full Changelog: v0.33.1...v0.34
v0.33.1
Fixed
- Remove trailing slash from media API calls by @Friskygote in #55
Notes
- Update instructions: https://github.com/JOJ0/synadm#update
- Full Changelog: v0.33...v0.33.1
v0.33
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