You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.