-
Alpha 0.3.1 Stable
released this
2023-04-01 14:24:45 -04:00 | 78 commits to main since this releaseAdded 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
CanCancelAttributeattribute to determine if a command can be cancelled. - Modified
CommandInfoto check for the newCanCancelAttributeattribute.
Downloads