Skip to content

Commit

Permalink
Prepare 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 13, 2021
1 parent c2045e9 commit 2a2bc61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 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.3.5" provider-name="Trakt.tv, Razzeee">
<addon id="script.trakt" name="Trakt" version="3.4.0" provider-name="Trakt.tv, Razzeee">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.trakt" version="4.1.0"/>
Expand Down Expand Up @@ -57,7 +57,11 @@
<forum>https://forum.kodi.tv/showthread.php?tid=220547</forum>
<website>https://trakt.tv</website>
<source>https://github.com/trakt/script.trakt</source>
<news>- Fix variable reference error</news>
<news> - Fallback to pre-matrix imdbnumber behavior again
- Fix notifications not showing
- Fix id handling for manual actions, fixes tmdb for e.g.
- Fix episode collection chunksize
- Fix show rating not working</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
version 3.4.0
- Fallback to pre-matrix imdbnumber behavior again
- Fix notifications not showing
- Fix id handling for manual actions, fixes tmdb for e.g.
- Fix episode collection chunksize
- Fix show rating not working

version 3.3.5
- Fix variable reference error

Expand Down

0 comments on commit 2a2bc61

Please sign in to comment.