mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-09 14:44:32 +01:00
doc
This commit is contained in:
parent
b66129b448
commit
3cb2bc702b
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.0.4
|
||||||
|
Released 5 October 2016
|
||||||
|
* Cache (permanently) starred items so we can know everywhere if an item is starred or not without querying it
|
||||||
|
* Colorize starred items
|
||||||
|
* Hide artist in lists if it is unique
|
||||||
|
* Removed list_artist_albums()
|
||||||
|
|
||||||
## v2.0.3
|
## v2.0.3
|
||||||
Released 4 October 2016
|
Released 4 October 2016
|
||||||
* Random tracks submenu
|
* Random tracks submenu
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.audio.subsonic" name="Subsonic" version="2.0.3" provider-name="BasilFX,grosbouff,lrusak">
|
<addon id="plugin.audio.subsonic" name="Subsonic" version="2.0.4" provider-name="BasilFX,grosbouff,lrusak">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.14.0"/>
|
<import addon="xbmc.python" version="2.14.0"/>
|
||||||
<import addon="script.module.dateutil" version="2.4.2"/>
|
<import addon="script.module.dateutil" version="2.4.2"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user