Skip to content

v1.5.13

Compare
Choose a tag to compare
@chrisant996 chrisant996 released this 06 Nov 02:14
· 829 commits to master since this release
  • Added clink.onhistory() to register a function to be called when the input line has been accepted and is about to be added to history (and optionally cancel adding it).
  • Fixed history delete with a negative number so it indexes backwards from the end, as advertised.
  • Fixed calling clink.refilterprompt() from a coroutine, and related fixes to ensure various Lua functions coexist properly with coroutines.
  • Fixed #520; add a link to the Releases page in the updater dialog box.