xonsh v0.9.16 Release Notes

Release Date: 2020-04-07 // about 4 years ago
  • โž• Added:

    • โž• Added abbrevs xontrib.
    • โž• Added xontrib-pyenv <https://github.com/dyuri/xontrib-pyenv>_ to list of registered xontribs.

    ๐Ÿ”„ Changed:

    • xdg-open now runs unthreaded.

    ๐Ÿ›  Fixed:

    • Return Token.Text when filesystem item's type not defined in LS_COLORS; avoid crashing Pygments.
    • ๐Ÿ›  Fixed bug on Windows if Path elements has trailing spaces. Windows in general and os.path.isdir() doesn't care about trailing spaces but os.scandir() does.

    Authors:

    • Morten Enemark Lund
    • Bob Hyman
    • David Strobach
    • Gyuri Horak
    • Chris Lasher