Skip to content

Commit a64470a

Browse files
committed
changelog/addon.xml: version 4.1.1
1 parent aa845d4 commit a64470a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

addon.xml

Lines changed: 3 additions & 5 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.1.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
2+
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="4.1.1" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
</requires>
@@ -26,10 +26,8 @@
2626
<assets>
2727
<icon>resources/icon.png</icon>
2828
</assets>
29-
<news>4.1.0
30-
- Python 3.13 compat: Use raw strings for regex'es everywhere, fixes SyntaxError's (thanks alanswanson!)
31-
- Python 3.13 compat: Replace long deprecated telnetlib usage with raw sockets (thanks m-wichmann!)
32-
- Minor housekeepings
29+
<news>4.1.1
30+
- Swedish translation (thanks yeager!)
3331
</news>
3432
</extension>
3533
</addon>

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
4.1.1
2+
- Swedish translation (thanks yeager!)
13
4.1.0
24
- Python 3.13 compat: Use raw strings for regex'es everywhere, fixes SyntaxError's (thanks alanswanson!)
35
- Python 3.13 compat: Replace long deprecated telnetlib usage with raw sockets (thanks m-wichmann!)

0 commit comments

Comments
 (0)