0.23.4 (2026-05-03)
Xonsh World
- virtualenv reintroduced xonsh activator in 21.3.0, @anki-code (thanks @gaborbernat)
- xontrib-jupyter is going to release 0.4.0 with big refactoring and features on board, @anki-code
Fixes
- Parser: f-strings: SyntaxError with int formatting (#6390) (f5ca787), @anki-code (@yobleck)
- Parser: Fix lost LHS in
cmd && ![…]chain wrap (#6392) (4daff85), @anki-code (@nahoj) - Prompt: AssertionError: wrong color format 'blink' (#6391) (a31a53e), @anki-code (@Triquetra)
- Cross-platform: Jupyter: pyghooks lexer fix when XSH.aliases is None (#6384) (dc16ca6), @anki-code
- Cross-platform: FreeBSD: test_integrations
tests/bin/cat: No such file or directory(#6383), @anki-code (@nunotexbsd) - Nix: fix nix build (#6388) (5831959), @SamLukeYes
- Xontrib: Xontrib load using entrypoint e.g. coconut (#6394) (d68e39c), @anki-code (@nahoj)
- Chore: Added smoke tests (#6393) (c5c2a3f), @anki-code