Release Version 0.9.5
This commit is contained in:
parent
954294be88
commit
68e46d9a64
2 changed files with 10 additions and 2 deletions
|
@ -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.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.4" provider-name="bassdart">
|
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.5" provider-name="bassdart">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.kodi-six" />
|
<import addon="script.module.kodi-six" />
|
||||||
|
@ -23,7 +23,11 @@
|
||||||
<website>https://vidfltr.slashproc.org/</website>
|
<website>https://vidfltr.slashproc.org/</website>
|
||||||
<email></email>
|
<email></email>
|
||||||
<source>https://kodi.slashproc.org/repo/plugin.video.vidfltr/</source>
|
<source>https://kodi.slashproc.org/repo/plugin.video.vidfltr/</source>
|
||||||
<news>0.9.4
|
<news>0.9.5
|
||||||
|
- fix display of quotation marks in video lists
|
||||||
|
- add pagination for artists on main page and countries
|
||||||
|
- fix Musly (similar music) sort order and filter out dupes
|
||||||
|
0.9.4
|
||||||
- add compatibility with KODI before krypton
|
- add compatibility with KODI before krypton
|
||||||
- more minor cleanups
|
- more minor cleanups
|
||||||
0.9.3
|
0.9.3
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
0.9.5
|
||||||
|
- fix display of quotation marks in video lists
|
||||||
|
- add pagination for artists on main page and countries
|
||||||
|
- fix Musly (similar music) sort order and filter out dupes
|
||||||
0.9.4
|
0.9.4
|
||||||
- add compatibility with KODI before krypton
|
- add compatibility with KODI before krypton
|
||||||
- more minor cleanups
|
- more minor cleanups
|
||||||
|
|
Loading…
Reference in a new issue