We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439242a commit 51d30a9Copy full SHA for 51d30a9
1 file changed
addon.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<addon id="plugin.program.steam.library" name="Steam Library" version="0.4.0" provider-name="aanderse">
+<addon id="plugin.program.steam.library" name="Steam Library" version="0.5.0" provider-name="aanderse">
3
<requires>
4
<import addon="xbmc.python" version="2.19.0" />
5
<import addon="script.module.requests" version="2.18.4" />
@@ -28,6 +28,9 @@
28
- added a recently played games menu
29
- added context menu with option to install a game
30
- improved startup time as recommended by Razzeee
31
+ v0.5.0 (2018-09-18)
32
+ - fixed issue with v0.4.0 release
33
+ - added new option to pass arguments to the steam executable
34
</news>
35
<assets>
36
<icon>icon.png</icon>
0 commit comments