• Alpha 0.2.2 Stable

    That-One-Nerd released this 2023-03-29 09:10:59 -04:00 | 94 commits to main since this release

    This 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 CommandAttribute attribute 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 to ModuleInfo.FromType(Type) (#18).
    • Merged the print and type commands into one method (using aliases) (#18).
    • Merged the quit and type commands into one method (using aliases) (#18).
    • Merged the cut and move commands 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