Skip to content

Commit

Permalink
Merge tag 'v0.11.3' into develop
Browse files Browse the repository at this point in the history
v0.11.3

* tag 'v0.11.3':
  update changelog
  bump from v0.11.2 to v0.11.3
  • Loading branch information
MichaelSasser committed Nov 16, 2021
2 parents f27aefa + f9a27ab commit 8c4ac24
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 13 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@ This is the changelog of MatrixCtl. You can find the issue tracker on

.. towncrier release notes start
0.11.3 (2021-11-16)
===================

Features & Improvements
-----------------------

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


Miscellaneous
-------------

- Remove dependency ``single_source`` (`#245
<https://github.com/MichaelSasser/matrixctl/issues/245>`_)
- Generate the release body with a script while running the release action.
(`#284 <https://github.com/MichaelSasser/matrixctl/issues/284>`_)


0.11.2 (2021-09-26)
===================

Expand Down
1 change: 0 additions & 1 deletion news/245.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/252.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/254.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/265.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/267.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/271.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/273.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/275.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/277.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/278.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/281.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/284.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matrixctl"
version = "0.11.2"
version = "0.11.3"
description = "Control, manage, provision and deploy matrix homeservers."

license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 8c4ac24

Please sign in to comment.