0.22.0 (2025-12-19)
⚠ BREAKING CHANGES
- builtins: removed aliases
ipynb,scp-resumefrom builtin aliases and renamexonsh-resettoxreset(#5992), @anki-code
Features
- builtins: added
xpythonandxсontextbuiltin aliases (#5989) (4382735), @Hammer2900 - events: added
events.handlers()to get info about registered event handlers and alsoevents.__repr__to justprint(events). (#5994) (166a1a6), @Hammer2900
Bug Fixes
- completer: allow spaces in auto-suggest completions (#5993) (4332701), @Hammer2900
- history: Using absolute path to history file to prevent downstream issues (#6002) (f1501b2), @anki-code
Documentation
- Added description and examples for
@.env.register(#5990) (9ce5d5d), @Hammer2900 - Updated tutorial to replace prompt (#6007) (3260b77), @anki-code
- Updated xonsh logo in the docs (#6004) (dbeb276), @anki-code
Code Refactoring
- Removed aliases
ipynb,scp-resumefrom builtin aliases and renamexonsh-resettoxreset(#5992) (df3ff49), @anki-code