Releases: linusg/rpi-backlight
Releases · linusg/rpi-backlight
v2.6.0
- Add Python 3.11 as supported version, drop 3.6
- Add support for Microsoft Surface RT (#54, @apandada1)
v2.5.0
- Add Python 3.10 as supported version
- Support alternate backlight sysfs path (#50, @j-coopz)
v2.4.0
- 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
- Add support for ASUS Tinker Board 2 (#29, @p1r473)
v2.2.0
- Add toggle functionality to CLI (#21, @p1r473)
- Replace Travis CI with GitHub actions #20, @linusg)
- Improve tests
v2.0.1
- 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
- New, more pythonic API
- Update CLI and GUI
- Support emulator
- Add tests