]> sigrok.org Git - sigrok-cli.git/blob - NEWS
cli: -V: Print protocol description upon "-l 3" or higher.
[sigrok-cli.git] / NEWS
1 0.3.0 (2012-04-17)
2 ------------------
3
4  * New major version, now depends on libsigrok and libsigrokdecode.
5  * Initial support for protocol decoders (written in Python >= 3).
6    Supports streaming processing, and stacking of protocol decoders.
7    Currently supported: dcf77, mx25lxx05d, i2s, spi, edid, pan1321, mlx90614,
8    rtc8564, transitioncounter, usb, i2cdemux, i2c, i2cfilter, uart.
9  * Add support for the ChronoVu LA8 logic analyzer.
10  * Add support for the ChronoVu LA8 input- and output-formats.
11  * Add support for the CSV output format.
12  * New CLI options: --loglevel, --input-format, --protocol-decoders, and
13    --protocol-decoder-stack.
14  * Changed CLI options: Rename -f|--format to -O|--output-format.
15  * Demo driver: Add all-low and all-high pattern support.
16  * Saleae Logic driver: Initial support for multiple attached devices.
17  * OLS driver: Run-Length Encoding (RLE) support.
18  * Various portability fixes for Mac OS X and MinGW/Windows.
19  * Many bugfixes, improvements, and documentation updates.
20
21 0.2.0 (2011-04-03)
22 ------------------
23
24 This is mostly a bugfix release.
25
26  * Fix session saving & input file loading, implement session loading support.
27  * Initial work on an NSIS-based Windows installer for sigrok.
28  * CLI: Change syntax for -d and -f to <thing>:key=value:key2=value2.
29  * Various bugfixes, internal code improvements, and documentation updates.
30  * Improve MinGW/Windows support in sigrok, fix various Windows issues.
31  * Improve Openbench Logic Sniffer output format support and add metadata
32    support (requires jawi's OLS client >= 0.9.4-rc1).
33  * Add FreeBSD support for sigrok.
34  * Add initial doxygen support (sigrok API documentation).
35  * ASIX SIGMA: Fix a firmware loading bug.
36
37 0.1.0 (2011-01-20)
38 ------------------
39
40  * Initial release.
41