3.2.16
rajnandan1/kener3.2.16May 6, 2025by rajnandan1
AI Summary
Release 3.2.16 of kener introduces visibility control for monitors with a refactored isHidden property, adds configurable home data range per device, and includes various bug fixes for notifications, compiler warnings, and gamedig monitor calls.
Key Highlights
- Implemented visibility control for monitors with isHidden property
- Added configurable home data range per device
- Improved error handling and UI feedback for notifications
- Fixed compiler warnings
- Fixed missing calls to gamedig monitors
New Features
- Visibility control for monitors (isHidden property)
- Configurable home data range per device
- Improved error handling and UI feedback for notifications
Full Release Notes
## What's Changed * feat: implement visibility control for monitors by @rohith1222004 in https://github.com/rajnandan1/kener/pull/399 * refactor: rename visibility property to isHidden and update related l… by @rajnandan1 in https://github.com/rajnandan1/kener/pull/405 * feat: add configurable home data range per device by @rajnandan1 in https://github.com/rajnandan1/kener/pull/406 * fix(notifications): improve error handling and UI feedback by @rajnandan1 in https://github.com/rajnandan1/kener/pull/411 * Fixing compiler warnings. by @ToxykAuBleu in https://github.com/rajnandan1/kener/pull/407 * Fixing missing call of any gamedig monitors. by @ToxykAuBleu in https://github.com/rajnandan1/kener/pull/408 ## New Contributors * @rohith1222004 made their first contribution in https://github.com/rajnandan1/kener/pull/399 **Full Changelog**: https://github.com/rajnandan1/kener/compare/3.2.15...3.2.16