Skip to content

Commit 34cb257

Browse files
committed
changelog/addon.xml: version 4.0.0
1 parent bb8d7d6 commit 34cb257

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

addon.xml

Lines changed: 3 additions & 3 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.2" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
2+
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="4.0.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
</requires>
@@ -24,8 +24,8 @@
2424
<assets>
2525
<icon>resources/icon.png</icon>
2626
</assets>
27-
<news>3.90.2
28-
- fix compatibility with Python 3.9+
27+
<news>4.0.0
28+
- fix Python exception when using the HD44780 character encodings/translation maps
2929
</news>
3030
</extension>
3131
</addon>

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
4.0.0
2+
- fix Python exception when using the HD44780 character encodings/translation maps
13
3.90.2
24
- fix compatibility with Python 3.9
35
3.90.1

0 commit comments

Comments
 (0)