Skip to content

Stability improvements and general touch-ups

Pre-release
Pre-release
Compare
Choose a tag to compare
@VeryGoodDog VeryGoodDog released this 16 Jun 14:05
· 8 commits to master since this release

This release improves how aliases are handled by dynamically registering client commands as new alias triggers are added. This means that .help will show all registered triggers. As of now, VS does not allow deregistering commands so aliases will show up even if you delete them. However, they will not be saved and re-logging will remove the dangling triggers.

The next update will probably include dynamic arguments for aliases and a very major refactor of the Alias class to support that.