Skip to content

Commit 01a2ba7

Browse files
committed
changelog/addon.xml: version 3.90.1
1 parent c38af90 commit 01a2ba7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

addon.xml

Lines changed: 4 additions & 4 deletions
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="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.90.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
2+
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.90.1" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
</requires>
@@ -24,9 +24,9 @@
2424
<assets>
2525
<icon>resources/icon.png</icon>
2626
</assets>
27-
<news>3.90.0
28-
- XBMC LCDproc for Kodi Matrix (Python 3)
29-
- Allow LCDproc protocol version 0.4
27+
<news>3.90.1
28+
- replace LOGNOTICE with LOGINFO, remove LOGSEVERE
29+
- use translatePath from xbmcvfs instead of xbmc
3030
</news>
3131
</extension>
3232
</addon>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.90.1
2+
- replace LOGNOTICE with LOGINFO, remove LOGSEVERE
3+
- use translatePath from xbmcvfs instead of xbmc
14
3.90.0
25
- XBMC LCDproc for Kodi Matrix (Python 3)
36
- Allow LCDproc protocol version 0.4

0 commit comments

Comments
 (0)