Skip to content

Release v0.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 14:22
f9a27ab

0.11.3 (2021-11-16)

Features & Improvements

  • Add is-admin addon to determine if a user is a server admin.
    (#252)
  • Add set-admin addon to promote/demote users to/from homeserver
    admin
    (#254)
  • Add make-room-admin addon
    (#265)
  • Add get-event-context addon.
    (#267)
  • Add -f|--force switch to purge-history to answer all questions
    with yes.
    (#271)
  • Add -e|--empty switch argument to rooms, to only show empty
    rooms.
    (#273)
  • Add purge-remote-media addon.
    (#275)
  • delroom now uses the "Delete Room API" instead of the old
    "Purge Room API", which is deprecated.
    (#277)
  • Add delete-local-media addon.
    (#278)
  • Debloat matrixctl --help
    (#281)

Miscellaneous

  • Remove dependency single_source
    (#245)
  • Generate the release body with a script while running the release
    action.
    (#284)