0.23.2 (2026-04-26)
This fix release focused on improving the completer and adding an instant debugging tool and GitHub Actions.
Features
- Added
@.debugwithbreakpointandreplace_builtin_breakpoint(#6363) (f092a8c), @anki-code (@goodboy) - Completer: Use quotation only if needed (#6367, #6366), @anki-code (@bobhy)
- Add Github Actions (c27c97e), @anki-code
Fixes
- Completer: Fix
@.<obj>.<tab>completion (#6364), @anki-code - Completer: Fix bash completer quotation (#6370), @anki-code
- Completer: Hide syntax and private methods if line is empty (#6372), @anki-code
- Nix: Now flake uses the package built from source (#6361), @shubms
Documentation
- Update index.html for i18n support (#6359) (cac1476), @hwhsu1231
- Replace xonshrc mentions to the link with xonshrc.rst (#6365) (6032abc), @anki-code
- Fix dockerhub container name (8b323de), @anki-code