• Alpha 0.3.1 Stable

    That-One-Nerd released this 2023-04-01 14:24:45 -04:00 | 78 commits to main since this release

    Added some noises for warnings and, more importantly, the ability to cancel commands prematurely. There currently isn't any system for disposing of resources, and that will likely be added in the future.

    Here's the full changelog:

    Changelog

    • Added an interrupt handler for the shell by pressing the terminal cancel key (#35).
    • Commands are now executed on a background worker.
    • Added a new CanCancelAttribute attribute to determine if a command can be cancelled.
    • Modified CommandInfo to check for the new CanCancelAttribute attribute.
    Downloads