]> sigrok.org Git - sigrok-cli.git/blobdiff - NEWS
configure.ac: Bump package version to 0.7.2.
[sigrok-cli.git] / NEWS
diff --git a/NEWS b/NEWS
index a431a722ad7c5e317410ed4f879f5c8c78e39031..e80dad6392501dd16e4fdc87836d443474e2eed9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+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)
+------------------
+
+ * Command line option changes:
+   - Add the --protocol-decoder-samplenum option.
+ * Scan: Fix auto-select of non-demo device, if there's only one (bug #848).
+ * Protocol decoding: Always print colon after protocol decoder ID.
+ * input:
+   - Increase chunk size to 4MB (large performance improvements).
+   - Make read from stdin work with the presence of -I specs.
+ * Manpage:
+   - Fix outdated references to -V (it's -L now).
+   - Don't list specific output formats, only mention -L.
+   - Improve decoder stacking documentation.
+   - Mention currently unsupported channel name auto-matching.
+   - Various example invocation improvements (bug #1181).
+ * Fix invalid frame limit error reporting.
+ * Bugfix in order to make sr_session_stop() actually work.
+ * Add a .desktop file and an icon.
+ * Don't unnecessarily run the 'analog' output module on data sources
+   which don't have analog channels, thus improving performance.
+ * HACKING: Prefer git pull requests over mailing list patches.
+
 0.7.0 (2017-06-12)
 ------------------