plumbum v1.6.4 Release Notes

Release Date: 2017-11-27 // over 6 years ago
    • ๐Ÿ‘ CLI: Support for localization (#339 <https://github.com/tomerfiliba/plumbum/pull/339>_), with:

      • Russian by Pavel Pletenev (#339 <https://github.com/tomerfiliba/plumbum/pull/339>_) ๐Ÿ‡ท๐Ÿ‡บ
      • Dutch by Roel Aaij (#351 <https://github.com/tomerfiliba/plumbum/pull/351>_)ย ๐Ÿ‡ณ๐Ÿ‡ฑ
      • French by Joel Closier (#352 <https://github.com/tomerfiliba/plumbum/pull/352>_) ๐Ÿ‡ซ๐Ÿ‡ท
      • German by Christoph Hasse (#353 <https://github.com/tomerfiliba/plumbum/pull/353>_) ๐Ÿ‡ฉ๐Ÿ‡ช
      • Pulls with more languages welcome!
    • ๐Ÿ‘ CLI: Support for MakeDirectory (#339 <https://github.com/tomerfiliba/plumbum/pull/339>_)

    • ๐Ÿ›  Commands: Fixed unicode input/output on Python 2 (#341 <https://github.com/tomerfiliba/plumbum/pull/341>_)

    • โšก๏ธ Paths: More updates for pathlib compatibility (#325 <https://github.com/tomerfiliba/plumbum/pull/325>_)

    • 0๏ธโƒฃ Terminal: Changed prompt()'s default value for type parameter from int to str to match existing docs (#327 <https://github.com/tomerfiliba/plumbum/issues/327>_)

    • ๐Ÿ‘ Remote: Support ~ in PATH for a remote (#293 <https://github.com/tomerfiliba/plumbum/issues/293>_)

    • ๐Ÿ›  Remote: Fixes for globbing with spaces in filename on a remote server (#322 <https://github.com/tomerfiliba/plumbum/issues/322>_)

    • ๐Ÿ›  Color: Fixes to image plots, better separation (#324 <https://github.com/tomerfiliba/plumbum/pull/324>_)

    • ๐Ÿšš Python 3.3 has been removed from Travis and Appveyor.

    • ๐Ÿ›  Several bugs fixed