sh v1.06 Release Notes

    • ๐Ÿšš Removed old undocumented cruft of ARG1..ARGN and ARGV.
    • ๐Ÿ›  Bugfix where logging_enabled could not be set from the importing module.
    • Disabled garbage collection before fork to prevent garbage collection in child process.
    • ๐Ÿ›  Major bugfix where cyclical references were preventing process objects (and their associated stdout/stderr buffers) from being garbage collected.
    • ๐Ÿ›  Bugfix in RunningCommand and OProc loggers, which could get really huge if a command was called that had a large number of arguments.