github chrisant996/clink v1.9.21

4 hours ago

Recent Breaking Change

  • Breaking Change: the "gray text" auto-suggestions display is now off by default, due to too many complaints and frustration and support cost.
    • The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via clink set suggestionlist.default true.
    • The "gray text" or "inline" auto-suggestions display can be turned on again via clink set autosuggest.inline true if preferred.

v1.9.21

  • Added an optional timeout argument to the console.sendterminalrequest() Lua API, with a default of 0.5 seconds if omitted. The timeout accommodates cases where the terminal's response isn't immediately available.
  • Changed the bindable clink-diagnostics command to accept an explicit numeric arg 0 (Alt-0) to show only basic diagnostic info.
  • Fixed suggestion list display issues with certain Readline input states.
  • Fixed suggestion list display issue after Ctrl-Alt-L to clear the screen.
  • Fixed suggestion list getting discarded if the cursor was moved left and then Up or Down was used to select a suggestion.
  • Fixed execute-named-command (regression introduced in v1.9.18 / v1.9.20).
  • Fixed clearing the pager prompt (regression introduced in v1.9.19).
  • Fixed #861; Ctrl + Alt + L doesn't clear the scrollback buffer.

Don't miss a new clink release

NewReleases is sending notifications on new releases.