diff --git a/.gitignore b/.gitignore index 2c5a3c4..f3eb76e 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,6 @@ pip-log.txt #Mr Developer .mr.developer.cfg + +# Addon files +addon.xml diff --git a/release.yaml b/release.yaml index c109adb..dcd2b52 100644 --- a/release.yaml +++ b/release.yaml @@ -1,8 +1,10 @@ -version: '0.3.1' +version: '0.4.0' changelog: | - - #37 - Don't urlencode auth json payload - - #39 - Fix clone skin function - - #40 - Show proper language names for external subs + - #44 - Stop doing string manipulations on translations + - #50 - Add support for Kodi Matrix + - #52 - Use future imports for all library files + - #53 - Add build script and set up pipeline + - #54 - Fix yesno dialogs in Kodi 19 dependencies: py2: - addon: 'xbmc.python'