Releases: SammyForReal/CONSULT
Releases · SammyForReal/CONSULT
v1.1.1
v1.1.0
Features:
- 'Update' under 'Info' category
- Pasting from clipboard
Fixes:
- Error with 'Exit button' after saving
- Color highlight with hex numbers
Since the update feature is just being introduced now, I can't just tell you to update. Accordingly, you have to delete the old version yourself and download the latest one.
v1.0.0
Release of Consult v1.0.0
You may wanna add autocomplete for the shell in your startup file:
local completion = require("cc.shell.completion")
shell.setCompletionFunction("<path/to/cosu>", completion.build(completion.file))
Happy coding!