From 6d42cce990e376dcd28f511f8a79d51214c70cce Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 26 Sep 2015 12:47:35 +0200 Subject: [PATCH] added field list to find command (solved #1) --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 0826ce34..a7437989 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -14,6 +14,7 @@ ## Features * new "read" option "-n" for retrieving name/value pairs in numeric form * new "find" option "-e" for exactly matching name and optional circuit (ignoring case) +* new "find" optipn "-F" for listing messages in CSV format with selected columns only * added numeric, verbose, and required options to JSON and use "null" for unset or replacement value * allow static ".json" files being served by HTTP port * allow passing raw value when writing name/value pairs