Skip to content

v1.8.6

Choose a tag to compare

@chrisant996 chrisant996 released this 12 Oct 22:38
· 83 commits to master since this release
  • Changed how repeated deletions work in popup lists (such as the history popup list): pressing Del repeatedly now deletes downwards by default (previously it deleted upwards).
  • Added new clink.popup_delete_direction setting to control the direction of deletions when pressing Del repeatedly in popup lists (such as the history popup list).
  • Added new Lua API clink.argmatcherloader() which registers a callback function that can intercept and extend on-demand loading for argmatchers.
  • Running clink config prompt show now shows the name of the currently selected *.clinkprompt custom prompt (if any).
  • Fixed macro text playback in macros containing a newline (regression introduced by an incorrect change in v1.2.34 which was exacerbated by a change in v1.7.17).