What's Changed
* GH-338 allow garbage collection of non-daemon processes by spyoungtech in https://github.com/spyoungtech/ahk/pull/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 specified `timeout` expires (see: 332 )
**Full Changelog**: https://github.com/spyoungtech/ahk/compare/v1.7.8...v1.8.0