X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=NEWS;h=e80dad6392501dd16e4fdc87836d443474e2eed9;hp=614c910b791228203dd144f0c092204ba0491e8f;hb=55fd866aa0833b6ad58289754f75757cf529cb3b;hpb=3d1dae3c64a7f0297f7de4d6d9945c2dc88f5c7d diff --git a/NEWS b/NEWS index 614c910..e80dad6 100644 --- 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 --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) ------------------