]> sigrok.org Git - sigrok-cli.git/blame - NEWS
cli: Update NEWS in preparation of 0.3.1 the release.
[sigrok-cli.git] / NEWS
CommitLineData
e7d1a229
UH
10.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
9d2c55fd 190.3.0 (2012-04-17)
adeb9353
UH
20------------------
21
9d2c55fd
UH
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.
adeb9353 38
2b1614bd 390.2.0 (2011-04-03)
adeb9353
UH
40------------------
41
2b1614bd
UH
42This 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.
adeb9353 54
2b1614bd 550.1.0 (2011-01-20)
adeb9353
UH
56------------------
57
58 * Initial release.
59