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.32
- Fixed agnoster, Headline, and pure custom prompts to show just the base directory name for the Python virtual env.
- Fixed
rl.gethistoryindex()during theonbegineditcallback and the first prompt filter per input line. - Fixed width calculation for combining marks such as diacritics; there's no fully reliable way to predict how a terminal will render combining marks, but Clink tries to accommodate different OS versions and console configuration modes and grapheme combinations to predict as closely as possible.