Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bittor7x0 committed Feb 6, 2024
1 parent 191469b commit f51593b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.autoruns" name="Autoruns" version="1.0.2" provider-name="fightnight, bittor7x0">
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.autoruns" name="Autoruns" version="1.0.3" provider-name="fightnight, bittor7x0">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
Expand All @@ -22,8 +22,15 @@
<assets>
<icon>resources/icon.png</icon>
</assets>
<news>[B]v1.0.2 (14 November 2022):[/B]
<news>[B]v1.0.3 (6 February 2024):[/B]
- Fix issues detected by Coverity Scan and SonarCloud.
- Fix warning detected by kodi-addon-checker.
- Reformat code using Black Python code formatter.
- Reformat imports using isort Import Sorter.

[B]v1.0.2 (14 November 2022):[/B]
- Update for Kodi v19 Matrix.
- Add Spanish translation.

[B]v1.0.1 (31 March 2015):[/B]
- Little tweaks.
Expand Down

0 comments on commit f51593b

Please sign in to comment.