Changelog v0.6.4.3:
- [Fix] README Pushover variables (#11)
- Fixed Pushover instructions to correctly use PUSHOVER_TOKEN and PUSHOVER_USER environment variables.
- [Add] Fallback handling for missing nvidia-smi (#12)
- Improved behavior when nvidia-smi is not available. Returns an empty list in get_gpu_usage and documents this behavior.
- [Fix] Screenshot path in README (#13)
- Corrected the image path for the screenshot in the documentation.
- [Fix] Optional waitress dependency (#14) Gracefully falls back to the Flask development server if waitress is not installed.