Skip to content

v0.32

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 06:14

Improved / Changed

  • Display room aliases instead of room ID's in synadm room list, as requested in issue #25
  • Several commands now by default display human readable dates and times instead of UNIX epoch in ms. For scripting purposes the old behaviour can still be forced by passing option --ts (--timestamp):
    • synadm media list
    • synadm user media
  • Options --datetime/--timestamp in synadm regtok list command streamlined to shortform options --dt/--ts

New

  • Translate a room ID to room aliases and vice versa, new command: synadm room resolve, contributed by @MacLemon
  • Cleanup abandoned sessions/devices, new command synadm user prune-devices as requested in issue #44, contributed by @nemobis

Fixed

  • Activating a user without a password is now a valid use case, contributed by @andir PR #39
  • Add missing synadm config command to readthedocs commmands reference.
  • Streamline help texts: Always start with a capital letter.

Notes