9. Change log

9.1. Release 0.4 (2015-08-24)

Major enhancements in this release:

  • Fixed bug where restarting client quickly after quit would fail (#21)
  • Added an officially documented batch interface (#22)
  • Added ability to control denoise algorithm on servers (#23)
  • Added video support to the protocol (accessible from command line and batch client, but not GUI) (#24)
  • Added ability to copy settings from one server to all others (#25)
  • Added ability to order servers; supported in all clients but only really useful in the batch client currently (#26)
  • Added ability to configure quality of captures (#29)

9.2. Release 0.3 (2014-05-23)

Several major enhancements in this release:

  • A GUI client (cpigui) is now included. This is currently undocumented, but should be pretty intuitive to anyone familiar with the command line interface (#3)
  • Both clients and the server now support many more camera settings including white-balance, exposure, ISO, shutter speed, etc (#12)
  • All UDP messages (client and server) are now retried to ensure reliability, particularly during multiple unicast messages (#13)

9.3. Release 0.2 (2014-04-27)

Several improvements in this release:

  • The network protocol has been changed to enhance its reliability when dealing with lots of Pis on unreliable networks (like Wifi)
  • The status command has been enhanced to warn of configuration discrepancies.
  • Lots more work on the docs

9.4. Release 0.1 (2014-04-15)

Initial release