Skip to content

Releases: SammyForReal/CONSULT

v1.1.1

15 Mar 16:03
a52ab82
Compare
Choose a tag to compare

Fixed issues #1, #2, #3 & #4
Those who have already installed the editor can click on "update" under the category 'information'.

v1.1.0

28 Feb 22:19
b6f421c
Compare
Choose a tag to compare

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

27 Feb 16:13
2079aea
Compare
Choose a tag to compare

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!