Skip to content

v1.0.3 | Multi branch update

Compare
Choose a tag to compare
@TheDuckCow TheDuckCow released this 06 May 20:52
· 168 commits to master since this release

This update fixed a number of items as well as includes new features

  • You are now able to directly install multiple branches
    • Please note: the updater property "include_master" has been renamed to "include_branches" and now there is also a property called "include_branch_list" which is a list of the branches.
    • The first branch listed will appear first in the UI popups and related fields.
  • Fixed an issue where popups would still show if the user installed the update manually and had auto-check enabled
  • Improved UI line spacing for text blocks
  • Adjusted UI and backend to better support use case of having no releases but still allowing user to update to master/another branch (not this doesn't do any version comparisons)

Already implemented the addon updater - and want to update the code?

To best update your addon: please completely overwrite both the ops file and the updater python module, then follow this tutorial again. This is because the name of some options have changed (e.g. no longer called include_master but rather include_branches, thus the whole code set needs to be updated or things will break (silently).

Slight update on May 6, 2017: the demo addon had the wrong version named in bl_info.