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
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).