From: Uwe Hermann Date: Mon, 16 Apr 2012 22:11:25 +0000 (+0200) Subject: cli: New 0.3.0 release. X-Git-Tag: sigrok-cli-0.3.0^0 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=9d2c55fd0964c1c4255b048ea4372698a3420881 cli: New 0.3.0 release. Document the major user-visible changes in the NEWS file. --- diff --git a/NEWS b/NEWS index eb42d4a..552d688 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,22 @@ -0.3.0 (yyyy-mm-dd) +0.3.0 (2012-04-17) ------------------ - * TODO. + * 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) ------------------