v0.1.7 - 2026-02-21
Added:
- Sphinx documentation site covering installation, getting started,
configuration, API reference, internals and alternatives (#13). Published
to Read The Docs.
Fixed:
- Fixed a bug where the process would hang on shutdown and require
kill -9.
Timer threads (heartbeat, maintenance) are now daemon threads, matching
Ruby's default thread behaviour (#16). - Fixed
skip_recurringnot actually skipping scheduling and execution of
recurring tasks — it now excludes the scheduler process entirely (#37).