Skip to content

Commit

Permalink
changelog/addon.xml: version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herrnst committed May 4, 2022
1 parent bb8d7d6 commit 34cb257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 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.2" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="4.0.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
Expand All @@ -24,8 +24,8 @@
<assets>
<icon>resources/icon.png</icon>
</assets>
<news>3.90.2
- fix compatibility with Python 3.9+
<news>4.0.0
- fix Python exception when using the HD44780 character encodings/translation maps
</news>
</extension>
</addon>
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
4.0.0
- fix Python exception when using the HD44780 character encodings/translation maps
3.90.2
- fix compatibility with Python 3.9
3.90.1
Expand Down

0 comments on commit 34cb257

Please sign in to comment.