X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=NEWS;h=14adb6ac30ea63bd901c9e04d64494086b9aca65;hp=eb42d4ab9116891b102e2dc5fd5968eb291ec1b1;hb=ee639fb40fa43aa3553ef0229def9bcdb8338c2b;hpb=2b1614bdbc8b5b9639d6f23310df647a6b3e8c80 diff --git a/NEWS b/NEWS index eb42d4a..14adb6a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,108 @@ -0.3.0 (yyyy-mm-dd) +0.5.0 (2014-05-06) ------------------ - * TODO. + * Update sigrok-cli to the new APIs from both libsigrok 0.3.0 and also + libsigrokdecode 0.3.0. + * Add support for the new channel groups feature in libsigrok. + * Report channel groups (drivers) and annotation rows (PDs) in --show. + * The protocol decoder output verbosity now depends on the --loglevel used. + * Only show the longest annotation per default if multiple are provided by + the PD. Higher numbers for the -l option will show them all. + * Allow both hex and decimal numbers as values for command-line options. + * Add support for an explicit "sigrok" file format option that can be + used with --input-format or --output-format (bug #131). + * If no PD annotation class is specified, default to showing all (bug #149). + * Fix an issue when running decoders with optional channels (bug #138). + * Report possible PD option values in --show output (bug #330). + * Allow saving of output in continuous mode (bug #122). + * Add support for libsigrok's SR_T_DOUBLE_RANGE config key (bug #335). + * Add support for config keys of type G_VARIANT_TYPE_INT32. + * Fix a bug which involved trying to save a file containing no data. + * Fix an internal probe ordering issue (bug #268). + * Fix various memory leak issues (bug #134, others). + * Fix a bug causing samplerates in session files being zero (bug #340). + * Fix segfault during analog acquisition without '-O analog' (bugs #90, #105). + * Fix a compile issue when building without libsigrokdecode (bug #351). + * Command line option changes: + - Add the -g|--channel-group option. + - Add the -M option (for PD meta output type support). + - Add the -B option (for PD binary output type support). + - Rename the -p|--probes option to -C|--channels. + * Various improvements to the NSIS file for better Windows installer support. + - Ship (redistributable) firmware files in the Windows installer. + - Ship libusb0.dll in the Windows installer (bug #243). + - Ship zadig.exe and zadig_xp.exe in the Windows installer. + - Ship all sample files from sigrok-dumps in the Windows installer. + - Don't ship/run the full Python MSI installer, only the required files. + - Fix a working directory issue in the installer. + * Build system: + - Use a non-recursive automake setup (fewer files, less clutter). + - configure output: Show which libs are required and which are optional. + * manpage: Various documentation updates. + +0.4.0 (2013-05-04) +------------------ + + * Update sigrok-cli to the new APIs from both libsigrok 0.2.0 and also + libsigrokdecode 0.2.0. + * Add support for handling analog data sources (DMMs, scopes, dataloggers). + * Bugfix in the handling of -A options with arguments. + * Updated build dependencies list. + - glib (required): Now must be >= 2.28.0. + - libsigrok (required): Now must be >= 0.2.0. + - libsigrokdecode (required): Now must be >= 0.2.0. + * Add support for specifying input format options. + * Probe numbers now generally start at 0 (not 1). + * Command line option changes: + - The -D|--list-devices option was renamed to --scan. + - The -d|--device option was renamed to -c|--config. + - The -a|--protocol-decoders option was renamed to -P|--protocol-decoders. + - The -s|--protocol-decoder-stack option was renamed to + -S|--protocol-decoder-stack. + - Added a --driver option to specify which libsigrok driver is to be used. + - Added a --show option. This can show details about drivers or PDs. + - Added a --frames option which limits the number of frames to get from + a supported oscilloscope (or other frame-based device). + * Various documentation updates (README, manpage, and so on). + * configure: Don't overwrite CFLAGS, but rather amend it. + +0.3.1 (2012-05-30) +------------------ + + * Add a ChangeLog file to the tarball. + * -V option: If "-l 3" or higher is used, the PD description is shown, too. + * -a option: Print optional/required PD probes. Example: sigrok-cli -a uart. + * Fix compiling with "Homebrew" (Mac OS X). + * Stacking order doesn't have to be specified if it's the same as the + PD list. Example: sigrok-cli -i -a i2c,edid -s i2c,edid. + The -s option is no longer required in this special case. + * Only output module or PD output goes to stdout, everything else to stderr. + * Improved error handling: Stop sigrok-cli upon various PD related errors. + * New -A | --protocol-decoder-annotations option which allows the user to + select which annotation types (and from which PD in the stack) to show. + * Update the manpage. + * Fix a Makefile.am bug which caused the generated ChangeLog files being + accidentally deleted upon 'make distclean'. + +0.3.0 (2012-04-17) +------------------ + + * New major version, now depends on libsigrok and libsigrokdecode. + * Initial support for protocol decoders (written in Python >= 3). + Supports streaming processing, and stacking of protocol decoders. + Currently supported: dcf77, mx25lxx05d, i2s, spi, edid, pan1321, mlx90614, + rtc8564, transitioncounter, usb, i2cdemux, i2c, i2cfilter, uart. + * Add support for the ChronoVu LA8 logic analyzer. + * Add support for the ChronoVu LA8 input- and output-formats. + * Add support for the CSV output format. + * New CLI options: --loglevel, --input-format, --protocol-decoders, and + --protocol-decoder-stack. + * Changed CLI options: Rename -f|--format to -O|--output-format. + * Demo driver: Add all-low and all-high pattern support. + * Saleae Logic driver: Initial support for multiple attached devices. + * OLS driver: Run-Length Encoding (RLE) support. + * Various portability fixes for Mac OS X and MinGW/Windows. + * Many bugfixes, improvements, and documentation updates. 0.2.0 (2011-04-03) ------------------