Skip to content

Commit c6a338d

Browse files
committed
changelog/addon.xml: version 4.1.0
1 parent b2356d1 commit c6a338d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

addon.xml

Lines changed: 5 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="4.0.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
2+
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="4.1.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,10 @@
2424
<assets>
2525
<icon>resources/icon.png</icon>
2626
</assets>
27-
<news>4.0.0
28-
- fix Python exception when using the HD44780 character encodings/translation maps
27+
<news>4.1.0
28+
- Python 3.13 compat: Use raw strings for regex'es everywhere, fixes SyntaxError's (thanks alanswanson!)
29+
- Python 3.13 compat: Replace long deprecated telnetlib usage with raw sockets (thanks m-wichmann!)
30+
- Minor housekeepings
2931
</news>
3032
</extension>
3133
</addon>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.1.0
2+
- Python 3.13 compat: Use raw strings for regex'es everywhere, fixes SyntaxError's (thanks alanswanson!)
3+
- Python 3.13 compat: Replace long deprecated telnetlib usage with raw sockets (thanks m-wichmann!)
4+
- Minor housekeepings
15
4.0.0
26
- fix Python exception when using the HD44780 character encodings/translation maps
37
3.90.2

0 commit comments

Comments
 (0)