xonsh v0.9.13 Release Notes

  • ๐Ÿ”„ Changed:

    • The $LS_COLORS environment variable will no longer raise exceptions when trying to convert ANSI color sequences to xonsh color names.

    โœ‚ Removed:

    • โœ‚ Remove built in support for "win unicode console". Full unicode support on windows is now provided by using the new Windows terminal <https://github.com/microsoft/terminal>__.

    ๐Ÿ›  Fixed:

    • ๐Ÿ›  Fixed issue converting ANSI color codes that contained both slow blink and set foreground or set background sequences.
    • ๐Ÿ›  Fix coreutils cat behaviour on empty input (e.g. cat -).

    • ๐Ÿ›  Fix Ctrl-C event causing Atribute error on Windows.

    • ๐Ÿ›  Fix Added OpenBSD as a platform

    • ๐Ÿ›  Fix Corrected aliases for OpenBSD to not include --color=auto and -v

    • ๐Ÿ›  Fixed a regession with xonsh superhelp ?? operator and which -v which showed Pythons builtin doc strings.

    Authors:

    • Anthony Scopatz
    • Morten Enemark Lund
    • David Kalliecharan