Skip to content

Commit

Permalink
Bump to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed May 25, 2024
1 parent 91e1c80 commit e78d536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 2 additions & 8 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.trakt" name="Trakt" version="3.6.1" provider-name="Trakt.tv, Razzeee">
<addon id="script.trakt" name="Trakt" version="3.7.0" provider-name="Trakt.tv, Razzeee">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.trakt" version="4.4.0"/>
Expand All @@ -15,13 +15,7 @@
<forum>https://forum.kodi.tv/showthread.php?tid=220547</forum>
<website>https://trakt.tv</website>
<source>https://github.com/trakt/script.trakt</source>
<news>- Clarify unit on startup delay
- Migrate to new settings format
- Allow to override global proxy settings
- Fix empty movie title when year not included in showtitle
- Fix runtime fallback for calculating episode and movie progress
- Fix hide notifications when playing video
- Update translations</news>
<news>- Update translations</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
version 3.7.0
- Translation update

version 3.6.1
- Code cleanup
- Translation update
Expand Down

0 comments on commit e78d536

Please sign in to comment.