mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-08 14:21:48 +01:00
Update CHANGELOG.md and metadata.
This commit is contained in:
parent
4e99ed55b1
commit
18f009f72f
15
CHANGELOG.md
15
CHANGELOG.md
@ -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).
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user