Skip to content

Commit

Permalink
changelog/addon.xml: note changes and set version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herrnst committed Jun 13, 2018
1 parent dcf2495 commit a971b05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 4 additions & 8 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.0.0" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.0.1" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
Expand All @@ -22,13 +22,9 @@
<assets>
<icon>resources/icon.png</icon>
</assets>
<news>3.0.0 (Leia)
- Compatibility with Kodi 18 Leia
- Polish translation by mskalski (thanks!)
- French translation by fengalin (thanks!)
- Strings finally migrated to strings.po format
- New progressbar+time linetype by Truong Ta (thanks!)
- Fixes, cleanups, cosmetics and optimizations all over the place
<news>3.0.1
- Imports cleaned up
- Compatibility with Python 3
</news>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.1
- Imports cleaned up
- Compatibility with Python 3
3.0.0 (Leia)
- Compatibility with Kodi 18 Leia
- Polish translation by mskalski (thanks!)
Expand Down

0 comments on commit a971b05

Please sign in to comment.