* Text overlay on preview, image, and video output is now possible (`16`_)
* Support for more than one camera on the compute module has been added, but
hasn't been tested yet (`84`_)
* The :attr:`~PiCamera.exposure_mode` ``'off'`` has been added to allow locking
down the exposure time, along with some new recipes demonstrating this
capability (`116`_)
* The valid values for various attributes including :attr:`~PiCamera.awb_mode`,
:attr:`~PiCamera.meter_mode`, and :attr:`~PiCamera.exposure_mode` are now
automatically included in the documentation (`130`_)
* Support for unencoded formats (YUV, RGB, etc.) has been added to the
:meth:`~PiCamera.start_recording` method (`132`_)
* A couple of analysis classes have been added to :mod:`picamera.array` to
support the new unencoded recording formats (`139`_)
* Several issues in the :class:`~PiBayerArray` class were fixed; this should
now work correctly with Python 3, and the :meth:`~PiBayerArray.demosaic`
method should operate correctly (`133`_, `134`_)
* A major issue with multi-resolution recordings which caused all recordings
to stop prematurely was fixed (`136`_)
* Finally, an issue with the example in the documentation for custom encoders
was fixed (`128`_)
Once again, many thanks to the community for another round of excellent bug
reports - and many thanks to 6by9 and jamesh for their excellent work on the
firmware and official utilities!
.. _16: https://github.com/waveform80/picamera/issues/16
.. _84: https://github.com/waveform80/picamera/issues/84
.. _116: https://github.com/waveform80/picamera/issues/116
.. _128: https://github.com/waveform80/picamera/issues/128
.. _130: https://github.com/waveform80/picamera/issues/130
.. _132: https://github.com/waveform80/picamera/issues/132
.. _133: https://github.com/waveform80/picamera/issues/133
.. _134: https://github.com/waveform80/picamera/issues/134
.. _136: https://github.com/waveform80/picamera/issues/136
.. _139: https://github.com/waveform80/picamera/issues/139