Skip to content

Commit 22d8489

Browse files
committed
Update version to 3.8.0 and enhance changelog with new features and translation updates
1 parent a0162d8 commit 22d8489

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

addon.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.trakt" name="Trakt" version="3.7.0" provider-name="Trakt.tv, Razzeee">
2+
<addon id="script.trakt" name="Trakt" version="3.8.0" provider-name="Trakt.tv, Razzeee">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.trakt" version="4.4.0"/>
@@ -15,7 +15,8 @@
1515
<forum>https://forum.kodi.tv/showthread.php?tid=220547</forum>
1616
<website>https://trakt.tv</website>
1717
<source>https://github.com/trakt/script.trakt</source>
18-
<news>- Update translations</news>
18+
<news>- Add support for script.trakt.exclude property
19+
- Translation updates</news>
1920
<assets>
2021
<icon>icon.png</icon>
2122
<fanart>fanart.jpg</fanart>

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
version 3.8.0
2+
- Add support for script.trakt.exclude listitem property
3+
- Translation updates (Irish, Bosnian, Polish, Portuguese, Swedish, Chinese, and more)
4+
5+
version 3.7.1
6+
- Fix title/year fallback ignoring year
7+
- Add a test for movies with same name
8+
19
version 3.7.0
210
- Translation update
311

0 commit comments

Comments
 (0)