Releases: maralorn/nix-output-monitor
Releases · maralorn/nix-output-monitor
v1.0.3.3
- Reduce flickering for some terminal emulators. Thanks @pennae
v1.0.3.2
- Improve warning when nom received no input, again.
v1.0.3.1
- Improve warning when nom received no input
v1.0.3.0
- Internal refactoring
- State of last planned build is now displayed in bottom bar
v1.0.2.0
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
- Use a different symbol for the total
v1.0.1.0
- Catch IO errors and try to restart
v1.0.0.0
- 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