Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.6.0
    ba5ea38c · Version 1.6.0 ·
    ## [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.6
    e83f5479 · Version 1.5.6 ·
    Version 1.5.6
    
    Fixed
    * Set the correct version in setup.py
    
  • v1.5.5
    8a803ebf · Version 1.5.5 ·
    Version 1.5.5
    
    Added
    * Option to pass --reinstall-all to pkgupdate, needed by switch-branch
    
  • v1.5.4
    8a99d3fa · Version 1.5.4 ·
    Version 1.5.4
    
    Fixed
    * Do not send whole stacktrace in notification for handled errors. Send just
    the actual error message.
    
  • v1.5.3
    4e2de204 · Version 1.5.3 ·
    Version 1.5.3
    
    Fixed
    * Fixed case when updates were installed automatically, even though manual confirmation was required.
    * Fix detection of delayed reboot and thus create complete notification for it.
    
  • v1.5.2
    61a21045 · Version 1.5.2 ·
    Version 1.5.2
    
    Fixed
    * crash when approvals are enabled without window being configured
    
  • v1.5.1
    a347f870 · Version 1.5.1 ·
    Version 1.5.1
    
    Fixed
    * block of execution when package is removed or reinstalled using opkg
    * do not attempt recovery of journal on package installation
    
  • v1.5.0
    225ffd9a · Version 1.5.0 ·
    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.3
    c6087fc5 · Version 1.4.3 ·
    Version 1.4.3
    
    Fixed
    * `packages` module failure when there is uninstalled package in index
    
  • v1.4.2
    ad614865 · Version 1.4.2 ·
    Version 1.4.2
    
    Fixed
    * Missing defaults for `--rand-sleep` and `--wait-for-network` arguments
    * Deprecated usage of `collections
    
  • v1.4.1
    8845ef7d · Version 1.4.1 ·
    Updater Supervisor version 1.4.1
    
    * Merged changes from 1.3.3 fixup release
    
  • v1.3.3
    d2535532 · Version 1.3.3 ·
    Updater Supervisor version 1.3.3
    
    Fixed
    * exception raised when "approvals needed" was configured there was
      pending approval
    
  • v1.4.0
    a157f5bc · Version 1.4.0 ·
    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
    
  • v1.3.2
    7e3b9b0f · Version 1.3.2 ·
    Updater Supervisor version 1.3.2
    
    Changed
    * pkgupdate is now not run with `--task-log`
    
  • v1.3.1
    d35c3038 · Version 1.3.1 ·
    Version 1.3.1
    
    Added
    - Support for package lists filter based on board
    - New dependency is now distro
    
  • v1.3.0
    ff3302c7 · Version 1.3.0 ·
    Version 1.3.0
    
    Added
    - options for pkglists
    - labels for pkglists
    
    Changes
    - Exceptions renamed to be more consistent with standard Python ones
    
    Refactor
    - Used new UCI set/get methods instead of obsolete get_boolean/set_boolean ones
    
  • v1.2.1
    222ad1ff · version bump ·
    Fix typo: function now returns expected value instead of default
    
  • v1.2
    3b9d40ec · version bump ·
    Update API to get TOS branch or version
    
  • v1.1.2
    Fix wrong message on failure
    
  • v1.1.1
    Fix path in hook_postupdate to use ROOT_DIR