v17 PVR add-ons Krypton branch - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: v17 PVR add-ons Krypton branch (/showthread.php?tid=299071) |
PVR add-ons Krypton branch - ksooo - 2016-12-05 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. |