Skip to content

Releases: xonsh/xonsh

v0.24.1

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 31 Jul 07:33
1d21199

0.24.1 (2026-07-30)

Features

  • ptk interactive: Replace builtin input() to ptk implemented input hook with in-memory history and suggestion e.g. ls @(input('dir: ')) (#6562) (5e39ff6), @anki-code

Fixes

Refactoring

v0.24.0

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 02 Jul 11:02
034d2d7

0.24.0 (2026-07-02)

⚠ BREAKING CHANGES

Features

Fixes

Documentation

v0.23.8

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 30 May 04:46
675a5c1

0.23.8 (2026-05-28)

Features

Fixes

Refactoring

v0.23.7

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 17 May 21:48
94350a4

0.23.7 (2026-05-17)

Features

Fixes

Documentation

Xonsh World

v0.23.6

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 11 May 14:26
1dbd723

0.23.6 (2026-05-11)

Shining Features

Allow comments in multiline commands (#6417)

Now you can comment line in a multiline command:

curl https://xon.sh \
  -fsSL \
  # --compressed \
  -H "User-Agent: curl"

Add xontrib info (#6407)

xontrib info output_search
Name: output_search
Source: xontrib.output_search at /Users/snail/.local/xonsh-env/lib/python3.14/site-packages/xontrib/output_search.py
Description: Get identifiers, paths, URLs and words from the previous command output and use them for the next command in xonsh shell.
Loaded: yes

Features

Fixes

v0.23.5

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 05 May 18:12
d1062a5

0.23.5 (2026-05-05)

Features

Fixes

Xonsh World

v0.23.4

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 03 May 13:46
4645eec

0.23.4 (2026-05-03)

Fixes

Xonsh World

v0.23.3

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 30 Apr 20:47
a02067e

0.23.3 (2026-04-30)

image

Features

  • Cross-platform: Better FreeBSD support: added defaults, fixed jail tests and found and fixed FreeBSD specific pipeline behavior (#6375) (ced252e), @anki-code (@nunotexbsd, @yonas)
  • Cross-platform: Better Android/Termux support: all tests are reviewed and fixed, added ON_ANDROID and ON_TERMUX variables, additional TERMUX support was implemented (#6382) (c3aefaf), @anki-code
  • Debug: Added frame to @.debug.breakpoint() (#6376) (8e17615), @anki-code (@goodboy)

Fixes

v0.23.2

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 26 Apr 19:28
7264d56

0.23.2 (2026-04-26)

This fix release focused on improving the completer and adding an instant debugging tool and GitHub Actions.

Features

Fixes

Documentation

v0.23.1

Choose a tag to compare

@xonsh-credentials-bot xonsh-credentials-bot released this 21 Apr 16:22
a3ec391

0.23.1 (2026-04-21)

Fix release.

Fixes