Skip to content

Commit b4ff9ab

Browse files
authored
tag version 3.1.1 (#232)
1 parent ecc78e4 commit b4ff9ab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

addon.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="metadata.themoviedb.org.python"
33
name="The Movie Database Python"
4-
version="3.1.0"
4+
version="3.1.1"
55
provider-name="Team Kodi">
66
<requires>
77
<import addon="xbmc.metadata" version="2.1.0"/>
@@ -11,7 +11,11 @@
1111
library="python/scraper.py"/>
1212
<extension point="xbmc.addon.metadata">
1313
<reuselanguageinvoker>true</reuselanguageinvoker>
14-
<news>v3.1.0 (2024-12-28)
14+
<news>v3.1.1 (2025-03-21)
15+
- fix search for titles with accented characters
16+
- fix rare failure to find by IMDB number
17+
18+
v3.1.0 (2024-12-28)
1519
- add option to increase available artwork per art type
1620
- fix for inability to scrape IMDB ratings
1721

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.1.1 (2025-03-21)
2+
- fix search for titles with accented characters
3+
- fix rare failure to find by IMDB number
4+
15
v3.1.0 (2024-12-28)
26
- add option to increase available artwork per art type
37
- fix for inability to scrape IMDB ratings

0 commit comments

Comments
 (0)