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 trueif preferred.
- The Suggestions List since v1.8.0 is friendlier and more powerful; toggle it by pressing F2 or enable it by default via
v1.9.22
- Added new
match.file_sizessetting to optionally show the file size in the match description for file matches. - Changed
clink updateto delete the .zip file if it fails the digital signature check, which allows the nextclink updateto try downloading a new .zip file in case it had gotten corrupted. - Fixed the suggestion list disappearing when
clink-select-completeis invoked but there are no completions available. - Fixed #862; Ctrl + L shouldn't clear the scrollback buffer (regression introduced in v1.9.21).
- Fixed #867; "attempt to call a table value" after
clink updatefails to expand the zip file.