]> sigrok.org Git - sigrok-cli.git/commitdiff
NEWS: Update for upcoming 0.7.2 release.
authorUwe Hermann <redacted>
Wed, 24 Feb 2021 20:02:45 +0000 (21:02 +0100)
committerUwe Hermann <redacted>
Mon, 1 Mar 2021 17:32:02 +0000 (18:32 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 614c910b791228203dd144f0c092204ba0491e8f..e80dad6392501dd16e4fdc87836d443474e2eed9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+0.7.2 (2021-03-01)
+------------------
+
+ * Command line option changes:
+   - Add the -D|--dont-scan option.
+   - Add the --list-serial option.
+   - Add the --list-supported-wiki option (internal, developer-only).
+   - Accept multiple --config requests for multiple channel groups.
+   - Accept multiple --get requests for multiple channel groups.
+ * Protocol decoding:
+   - Add support for Google Trace Event output (JSON).
+   - Add support for float option data type (bug #1247).
+   - Perform stricter checks for integer decoder options.
+   - Accept annotation rows for -A specs.
+   - Fix memory leaks in annotation setup error paths.
+   - Add sanity check when mapping channels (bug #1515).
+ * Manpage:
+   - Fix -A description wrt default annotations shown.
+   - Clarify annotation classes in -A description.
+   - Improve/clarify documentation of the -d option.
+ * --show:
+   - Mark currently selected samplerate item in samplerates lists.
+   - Support arrays of floats, unbreaks LCR output frequency listing.
+   - Do print floating point results even if value is zero.
+   - List protocol decoder tags (if available).
+   - Synchronize --get output for MQ with --show output.
+   - Add support for -i <file> --show, provide details on input stream.
+ * --scan: Show device serial number if available.
+ * Warn about unknown input/output module option keys (bug #1549).
+ * Extend options parser, support optional ID in key-value lists.
+ * Terminate with error when -B was specified but -P is missing (bug #1180).
+ * Fix listing of some configuration options (bug #1331).
+ * Print error message when output file creation fails (bug #1372).
+ * Windows:
+   - Set stdout to binary mode on Windows as needed (bug #1427).
+   - nsis: Ship Python stdlib *.pyd files needed by some PDs (bug #1409).
+   - nsis: Install 64bit Windows programs into 'Program Files' (bug #1082).
+
 0.7.1 (2018-10-26)
 ------------------