Skip to content

Releases: maralorn/nix-output-monitor

v1.0.3.3

24 Sep 16:13
Compare
Choose a tag to compare
  • Reduce flickering for some terminal emulators. Thanks @pennae

v1.0.3.2

17 Sep 08:52
Compare
Choose a tag to compare
  • Improve warning when nom received no input, again.

v1.0.3.1

30 Apr 21:10
Compare
Choose a tag to compare
  • Improve warning when nom received no input

v1.0.3.0

04 Mar 18:26
Compare
Choose a tag to compare
  • Internal refactoring
  • State of last planned build is now displayed in bottom bar

v1.0.2.0

04 Mar 02:41
Compare
Choose a tag to compare

Bug fixes

  • Introduce proper file locking for build times DB. Multiple running nom instances should work now with every single build time being recorded.
  • Improved the parser for failed build messages. Should now correctly work with nix-build -k.

v1.0.1.1

21 Feb 16:39
Compare
Choose a tag to compare
  • Use a different symbol for the total

v1.0.1.0

21 Feb 03:16
Compare
Choose a tag to compare
  • Catch IO errors and try to restart

v1.0.0.0

21 Feb 01:31
Compare
Choose a tag to compare
  • Added recognition of --check builds
  • Added recognition of failed builds
  • Display final derivation in status line
  • Exit with failure code when a failed build was recognized
  • Truncate output so that it works in too small terminal windows
  • Save past build times in cache and display the moving average to the user