Just a heads up that Krypton now is nearing RC phase and therefore we branched pvr add-ons in kodi-pvr github organization.
This means
– every add-on major version number was bumped on master (x.0.0)
– from now, master commits for your addon will only affect Kodi v18 L****
– from now, Krypton commits for your addon will only affect Kodi v17 Krypton
So, as usual in this stage, if you want a change both in Krypton and v18, you need two commits / PRs.
BTW, in the next weeks we will change xbmc/repo-binary-addons from branch names (everything on a branch in whatever state and quality gets automatically pulled into Kodi) to git tag names (exactly this –well tested and– approved version gets pulled into Kodi). If you want a new version of your addon included in whatever Kodi branch, then you need to open a PR against xbmc/repo-binary-addons. Your new version will be pulled in by kodi after this PR got merged.