Skip to content

Commit

Permalink
changelog/addon.xml: version 3.90.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herrnst committed Sep 16, 2020
1 parent c38af90 commit 01a2ba7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 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.xbmc.lcdproc" name="XBMC LCDproc" version="3.90.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.90.1" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
Expand All @@ -24,9 +24,9 @@
<assets>
<icon>resources/icon.png</icon>
</assets>
<news>3.90.0
- XBMC LCDproc for Kodi Matrix (Python 3)
- Allow LCDproc protocol version 0.4
<news>3.90.1
- replace LOGNOTICE with LOGINFO, remove LOGSEVERE
- use translatePath from xbmcvfs instead of xbmc
</news>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.90.1
- replace LOGNOTICE with LOGINFO, remove LOGSEVERE
- use translatePath from xbmcvfs instead of xbmc
3.90.0
- XBMC LCDproc for Kodi Matrix (Python 3)
- Allow LCDproc protocol version 0.4
Expand Down

0 comments on commit 01a2ba7

Please sign in to comment.