Update CHANGELOG.md and metadata.

This commit is contained in:
Bas Stottelaar 2015-09-14 22:06:06 +02:00
parent 4e99ed55b1
commit 18f009f72f
2 changed files with 17 additions and 4 deletions

View File

@ -1,5 +1,18 @@
# Changelog
## v2.0.0
Released 14 September 2015
Highlight:
* Added: support for starred items.
* Fixed: transcode format property was incorrect.
* Improved: playlist handling.
* Improved: metadata.
* Upgraded: libsonic.
* Upgraded: libsonic_extra.s
The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v1.0.0...v2.0.0).
## v1.0.0
Released 31 May 2015
@ -9,4 +22,4 @@ Highlights:
* Improved: metadata for items.
* Fixed: migrated to [`py-sonic`](https://github.com/crustymonkey/py-sonic) to interact with Subsonic.
The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/ff86dfa49f914a18233dee295df74b73a70200e8...v1.0.0).
The full list of commits can be found [here](https://github.com/rembo10/headphones/compare/ff86dfa49f914a18233dee295df74b73a70200e8...v1.0.0).

View File

@ -8,14 +8,14 @@
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Subsonic music addon for Kodi.</summary>
<description lang="en">Subsonic music addon for Kodi.</description>
<description lang="en">Subsonic music addon for Kodi. Stream your tunes directly to Kodi.</description>
<disclaimer lang="en"></disclaimer>
<language>en</language>
<platform>all</platform>
<license>MIT</license>
<forum></forum>
<website>https://github.com/basilfx/plugin.audio.subsonic</website>
<website>http://www.subsonic.org</website>
<source>https://github.com/basilfx/plugin.audio.subsonic</source>
<email></email>
<source></source>
</extension>
</addon>