Fix #1015 - Fix Lightpack / Remove Multi-Lightpack (#1049)

This commit is contained in:
LordGrey
2020-10-18 19:08:54 +02:00
committed by GitHub
parent 83b8a800d8
commit db1dae45d2
8 changed files with 140 additions and 473 deletions

View File

@@ -15,8 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Also allow an 8-LED configuration when using Karatelight
- Fix Lightpack issue (#1015)
### Removed
- Replace Multi-Lightpack by multi-instance Lightpack configuration
## [2.0.0-alpha.8](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.8) - 2020-09-14
### Added
- Add XCB grabber, a faster and safer alternative for X11 grabbing (#912)