Move Matrix compatible version to 3.0.0
This commit is contained in:
parent
17f77aca93
commit
1703d433a3
|
@ -1,13 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v2.0.9
|
## v3.0.0
|
||||||
Released 22nd June 2021 (by warwickh)
|
Released 29th June 2021 (by warwickh)
|
||||||
* Basic update to provide Matrix compatility. Not tested on Kodi below v19
|
* Basic update to provide Matrix compatility. Not tested on Kodi below v19
|
||||||
* Some connection settings not fully implemented
|
|
||||||
* Updates simpleplugin to latest version (3.0.0) https://github.com/vlmaksime/script.module.simpleplugin
|
* Updates simpleplugin to latest version (3.0.0) https://github.com/vlmaksime/script.module.simpleplugin
|
||||||
* Moves some legacy simpleplugin static routines into main.py
|
* Moves some legacy simpleplugin static routines into main.py
|
||||||
* Removes dependancy on libsonic_extra by moving some walk functions into main.py
|
* Removes dependancy on libsonic_extra by moving some walk functions into main.py
|
||||||
* Updates libsonic to latest version and adds functions for returning raw url for populating menus
|
* Updates libsonic to latest version and adds functions for returning raw url for populating menus
|
||||||
|
* Move to version 3+ for diffferentiation from Leia compatible version
|
||||||
|
|
||||||
## v2.0.8
|
## v2.0.8
|
||||||
Released 29th November 2017 (by Heruwar)
|
Released 29th November 2017 (by Heruwar)
|
||||||
|
|
|
@ -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.9" provider-name="BasilFX,grosbouff,silascutler,Heruwar,warwickh">
|
<addon id="plugin.audio.subsonic" name="Subsonic" version="3.0.0" provider-name="BasilFX,grosbouff,silascutler,Heruwar,warwickh">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="3.0.0"/>
|
<import addon="xbmc.python" version="3.0.0"/>
|
||||||
<import addon="script.module.dateutil" version="2.4.2"/>
|
<import addon="script.module.dateutil" version="2.4.2"/>
|
||||||
|
|
Loading…
Reference in New Issue