v1.1.0 - Display, errors and logging
What's Changed
Features
- Added display framework
- Added driver for 2x16 lcd display by @sjefferson99 in #103
- Display documentation by @sjefferson99 in #135
- Add firmware version to HID, with log and display out. by @sjefferson99 in #115
- Swagger API Docs by @sam57719 in #126
- Restart: unless-stopped in docker configuration to improve reliability on power outage by @sam57719 in #130
- File based logging for smibhid by @sjefferson99 in #131
- Add error output to smibhid display by @sjefferson99 in #142
Housekeeping
- Bring docker-compose-develop.yml and docker-compose-master.yml inline… by @sam57719 in #108
- Move space state logic out of HID to new module and class. by @sjefferson99 in #111
- Handle SlackApiError exceptions in the space open/close plugin by @sam57719 in #112
- Versioning info in readme by @sam57719 in #116
- Update Python version in README and Dockerfile by @sam57719 in #121
- Make configuration directory configurable by @sam57719 in #109
- Log level usage improvements by @sam57719 in #127
- Refactor display and lcd driver modules by @sjefferson99 in #132
- Dockerfile change to copy env file into the container by @sam57719 in #136
- Update version in pyproject.toml by @sam57719 in #144
Bugs
- Improved space state update logic on state poller by @sjefferson99 in #123
Full Changelog: v1.0.0...v1.1.0