Skip to content

Commit

Permalink
updated version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
pkscout committed Dec 8, 2022
1 parent 999901c commit 8a5e119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvshows.themoviedb.org.python"
name="TMDb TV Shows"
version="1.5.7~beta4"
version="1.6.0"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.metadata" version="2.1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.tvshows" library="main.py" cachepersistence="00:15"/>
<extension point="xbmc.addon.metadata">
<news>1.5.7
<news>1.6.0
change to use new JSON based episodeguide format to handle multiple providers
fixes for last minute changes to new Nexus Python bindings
</news>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1.5.7
1.6.0
change to use new JSON based episodeguide format to handle multiple providers
fixes for last minute changes to new Nexus Python bindings

1.5.6
fix for scraper ignoring NFO files with TVDB artwork URL
Expand Down

0 comments on commit 8a5e119

Please sign in to comment.