-
Alpha 0.2.2 Stable
released this
2023-03-29 09:10:59 -04:00 | 94 commits to main since this releaseThis update has some shell bug fixes and the ability to add aliases to commands. The Wiki will be updated shortly.
Here's the whole changelog:
Changelog
- Allowed the
CommandAttributeattribute to be applied to a method multiple times (#18). - Made
CommandInfo.MethodInfo(ModuleInfo, MethodInfo)compensate for possible command aliases and return an array of commands rather than just one (#18). - Renamed the
ModuleInfo.FromModule(Type)method toModuleInfo.FromType(Type)(#18). - Merged the
printandtypecommands into one method (using aliases) (#18). - Merged the
quitandtypecommands into one method (using aliases) (#18). - Merged the
cutandmovecommands into one method (using aliases) (#18). - The loading bar now properly closes during a startup error (#19).
- The loading bar no longer throws an error when triggered at the bottom of the console buffer (#19).
- The loading bar no longer duplicates itself when writing additional text that scrolls the screen (#19).
Downloads
- Allowed the