- Add ability to reset the system idle timer on Windows - This prevents computer from going to sleep even if no other programs are running
0.2.0
> 23 July 2023
- Simplify dependencies
0.1.9
> 23 July 2023
- Finally works properly on various linux systems - Use `DBUS` on linux to prevent system from sleeping [`1`](https://github.com/kuvaus/coffeepy/pull/1) - Use `systemd` on linux as a fallback method - Deprecate old linux method of using `xset` - Automatic release notes - Improve tests
0.1.8
> 22 July 2023
- Fix `--help` on windows systems without unicode support - Better error handling on Linux - Add Python 3.7 support
0.1.7
> 16 July 2023
- Significantly improved performance when animation is turned off - Improve tests
0.1.6
> 14 July 2023
- Corrected Python requirements to 3.8 and newer - Time can now be a float so you can run it more accurately - Add tests. Run the tests with `pytest`