This repository was archived by the owner on Jan 18, 2021. It is now read-only.
Releases: custom-components/custom_updater
Releases · custom-components/custom_updater
3.1.7
3.1.6
3.1.5
Bump pyubdate to handle local versions better
Bump pyupdate to handle local versions better for components and python_scripts.
It now supports:
VERSION = 'x.y.z'
__version__ = 'x.y.z'
Fixes usage of custom urls
Fixes usage of custom urls
3.1.2
3.1.1
3.1.0
Changes:
- Updated pyupdate to version 0.1.2
- The option
show_installable
are not working (And not installed elements are hidden by default) - Elements that does not have an remote version will not be handled (showed)
- Added
python_scripts
to the update_all service. - Added
python_scripts
to the install service.
Full changelog: 3.0.0...3.1.0
If you find issues with this please open an issue.
3.0.0
- Added support for tracking and updating
python_scripts
- Moved most of the functions to an external lib pyupdate
- New documentation layout in the repo wiki for both users and developers that want to take advantage of this component.
Full changelog: 2.7.3...3.0.0
If you find issues with this please open an issue.
2.7.3: Fix bugs with new has_update attribute (#32)
* Fix issue #31 in parent repo Issue #31: "New has_update attribute breaks custom_updater.update_all service" Also, when card or component was updated, has_update was not being updating (i.e., the card/component was not being removed.) Fix that, too. * version bump