xonsh v0.5.2 Release Notes

  • โž• Added:

    • โž• Added weechat to default predictors
    • $DYNAMIC_CWD_ELISION_CHAR environment variable to control how a shortened path is displayed.

    ๐Ÿ”„ Changed:

    • _ret_code function of prompt_ret_code xontrib return now None when return code is 0 instead of empty string allowing more customization of prompt format.

    ๐Ÿ›  Fixed:

    • Minor Python completer token counting bug fix.
    • multiline syntax error in PTK shell due to buffer not being reset
    • ๐Ÿšฆ Segfaults and other early exit signals are now reported correctly, again.
    • โœ… tests/bin/{cat,pwd,wc} shebang changed to python3