Skip to content

Commit dd1cc4d

Browse files
committed
changelog/addon.xml: version 3.0.3
1 parent 82b1769 commit dd1cc4d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

addon.xml

Lines changed: 5 additions & 7 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.0.2" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
2+
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.0.3" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
33
<requires>
44
<import addon="xbmc.python" version="2.25.0"/>
55
</requires>
@@ -24,12 +24,10 @@
2424
<assets>
2525
<icon>resources/icon.png</icon>
2626
</assets>
27-
<news>3.0.2
28-
- Refactored the main addon handling into class XBMCLCDproc()
29-
- Refactored the settings and infolabels modules into classes
30-
- fixed connection status popup handling logic
31-
- Code/vars move and cleanup
32-
- Window ID cleanup (fixes the extraicon triggers during navigation)
27+
<news>3.0.3
28+
- Polish translation update by mskalski (thanks!)
29+
- Fixed a possible UTF8 conversion crash/exception
30+
- Updated video/audiocodec strings for extraicon display
3331
</news>
3432
</extension>
3533
</addon>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.0.3
2+
- Polish translation update by mskalski (thanks!)
3+
- Fixed a possible UTF8 conversion crash/exception
4+
- Updated video/audiocodec strings for extraicon display
15
3.0.2
26
- Refactored the main addon handling into class XBMCLCDproc()
37
- Refactored the settings and infolabels modules into classes

0 commit comments

Comments
 (0)