We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68189b commit 54f9c87Copy full SHA for 54f9c87
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Revision history for nix-output-monitor
2
3
+## 1.0.4.0 --2021-12-03
4
+ * Make parsing a bit more flexible for better nix 2.4 compatibility.
5
+
6
## 1.0.3.3 -- 2021-09-24
7
* Reduce flickering for some terminal emulators. Thanks @pennae
8
nix-output-monitor.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: nix-output-monitor
-version: 1.0.3.3
+version: 1.0.4.0
synopsis: Parses output of nix-build to show additional information
description:
A tool you can pipe stdout and stderr into to get your terminal output enriched with useful information.
0 commit comments