Tags give the ability to mark specific points in history as being important
  • v1.5.6 protected
    e83f5479 · Version 1.5.6 ·
    Version 1.5.6
    
    Fixed
    * Set the correct version in setup.py
    
  • v1.5.5 protected
    8a803ebf · Version 1.5.5 ·
    Version 1.5.5
    
    Added
    * Option to pass --reinstall-all to pkgupdate, needed by switch-branch
    
  • v1.5.4 protected
    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 protected
    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 protected
    61a21045 · Version 1.5.2 ·
    Version 1.5.2
    
    Fixed
    * crash when approvals are enabled without window being configured
    
  • v1.5.1 protected
    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 protected
    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 protected
    c6087fc5 · Version 1.4.3 ·
    Version 1.4.3
    
    Fixed
    * `packages` module failure when there is uninstalled package in index
    
  • v1.4.2 protected
    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 protected
    8845ef7d · Version 1.4.1 ·
    Updater Supervisor version 1.4.1
    
    * Merged changes from 1.3.3 fixup release
    
  • v1.3.3 protected
    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 protected
    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 protected
    7e3b9b0f · Version 1.3.2 ·
    Updater Supervisor version 1.3.2
    
    Changed
    * pkgupdate is now not run with `--task-log`
    
  • v1.3.1 protected
    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 protected
    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 protected
    222ad1ff · version bump ·
    Fix typo: function now returns expected value instead of default
    
  • v1.2 protected
    3b9d40ec · version bump ·
    Update API to get TOS branch or version
    
  • v1.1.2 protected
    Fix wrong message on failure
    
  • v1.1.1 protected
    Fix path in hook_postupdate to use ROOT_DIR
    
  • v1.1 protected
    df95a6ef · lists: drop obsolete API ·
    Update lists API to support additional fields
    
    * Added field url to dictionary returned by lists.pkglists()
    * Added field official to dictionary returned by lists.pkglists()
    * Allow visible field not to be defined in pkglists.json. It defaults to
      True now.
    * Update lists.pkglists() comment to be accurate