Releases: mattlianje/ghcitty
Releases · mattlianje/ghcitty
Release list
v0.4.0
Added
- Kitty keyboard protocol enabled in the line editor for richer key disambiguation in kitty/wezterm/foot (
Shift+Enter,Ctrl+Shift+...etc. arrive distinctly). :config foo(space form) now prints a hint pointing at:config_fooinstead of falling through to GHCi's "unknown command" error.
Changed
- Warnings no longer suppress the value/type tail:
head [1..10]with anx-partialwarning still renders1 :: Intalongside the warning, and let-bindings still show their inferred type. - Auto-reload check runs immediately before executing the submitted expression rather than before
read_line, so edits made while typing are picked up on submit (#30).
Fixed
- GHC
Suggested fix:diagnostics render with the suggestion body underneath the label instead of dropping it.