Skip to content

v1.7.10

Latest
Compare
Choose a tag to compare
@chrisant996 chrisant996 released this 07 Feb 12:45
· 6 commits to master since this release
  • Added new Lua API unicode.char(), similar to string.char() but for Unicode codepoints instead of ASCII values.
  • Added a clink-diagnostics-output bindable command, bound by default to Ctrl-X,Ctrl-Shift-Z. The command writes internal diagnostic information to a file which can be shared to simplify troubleshooting. This command also includes a list of all loaded Lua scripts.
  • Fixed #721; potential crash if console window width is less than console screen buffer width (regression introduced in v1.7.5).