What's Changed
- GH-338 allow garbage collection of non-daemon processes by @spyoungtech in #339
- Additionally, as a result of changes in #339, AutoHotkey processes created by
run_script
are cleaned up immediately, rather than at the interpreter exit. This includes cases when the specifiedtimeout
expires (see: #332 )
Full Changelog: v1.7.8...v1.8.0