Skip to content

Releases: linusg/rpi-backlight

v2.6.0

29 Dec 15:37
Compare
Choose a tag to compare
  • Add Python 3.11 as supported version, drop 3.6
  • Add support for Microsoft Surface RT (#54, @apandada1)

v2.5.0

26 Aug 20:14
Compare
Choose a tag to compare
  • Add Python 3.10 as supported version
  • Support alternate backlight sysfs path (#50, @j-coopz)

v2.4.1

25 Jul 11:34
Compare
Choose a tag to compare
  • Fix board type detection

v2.4.0

23 Jul 19:22
Compare
Choose a tag to compare
  • Drop support for Python 3.5, which reached end-of-life in late 2020. Supported versions as of this release are 3.6 - 3.9
  • Implement automatic board type detection (#32, @p1r473),
    passing a board_type to the constructor is no longer necessary in most cases, even when using an ASUS Tinker Board
  • Fix setting brightness to max value and brightness fading loop condition (#35, @Martin-HiPi)

v2.3.0

09 Jun 17:24
Compare
Choose a tag to compare
  • Add support for ASUS Tinker Board 2 (#29, @p1r473)

v2.2.0

17 May 15:34
Compare
Choose a tag to compare
  • Add toggle functionality to CLI (#21, @p1r473)
  • Replace Travis CI with GitHub actions #20, @linusg)
  • Improve tests

v2.1.0

14 Mar 19:25
Compare
Choose a tag to compare
  • Add support for ASUS Tinker Board (#19, @p1r473)

v2.0.1

13 Feb 08:36
Compare
Choose a tag to compare
  • Add mypy type checking
  • Add Python 3.8 to Travis CI config
  • Fix documentation readthedocs build
  • Fix typo in docs
  • Improve README.md
  • Mark project as stable on PyPI

v2.0.0

11 Aug 15:47
Compare
Choose a tag to compare
  • New, more pythonic API
  • Update CLI and GUI
  • Support emulator
  • Add tests

v1.8.1

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