Skip to content

Releases: linusg/rpi-backlight

v1.8.1

16 Oct 06:42
Compare
Choose a tag to compare
  • Fix float division issue with Python 2

v1.8.0

16 Oct 06:37
Compare
Choose a tag to compare
  • Fix permission error inconsistency across Python versions
  • Update link to PyPI

v1.7.1

11 May 20:07
Compare
Choose a tag to compare
  • Fixed typo in CHANGES.rst
  • Fixed rendering of parameters and return types in the documentation

v1.7.0

11 May 19:54
Compare
Choose a tag to compare
  • Fixed bug in get_power, which would eventually always return False
  • Added parameters and return types in docstrings

v1.6.0

29 Apr 11:36
Compare
Choose a tag to compare
  • 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

09 Jan 19:57
Compare
Choose a tag to compare
  • PR #3 by Scouttp: Fixed permission errors
  • Added documentation
  • Code improvements
  • Fixed typos

v1.4.0

15 Nov 10:00
Compare
Choose a tag to compare
  • 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.1

03 Oct 18:48
Compare
Choose a tag to compare
  • Fixed type conversion

v1.3.0

03 Oct 11:39
Compare
Choose a tag to compare
  • Added experimental GUI (start with rpi-backlight-gui)

v1.2.1

03 Oct 10:22
Compare
Choose a tag to compare
  • Fixed CLI and typo