- Updated nbfc.py to use /usr/share/nbfc/configs (fix for --recommend)
- Changed location of model configuration files to /usr/share/nbfc/configs
- Added files for installation in nixOS
- Fixed race-condition in systemd service file
- Added more debug information on service startup
- Maked
EmbeddedControllerType
configurable - Dropped the usage of
lm_sensors.c
in favour offs_sensors.c
because of build problems on some platforms - Moved
tools/argany
to a separate project: argparse-tool
- Fixed type
--config-fie
to--config-file
- Using default temperature thresholds if those in config are empty or not present. Issue #2
- Added CHANGELOG.md
- Added --version flags to all programs
- Added pre-commit hook