Skip to content

Commit

Permalink
tag version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrector committed Jan 27, 2020
1 parent f843380 commit cbc07d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
17 changes: 6 additions & 11 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.themoviedb.org.python"
name="The Movie Database Python"
version="0.7.0"
version="1.0.0"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand All @@ -14,20 +14,15 @@
<extension point="xbmc.metadata.scraper.movies"
language="en"
library="python/scraper.py"/>
<!-- <extension point="xbmc.python.module" library="python/lib" /> -->
<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>v0.7.0 (2020-01-11) - release candidate
<news>v1.0.0 (2020-01-26)
- Feature: option to enable/disable IMDB and Trakt ratings

v0.7.0 (2020-01-11) - release candidate
- Feature: add trakt rating
- Feature: search by IMDB or TMDB ID
- Fix: support path-specific settings

v0.6.0 (2019-07-04)
- Feature: add option to configure certification prefix
- Feature: add option to return single or multiple studios
- Feature: add movie set overview and artwork when scanning movies
- Fix: IMDB top 250 and ratings
- Fix: parsing NFO file for URL / ID</news>
- Fix: support path-specific settings</news>
<summary lang="af_ZA">TMDB Fliek Skraper</summary>
<summary lang="be_BY">TMDB Movie Scraper</summary>
<summary lang="bg_BG">Сваля инф. за филми от TMDB</summary>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.0.0 (2020-01-26)
- Feature: option to enable/disable IMDB and Trakt ratings

v0.7.0 (2020-01-11) - release candidate
- Feature: add trakt rating
- Feature: search by IMDB or TMDB ID
Expand Down

0 comments on commit cbc07d9

Please sign in to comment.