Release Version 0.9.6

This commit is contained in:
bassdart 2019-03-17 20:45:08 +01:00
parent 195bde9327
commit 5c1f348d36
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.5" provider-name="bassdart">
<addon id="plugin.video.vidfltr" name="VIDFLTR Music Videos" version="0.9.6" provider-name="bassdart">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.kodi-six" />
@ -30,7 +30,13 @@
<clearlogo>resources/img/kodi/clearlogo.png</clearlogo>
<screenshot></screenshot>
</assets>
<news>0.9.5
<news>0.9.6
- add display of official/unofficial count in main artist and country folders
- fix pager enumeration in main artist and country if Video Selection isn't set to show all videos
- don't list artists with known country also in Unknown
- add page counter for main artists, countries and sorted folders
- various other fixes and cleanups
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

View file

@ -1,3 +1,9 @@
0.9.6
- add display of official/unofficial count in main artist and country folders
- fix pager enumeration in main artist and country if Video Selection isn't set to show all videos
- don't list artists with known country also in Unknown
- add page counter for main artists, countries and sorted folders
- various other fixes and cleanups
0.9.5
- fix display of quotation marks in video lists
- add pagination for artists on main page and countries