Skip to content

Commit

Permalink
Updated changelog for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Feb 12, 2019
1 parent fd05066 commit 9cba4aa
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
gpiozero (1.5.0) stable; urgency=medium

* Introduced pin event timing to increase accuracy of certain devices such
as the HC-SR04 "DistanceSensor". (#664, #665)
* Further improvements to "DistanceSensor" (ignoring missed edges). (#719)
* Allow "source" to take a device object as well as "values" or other
values. See the "Source/Values" chapter in the docs. (#640)
* Added internal device classes "LoadAverage" and "DiskUsage" (thanks to
Jeevan M R for the latter). (#532, #714)
* Added support for colorzero with "RGBLED" (this adds a new dependency).
(#655)
* Added "TonalBuzzer" with "Tone" API for specifying frequencies raw or via
MIDI or musical notes. (#681, #717)
* Added "PiHutXmasTree". (#502)
* Added "PumpkinPi" and "JamHat" (thanks to Claire Pollard). (#680, #681,
#717)
* Ensured gpiozero can be imported without a valid pin factory set. (#591,
#713)
* Reduced import time by not computing default pin factory at the point of
import. (#675, #722)
* Added support for various pin numbering mechanisms. (#470)
* "Motor" instances now use "DigitalOutputDevice" for non-PWM pins.
* Allow non-PWM use of "Robot". (#481)
* Added optional enable init param to "Motor". (#366)
* Added --xyz option to "pinout" command line tool to open
https://pinout.xyz in a web browser. (#604)
* Added 3B+, 3A+ and CM3+ to Pi model data. (#627, #704)
* Minor improvements to "Energenie", thanks to Steve Amor. (#629, #634)
* Allow "SmoothedInputDevice", "LightSensor" and "MotionSensor" to have
pull-up configured. (#652)
* Allow input devices to be pulled up or down externally, thanks to Philippe
Muller. (#593, #658)
* Minor changes to support Python 3.7, thanks to Russel Winder and Rick
Ansell. (#666, #668, #669, #671, #673)
* Added "zip_values" source tool.
* Correct row/col numbering logic in "PinInfo". (#674)
* Many additional tests, and other improvements to the test suite.
* Many documentation corrections, additions and clarifications.
* Automatic documentation class hierarchy diagram generation.
* Automatic copyright attribution in source files.

-- Dave Jones <dave@waveform.org.uk> Tue, 12 Feb 2019 21:31:09 +0000

gpiozero (1.4.1) stable; urgency=low

* Added "curve_left" and "curve_right" parameters to "Robot.forward" and
Expand Down

0 comments on commit 9cba4aa

Please sign in to comment.