File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
154.0.0
26- fix Python exception when using the HD44780 character encodings/translation maps
373.90.2
You can’t perform that action at this time.
0 commit comments