| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xonsh-x86_64.AppImage | 2026-03-17 | 27.2 MB | |
| README.md | 2026-03-17 | 1.6 kB | |
| v0.22.8 source code.tar.gz | 2026-03-17 | 5.9 MB | |
| v0.22.8 source code.zip | 2026-03-17 | 6.0 MB | |
| Totals: 4 Items | 39.1 MB | 0 | |
0.22.8 (2026-03-17)
Minor release with test stabilizations for building packages e.g. NixOS, Arch, etc.
Features
- prompt: Set
tempfile_suffix='.xsh'to have syntax highlighting when usingC-x C-e(open current command in editor keybinding). The Pull Request page has additional instructions for vim. (#6145) (c713d0a), @jsquaredosquared
Bug Fixes
- Tests: Fix unstable tests: test_indir, test_trace_in_script, test_callable_alias_no_bad_file_descriptor (#6138) (cb91146), (#6136) (d109112), @anki-code
- Tests: Clean tests output (#6142) (f50c9c4), @anki-code
- Tests: Use dummy history by default in tests (#6139) (a7516a6), @anki-code
- Tests: Use
python -m xonshto run integration tests (#6140) (1490d0e), @anki-code