-
v1.6.0ba5ea38c · ·
## [1.6.0] - 2025-03-20 ### Fixed - fails log is supposed to be a string in changelog.py ### Added - using ruff to format the code - integrate pre-commit in CI ## [1.5.7] - 2024-04-05 ### Fixed - Fixed handling of unparseable version ### Changed - Migrate from setup.py to hatchling with pyproject.toml
-
v1.5.0225ffd9a · ·
Version 1.5.0 Added * Reboot requirement info to approval message * Ability to set window when update is automatically approved or installed in case of delayed approve Changed * Switch from state log to changelog and improve notifications about changes and updater crashes * `approvals.current` now returns `reboot` field as optional string instead of boolean. This was done to allow access to the information when reboot is requested to be performed.
-
v1.4.0a157f5bc · ·
Version 1.4.0 Added * msgtrace module with ability to provide info such as date of last check for updates or updater execution messages * packages module that allows read access of installed packages info * Option --no-network-fail to skip updater run when network connection is unavailable * Possibility to disable network test by setting zero * System shutdown is now retained till there is process holding opkg lock * argument --autorun to mark execution as automatic run to adhere autorun configuration Changed * Disabled autorun now won't prevent from update, you have to use --autorun to get previous behavior