Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 992 Bytes

NEWS.md

File metadata and controls

45 lines (34 loc) · 992 Bytes

Version 0.2.2

Released: 2024-06-24

Features:

  • Only run all tasks once per filesystem

Bugfixes:

  • Fix potential use of uninitialized variable
  • Handle more error conditions in a noisy way when sending emails

Miscellaneous:

  • ci: Install systemd-dev on modern Debian

Version 0.2.1

Released: 2023-10-14

Bugfixes:

  • utils: Don't free result twice when checking if device is on battery

Version 0.2.0

Released: 2023-08-30

Features:

  • Don't run balance periodically by default
  • Autodetect btrfs executable location by default
  • Don't run in containers, run 5min after boot

Bugfixes:

  • scheduler: Take the launch time as reference time, so actions are performed correctly every hour and will not be ignored.
  • Don't make systemd timer persistent (so we are not run immediately after every boot)

Miscellaneous:

  • Add build/install instructions to README

Version 0.1.0

Released: 2023-08-24

Notes:

  • Initial release