]> sigrok.org Git - sigrok-cli.git/blob - NEWS
Rename 'probe' to 'channel' (libsigrokdecode change).
[sigrok-cli.git] / NEWS
1 0.4.0 (2013-05-04)
2 ------------------
3
4  * Update sigrok-cli to the new APIs from both libsigrok 0.2.0 and also
5    libsigrokdecode 0.2.0.
6  * Add support for handling analog data sources (DMMs, scopes, dataloggers).
7  * Bugfix in the handling of -A options with arguments.
8  * Updated build dependencies list.
9    - glib (required): Now must be >= 2.28.0.
10    - libsigrok (required): Now must be >= 0.2.0.
11    - libsigrokdecode (required): Now must be >= 0.2.0.
12  * Add support for specifying input format options.
13  * Probe numbers now generally start at 0 (not 1).
14  * Command line option changes:
15    - The -D|--list-devices option was renamed to --scan.
16    - The -d|--device option was renamed to -c|--config.
17    - The -a|--protocol-decoders option was renamed to -P|--protocol-decoders.
18    - The -s|--protocol-decoder-stack option was renamed to
19      -S|--protocol-decoder-stack.
20    - Added a --driver option to specify which libsigrok driver is to be used.
21    - Added a --show option. This can show details about drivers or PDs.
22    - Added a --frames option which limits the number of frames to get from
23      a supported oscilloscope (or other frame-based device).
24  * Various documentation updates (README, manpage, and so on).
25  * configure: Don't overwrite CFLAGS, but rather amend it.
26
27 0.3.1 (2012-05-30)
28 ------------------
29
30  * Add a ChangeLog file to the tarball.
31  * -V option: If "-l 3" or higher is used, the PD description is shown, too.
32  * -a option: Print optional/required PD probes. Example: sigrok-cli -a uart.
33  * Fix compiling with "Homebrew" (Mac OS X).
34  * Stacking order doesn't have to be specified if it's the same as the
35    PD list. Example: sigrok-cli -i <file.sr> -a i2c,edid -s i2c,edid.
36    The -s option is no longer required in this special case.
37  * Only output module or PD output goes to stdout, everything else to stderr.
38  * Improved error handling: Stop sigrok-cli upon various PD related errors.
39  * New -A | --protocol-decoder-annotations option which allows the user to
40    select which annotation types (and from which PD in the stack) to show.
41  * Update the manpage.
42  * Fix a Makefile.am bug which caused the generated ChangeLog files being
43    accidentally deleted upon 'make distclean'.
44
45 0.3.0 (2012-04-17)
46 ------------------
47
48  * New major version, now depends on libsigrok and libsigrokdecode.
49  * Initial support for protocol decoders (written in Python >= 3).
50    Supports streaming processing, and stacking of protocol decoders.
51    Currently supported: dcf77, mx25lxx05d, i2s, spi, edid, pan1321, mlx90614,
52    rtc8564, transitioncounter, usb, i2cdemux, i2c, i2cfilter, uart.
53  * Add support for the ChronoVu LA8 logic analyzer.
54  * Add support for the ChronoVu LA8 input- and output-formats.
55  * Add support for the CSV output format.
56  * New CLI options: --loglevel, --input-format, --protocol-decoders, and
57    --protocol-decoder-stack.
58  * Changed CLI options: Rename -f|--format to -O|--output-format.
59  * Demo driver: Add all-low and all-high pattern support.
60  * Saleae Logic driver: Initial support for multiple attached devices.
61  * OLS driver: Run-Length Encoding (RLE) support.
62  * Various portability fixes for Mac OS X and MinGW/Windows.
63  * Many bugfixes, improvements, and documentation updates.
64
65 0.2.0 (2011-04-03)
66 ------------------
67
68 This is mostly a bugfix release.
69
70  * Fix session saving & input file loading, implement session loading support.
71  * Initial work on an NSIS-based Windows installer for sigrok.
72  * CLI: Change syntax for -d and -f to <thing>:key=value:key2=value2.
73  * Various bugfixes, internal code improvements, and documentation updates.
74  * Improve MinGW/Windows support in sigrok, fix various Windows issues.
75  * Improve Openbench Logic Sniffer output format support and add metadata
76    support (requires jawi's OLS client >= 0.9.4-rc1).
77  * Add FreeBSD support for sigrok.
78  * Add initial doxygen support (sigrok API documentation).
79  * ASIX SIGMA: Fix a firmware loading bug.
80
81 0.1.0 (2011-01-20)
82 ------------------
83
84  * Initial release.
85