Skip to content

Commit dc770d5

Browse files
committed
bump to version 0.10.0
1 parent 33f35f9 commit dc770d5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

addon.xml

Lines changed: 8 additions & 1 deletion
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="plugin.program.steam.library" name="Steam Library" version="0.9.0" provider-name="aanderse">
2+
<addon id="plugin.program.steam.library" name="Steam Library" version="0.10.0" provider-name="aanderse">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0" />
55
<import addon="script.module.requests" version="2.22.0" />
@@ -48,6 +48,13 @@
4848
- ported to kodi 19.x
4949
v0.9.0 (2023-06-05)
5050
- ported to kodi 20.x
51+
v0.10.0 (2025-12-26)
52+
- added game metadata (descriptions, genres, ratings) via background service
53+
- improved artwork loading with parallel requests and fallback support
54+
- fixed installed games detection for modern Steam (libraryfolders.vdf)
55+
- fixed credential validation and version upgrade bugs
56+
- updated settings to Kodi 19+ format
57+
- security: masked credentials in debug logs
5158
</news>
5259
<assets>
5360
<icon>icon.png</icon>

0 commit comments

Comments
 (0)