]> sigrok.org Git - sigrok-cli.git/blobdiff - NEWS
NEWS: Update for upcoming 0.7.2 release.
[sigrok-cli.git] / NEWS
diff --git a/NEWS b/NEWS
index 14dcb20e77f20114461a009bacacc60afa859d3e..e80dad6392501dd16e4fdc87836d443474e2eed9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,101 @@
+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)
+------------------
+
+ * Update sigrok-cli to the new APIs from both libsigrok 0.5.0 and also
+   libsigrokdecode 0.5.0.
+ * -P <decoder> --show:
+   - List the binary output classes of the decoder.
+   - List the possible input and output IDs of the decoder.
+ * --help:
+   - Clarify that --show also lists input/output format options,
+     as well as protocol decoder options (bug #851).
+   - Show a few typical invocations of e.g. --samples/--time/--continuous.
+ * Add an -L|--list-supported option; this used to be part of -V (bug #604).
+ * Drop the superfluous -S|--protocol-decoder-stack option. Stacking can
+   be done by simply using -P and providing the decoders in the correct order.
+ * Allow multiple -P options to decode multiple stacks (bug #868).
+ * Show decoder instance IDs so the user can tell instances apart (bug #868).
+ * Show annotations based on decoder ID (not instance ID).
+   - Behaviour preserved:
+     Single PD, no -A flag => all annotations from PD
+     Single PD, -A pdid => all annotations from PD
+     Single PD, -A pdid=annX => annX from PD
+   - Behaviour now added:
+     Duplicate PDs, no -A flag => all annotations from all PDs
+     Duplicate PDs, -A pdid => all annotations from all PDs of type pdid
+     Duplicate PDs, -A pdid=annX => all annX from all PDs of type pdid
+ * Fix various memory leaks.
+ * ./configure summary: Show linker flags used.
+ * NSIS:
+   - Update to Python 3.4.x. We can't use any higher version for the time
+     being, since 3.4.x is the last version to support Windows XP.
+   - Place the example .sr files in a separate installer section.
+   - Limit example .sr files to a small set to shrink the installer size.
+   - Clarify Start menu links (e.g. "Uninstall") to avoid confusion.
+ * HACKING: Update URL to Linux kernel coding style.
+ * Fix some compiler warnings (clang).
+
 0.6.0 (2016-01-29)
 ------------------