Skip to content

Commit

Permalink
Prepare 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Feb 27, 2021
1 parent 0b81c2f commit 859655a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1. Write changelog in changelog.txt
2. Update addon.xml - the version and the news tag
3. Push to github wait for CI
4. Create a new git tag and push it `git tag vX.X.X` `git push --tags`
4 changes: 2 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.3" provider-name="Trakt.tv, Razzeee">
<addon id="script.trakt" name="Trakt" version="3.3.4" 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,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> - Fixes for matrix changed apis</news>
<news>- Fix variable reference error</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.3.4
- Fix variable reference error

version 3.3.3
- Improve PVR detection
- Updated for python 3.9
Expand Down

0 comments on commit 859655a

Please sign in to comment.