]> sigrok.org Git - sigrok-cli.git/blobdiff - NEWS
cli: Update NEWS in preparation of 0.3.1 the release.
[sigrok-cli.git] / NEWS
diff --git a/NEWS b/NEWS
index eb42d4ab9116891b102e2dc5fd5968eb291ec1b1..fda0549be4d54b01bf8ce3b0612bce6396578d7d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,40 @@
-0.3.0 (yyyy-mm-dd)
+0.3.1 (2012-05-30)
 ------------------
 
- * TODO.
+ * Add a ChangeLog file to the tarball.
+ * -V option: If "-l 3" or higher is used, the PD description is shown, too.
+ * -a option: Print optional/required PD probes. Example: sigrok-cli -a uart.
+ * Fix compiling with "Homebrew" (Mac OS X).
+ * Stacking order doesn't have to be specified if it's the same as the
+   PD list. Example: sigrok-cli -i <file.sr> -a i2c,edid -s i2c,edid.
+   The -s option is no longer required in this special case.
+ * Only output module or PD output goes to stdout, everything else to stderr.
+ * Improved error handling: Stop sigrok-cli upon various PD related errors.
+ * New -A | --protocol-decoder-annotations option which allows the user to
+   select which annotation types (and from which PD in the stack) to show.
+ * Update the manpage.
+ * Fix a Makefile.am bug which caused the generated ChangeLog files being
+   accidentally deleted upon 'make distclean'.
+
+0.3.0 (2012-04-17)
+------------------
+
+ * 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)
 ------------------