Files
python-gpiozero/docs/changelog.rst
Dave Jones 0bc62aee73 Generic docs need reST
Conversion of all docs to reST so that the generic docs can link easily
with the rest of the docs.
2016-01-30 23:40:12 +00:00

70 lines
2.0 KiB
ReStructuredText

=========
Changelog
=========
Release 1.0.0 (2015-11-16)
==========================
* Debian packaging added (`#44`_)
* :class:`~gpiozero.PWMLED` class added (`#58`_)
* ``TemperatureSensor`` removed pending further work (`#93`_)
* :meth:`~gpiozero.Buzzer.beep` alias method added (`#75`_)
* :class:`~gpiozero.Motor` PWM devices exposed, and :class:`~gpiozero.Robot`
motor devices exposed (`#107`_)
.. _#44: https://github.com/RPi-Distro/python-gpiozero/issues/44
.. _#58: https://github.com/RPi-Distro/python-gpiozero/issues/58
.. _#93: https://github.com/RPi-Distro/python-gpiozero/issues/93
.. _#75: https://github.com/RPi-Distro/python-gpiozero/issues/75
.. _#107: https://github.com/RPi-Distro/python-gpiozero/issues/107
Release 0.9.0 (2015-10-25)
==========================
Fourth public beta
* Added source and values properties to all relevant classes (`#76`_)
* Fix names of parameters in :class:`~gpiozero.Motor` constructor (`#79`_)
* Added wrappers for LED groups on add-on boards (`#81`_)
.. _#76: https://github.com/RPi-Distro/python-gpiozero/issues/76
.. _#79: https://github.com/RPi-Distro/python-gpiozero/issues/79
.. _#81: https://github.com/RPi-Distro/python-gpiozero/issues/81
Release 0.8.0 (2015-10-16)
==========================
Third public beta
* Added generic :class:`~gpiozero.AnalogInputDevice` class along with specific
classes for the :class:`~gpiozero.MCP3008` and :class:`~gpiozero.MCP3004`
(`#41`_)
* Fixed :meth:`~gpiozero.DigitalOutputDevice.blink` (`#57`_)
.. _#41: https://github.com/RPi-Distro/python-gpiozero/issues/41
.. _#57: https://github.com/RPi-Distro/python-gpiozero/issues/57
Release 0.7.0 (2015-10-09)
==========================
Second public beta
Release 0.6.0 (2015-09-28)
==========================
First public beta
Release 0.5.0 (2015-09-24)
==========================
Release 0.4.0 (2015-09-23)
==========================
Release 0.3.0 (2015-09-22)
==========================
Release 0.2.0 (2015-09-21)
==========================
Initial release