Skip to content

Commit 7bef0bc

Browse files
committed
Prepare 3.5.0
1 parent c0f9b50 commit 7bef0bc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

addon.xml

Lines changed: 5 additions & 3 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.4.2" provider-name="Trakt.tv, Razzeee">
2+
<addon id="script.trakt" name="Trakt" version="3.5.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,8 +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>- Handle cases of missing ids for tvshows
19-
- Update translations</news>
18+
<news>- Fix problems with skins based on skin-shortcuts
19+
- Improve proxy URL configuration
20+
- Don't ask trakt for ratings, if the user doesn't need them
21+
- Translations</news>
2022
<assets>
2123
<icon>icon.png</icon>
2224
<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.5.0
2+
- Fix problems with skins based on skin-shortcuts
3+
- Improve proxy URL configuration
4+
- Don't ask trakt for ratings, if the user doesn't need them
5+
- Translations
6+
17
version 3.4.2
28
- Handle cases of missing ids for tvshows
39
- Update translations

0 commit comments

Comments
 (0)