| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xonsh-x86_64.AppImage | 2026-02-17 | 27.2 MB | |
| README.md | 2026-02-17 | 469 Bytes | |
| v0.22.4 source code.tar.gz | 2026-02-17 | 5.9 MB | |
| v0.22.4 source code.zip | 2026-02-17 | 6.0 MB | |
| Totals: 4 Items | 39.0 MB | 0 | |
0.22.4 (2026-02-16)
Bug Fixes
- history-sqlite: Set SQLite history journal mode to WAL to avoid I/O error (https://github.com/xonsh/xonsh/pull/6098), @anki-code
- events: treat None return from on_transform_command as no-op (#6097) (39cbf21), @Neerajtata1527