Skip to content

Commit a4fb7bf

Browse files
committed
Release v3.8.2
1 parent 09f5ae0 commit a4fb7bf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

addon.xml

Lines changed: 5 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.8.1" provider-name="Trakt.tv, Razzeee">
2+
<addon id="script.trakt" name="Trakt" version="3.8.2" 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,10 @@
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>- Changes to user agent and api key handling</news>
18+
<news>- Fix: Handle empty Kodi media details
19+
- Fix functional bugs in utilities and scrobbler
20+
- Add unit tests for utilities and obfuscation modules
21+
- Improve type hints</news>
1922
<assets>
2023
<icon>icon.png</icon>
2124
<fanart>fanart.jpg</fanart>

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
version 3.8.2
2+
- Fix: Handle empty Kodi media details
3+
- Fix functional bugs in utilities and scrobbler
4+
- Add unit tests for utilities and obfuscation modules
5+
- Improve type hints
6+
17
version 3.8.1
28
- Changes to user agent and api key handling
39

0 commit comments

Comments
 (0)