==================
Features & Improvements
-----------------------
- The application now uses ``__main__.py`` instead of ``application.py``.
Developers are now able to use ``python matrixctl`` from the project root to
start the application. (`60
<https://github.com/MichaelSasser/matrixctl/issues/60>`_)
- Add tox as simple way to check the changelog, testbuild the docs, run
pre-commit and run tests (`64
<https://github.com/MichaelSasser/matrixctl/issues/64>`_)
Bugfixes
--------
- Fix ``TypeError`` when enabling debug mode and using the API. (`45
<https://github.com/MichaelSasser/matrixctl/issues/45>`_)
Miscellaneous
-------------
- Add ``CHANGELOG.rst`` to project root generated by ``towncrier``.
This is the first release using the new changelog generation procedure.
If you want to see the previous changelog please check our `releases on
GitHub
<https://github.com/MichaelSasser/matrixctl/releases>`_. (`#61
<https://github.com/MichaelSasser/matrixctl/issues/61>`_)