Skip to content

Commit

Permalink
increase version to 19.0.0 (see note below)
Browse files Browse the repository at this point in the history
With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
This done to know easier to which Kodi the addon works.

For here now used by Kodi 19 Matrix.
  • Loading branch information
AlwinEsch committed Jul 17, 2021
1 parent 5acc0e8 commit c786ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion visualization.shadertoy/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.shadertoy"
version="2.3.0"
version="19.0.0"
name="Shadertoy"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
9 changes: 9 additions & 0 deletions visualization.shadertoy/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[B]19.0.0[/B]
- Change test builds to released 'Kodi 19 Matrix'
- Increase version to 19.0.0
- With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
This done to know easier to which Kodi the addon works.
- Prepared for new language translation by [Weblate](https://weblate.org/de/)
- Update depend kissfft to version 131.1.0 (16. Feb. 2021)
- Update depend lodepng to version from 27 Jun. 2021

[B]2.3.0[/B]
- Matrix API change GUI API 5.15.0

Expand Down

0 comments on commit c786ba7

Please sign in to comment.