0.19.5 (2025-06-24)
Features
- #5745 - send Ctrl+C event on Windows instead of forceful terminate (#5838) (ac02ea1)
- completion: Accept single completion in VI MODE using
Ctrl+]
(#5763) (45c6436) - New experimental Rust based parser for xonsh (#5749) (cff9046)
Bug Fixes
- don't skip history items when running full history pull after session-specific pull (#5826) (5ecdcae)
Performance Improvements
- Disable double check is_file on Windows systems to speedup IO (b112b83)