Skip to content

Releases: ublue-os/ublue-update

v1.1.0

14 Jul 23:41
8694470
Compare
Choose a tag to compare

1.1.0 (2023-07-09)

Features

  • added custom notification_manager to replace notify2 (4b25c7c)
  • added NotificationObject, holds all notification data and makes it easier to deal with actions (f67e3c9)
  • moved all dbus and glib logic into notification_manager (d69ac11)
  • removed dependency on notify2 (dc3325e)

Bug Fixes

  • add extra spacing to please code formatter (99fa0a3)
  • added import for DBusGMainLoop (476c872)
  • fixed issues that prevented script from running, removed commented out code (22b83c8)
  • fixed line length and corrected variable reference (864e2ea)
  • import notification_manager module properly (ebc387f)

v1.0.1

08 Jul 15:50
bc1d895
Compare
Choose a tag to compare

1.0.1 (2023-07-06)

Bug Fixes

  • config: fix breakage when using fallback config, improved config logic to be more flexible (f167dc9)
  • removed exit() and print() function used for debugging (2eca189)

v1.0.0

04 Jul 16:13
f7966a0
Compare
Choose a tag to compare

1.0.0 (2023-07-04)

Features

  • add log for when update is complete (f3992f3)
  • add proof-of-concept containerfile for this project (aeeb3c0)
  • add RPM build and restructure to make it work (9642188)
  • added --check option to run through update checks and exit (ac0523b)
  • made config loading more robust (722c956)
  • moved config format to toml, cleaned up config logic to default to /usr/etc (2c47f12)

Bug Fixes

  • Adjust update service and timer (2dc0ccc)
  • apply some small python cleanups (69e42d0)
  • formatting errors after merge (d3f011a)
  • Make update scripts executable in spec file (d57ea4e)
  • moved log.info outside of if check (ed25b1c)
  • remove 'sudo' from 'sudo install' in rpm spec (8d80161)
  • remove unused makefile recipes (93ea24a)
  • single line that makes the app not executable (08706a5)
  • systemd timer: fixed spelling of persistent (0c74fa2)
  • update comment (3a6aff7)
  • update install instructions to new image location (eba75de)
  • use tabs not spaces (7e33290)
  • use the correct name (2848f64)