Update CHANGELOG for v0.8.10

This commit is contained in:
Sumner Evans
2020-01-28 08:57:05 -07:00
parent b9a368b714
commit fca14475fa
2 changed files with 27 additions and 1 deletions

View File

@@ -1,3 +1,29 @@
v0.8.10
=======
* Converted to use use ``logging`` instead of ``print`` statements. Log file and
level configurable using the ``-l|--logfile`` and ``-m|--loglevel``
parameters.
* Added busy-wait on Chromecast retrieval when already getting Chromecasts.
* **Bug Fix:** Sublime Music no longer crashes when selecting a server for the
first time.
* **Documentation**
* Added automated documentation of the ``sublime`` Python module using Sphinx
and automated parameter documentation using ``sphinx-autodoc-typehints``.
* Started documenting more of the classes including type hints.
* Added some screenshots.
* **Infrastructure**
* Auto-deploy of documentation to GitLab Pages:
https://sumner.gitlab.io/sublime-music.
* Code coverage report now available for latest ``master`` at
https://sumner.gitlab.io/sublime-music/htmlcov.
* Lint step also disallows ``print()`` statements in code.
v0.8.9
======

View File

@@ -1 +1 @@
__version__ = '0.8.9'
__version__ = '0.8.10'