]> sigrok.org Git - sigrok-cli.git/blob - NEWS
cli: output API says to check data_out, not length_out
[sigrok-cli.git] / NEWS
1 0.3.1 (2012-05-30)
2 ------------------
3
4  * Add a ChangeLog file to the tarball.
5  * -V option: If "-l 3" or higher is used, the PD description is shown, too.
6  * -a option: Print optional/required PD probes. Example: sigrok-cli -a uart.
7  * Fix compiling with "Homebrew" (Mac OS X).
8  * Stacking order doesn't have to be specified if it's the same as the
9    PD list. Example: sigrok-cli -i <file.sr> -a i2c,edid -s i2c,edid.
10    The -s option is no longer required in this special case.
11  * Only output module or PD output goes to stdout, everything else to stderr.
12  * Improved error handling: Stop sigrok-cli upon various PD related errors.
13  * New -A | --protocol-decoder-annotations option which allows the user to
14    select which annotation types (and from which PD in the stack) to show.
15  * Update the manpage.
16  * Fix a Makefile.am bug which caused the generated ChangeLog files being
17    accidentally deleted upon 'make distclean'.
18
19 0.3.0 (2012-04-17)
20 ------------------
21
22  * New major version, now depends on libsigrok and libsigrokdecode.
23  * Initial support for protocol decoders (written in Python >= 3).
24    Supports streaming processing, and stacking of protocol decoders.
25    Currently supported: dcf77, mx25lxx05d, i2s, spi, edid, pan1321, mlx90614,
26    rtc8564, transitioncounter, usb, i2cdemux, i2c, i2cfilter, uart.
27  * Add support for the ChronoVu LA8 logic analyzer.
28  * Add support for the ChronoVu LA8 input- and output-formats.
29  * Add support for the CSV output format.
30  * New CLI options: --loglevel, --input-format, --protocol-decoders, and
31    --protocol-decoder-stack.
32  * Changed CLI options: Rename -f|--format to -O|--output-format.
33  * Demo driver: Add all-low and all-high pattern support.
34  * Saleae Logic driver: Initial support for multiple attached devices.
35  * OLS driver: Run-Length Encoding (RLE) support.
36  * Various portability fixes for Mac OS X and MinGW/Windows.
37  * Many bugfixes, improvements, and documentation updates.
38
39 0.2.0 (2011-04-03)
40 ------------------
41
42 This is mostly a bugfix release.
43
44  * Fix session saving & input file loading, implement session loading support.
45  * Initial work on an NSIS-based Windows installer for sigrok.
46  * CLI: Change syntax for -d and -f to <thing>:key=value:key2=value2.
47  * Various bugfixes, internal code improvements, and documentation updates.
48  * Improve MinGW/Windows support in sigrok, fix various Windows issues.
49  * Improve Openbench Logic Sniffer output format support and add metadata
50    support (requires jawi's OLS client >= 0.9.4-rc1).
51  * Add FreeBSD support for sigrok.
52  * Add initial doxygen support (sigrok API documentation).
53  * ASIX SIGMA: Fix a firmware loading bug.
54
55 0.1.0 (2011-01-20)
56 ------------------
57
58  * Initial release.
59