Releases: linusg/rpi-backlight
Releases · linusg/rpi-backlight
v1.8.1
- Fix float division issue with Python 2
v1.8.0
- Fix permission error inconsistency across Python versions
- Update link to PyPI
v1.7.1
- Fixed typo in
CHANGES.rst
- Fixed rendering of parameters and return types in the documentation
v1.7.0
- Fixed bug
in get_power
, which would eventually always return False
- Added parameters and return types in docstrings
v1.6.0
- Added
duration
parameter to set_brightness
smooth
now defaults to False
- Huge improvements on CLI
- Fixed renamed function in examples
- Minor code and readme improvements
v1.5.0
- PR #3 by Scouttp: Fixed permission errors
- Added documentation
- Code improvements
- Fixed typos
v1.4.0
- Check for
pygobject
being installed
- Code cleanup
- README improvements
- Added external links
- Added badges
- Fixed typos
- Moved to Travis CI and Landscape.io for builds and code health testing
- Prepared docs hosting at readthedocs.org
v1.3.0
- Added experimental GUI (start with
rpi-backlight-gui
)