docs: Add changelog
This commit is contained in:
parent
128ba8173f
commit
f421bd2a90
2 changed files with 112 additions and 1 deletions
111
CHANGELOG.rst
Normal file
111
CHANGELOG.rst
Normal file
|
@ -0,0 +1,111 @@
|
|||
*********
|
||||
Changelog
|
||||
*********
|
||||
|
||||
|
||||
v1.0.0 (UNRELEASED)
|
||||
===================
|
||||
|
||||
- Require Mopidy 3.0 or newer.
|
||||
|
||||
- Update extension to match the Mopidy extension cookiecutter.
|
||||
|
||||
|
||||
v0.4.1 (2020-02-01)
|
||||
===================
|
||||
|
||||
- Require Python 3.7 or newer.
|
||||
|
||||
- Require py-sonic 0.7.7 or newer.
|
||||
|
||||
|
||||
v0.4.0 (2017-08-14)
|
||||
===================
|
||||
|
||||
- Use Mopidy extension name as Subsonic API app name.
|
||||
|
||||
|
||||
v0.3.4 (2017-06-12)
|
||||
===================
|
||||
|
||||
- Playlist improvements.
|
||||
|
||||
|
||||
v0.3.3 (2017-05-15)
|
||||
===================
|
||||
|
||||
- Add API version setting.
|
||||
|
||||
|
||||
v0.3.2 (2017-05-04)
|
||||
===================
|
||||
|
||||
- Fix playlist track listing.
|
||||
|
||||
|
||||
v0.3.1 (2017-03-23)
|
||||
===================
|
||||
|
||||
- Fix URL encoding bug.
|
||||
|
||||
|
||||
v0.3.0 (2017-03-22)
|
||||
===================
|
||||
|
||||
- Add support for browsing.
|
||||
|
||||
|
||||
v0.2.7 (2017-03-14)
|
||||
===================
|
||||
|
||||
- Improved sorting of results.
|
||||
|
||||
|
||||
v0.2.6 (2017-03-04)
|
||||
===================
|
||||
|
||||
- Require py-sonic 0.6.1 to support legacy auth.
|
||||
|
||||
|
||||
v0.2.5 (2017-02-27)
|
||||
===================
|
||||
|
||||
- Fix legacy auth support.
|
||||
|
||||
|
||||
v0.2.4 (2017-02-23)
|
||||
===================
|
||||
|
||||
- Document current features/restrictions.
|
||||
|
||||
- Fix bug.
|
||||
|
||||
|
||||
v0.2.3 (2016-11-03)
|
||||
===================
|
||||
|
||||
- Add more debug logging.
|
||||
|
||||
|
||||
v0.2.2 (2016-11-02)
|
||||
===================
|
||||
|
||||
- Improved error handling.
|
||||
|
||||
|
||||
v0.2.1 (2016-09-22)
|
||||
===================
|
||||
|
||||
- Improved search.
|
||||
|
||||
|
||||
v0.2.0 (2016-09-22)
|
||||
===================
|
||||
|
||||
- Add basic naive search.
|
||||
|
||||
|
||||
v0.1.1 (2016-09-20)
|
||||
===================
|
||||
|
||||
- Initial release.
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = Mopidy-Subidy
|
||||
version = 0.2.1
|
||||
version = 1.0.0
|
||||
url = https://github.com/Prior99/mopidy-subidy
|
||||
author = prior99
|
||||
author_email = fgnodtke@cronosx.de
|
||||
|
|
Loading…
Add table
Reference in a new issue