Skip to content

v1.9.31

Latest

Choose a tag to compare

@chrisant996 chrisant996 released this 27 Jul 05:15

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

  • Added new Lua API rl.gethistoryindex() which returns the current interactive history index, if any.
  • Fixed git.isgitdir() and git.getgitdir() to not get confused by the empty .git directories that the Codex app leaves scattered around (due to a bug in Codex that's currently tracked by a large number of open issues).
  • Fixed :chaincommand("doskey") to be able to expand doskey aliases (regression introduced in v1.6.18).
  • Fixed an undo list memory management bug in clink-reset-line that could leak memory (regression introduced in v1.8.0).