Note "Restore autosuggestion after corrected typo" in changelog

Seems easy enough to explain, and somewhat noticeable. Let's see if
it causes problems.
This commit is contained in:
Johannes Altmanninger
2025-01-14 14:39:44 +01:00
parent 40f5aac764
commit 3695c349c6

View File

@@ -14,6 +14,7 @@ Interactive improvements
------------------------
- Autosuggestions are now also provided in multi-line command lines. Like `ctrl-r`, autosuggestions operate only on the current line.
- Autosuggestions used to not suggest multi-line commandlines from history; now autosuggestions include individual lines from multi-line command lines.
- If you insert a character that invalidates an autosuggestion and type backspace immediately after, then the autosuggestion will be shown again.
- New feature flag ``buffered-enter-noexec`` with the following effect:
when typing a command and :kbd:`enter` while the previous one is still running, the new one will no longer execute immediately. Similarly, keys that are bound to shell commands will be ignored.
This mitigates a security issue where a command like ``cat malicious-file.txt`` could write terminal escape codes prompting the terminal to write arbitrary text to fish's standard input.