plumbum v1.6.2 Release Notes

Release Date: 2016-06-25 // almost 8 years ago
    • CLI: Progress now has a clear keyword that hides the bar on completion
    • CLI: Progress without clear now starts on next line without having to manually add \n.
    • โฑ Commands: modifiers now accept a timeout parameter (#281 <https://github.com/tomerfiliba/plumbum/pull/281>_)
    • Commands: BG modifier now allows stdout/stderr redirection (to screen, for example) (#258 <https://github.com/tomerfiliba/plumbum/pull/258>_)
    • ๐Ÿ‘€ Commands: Modifiers no longer crash on repr (see #262 <https://github.com/tomerfiliba/plumbum/issues/262>_)
    • ๐Ÿ›  Remote: nohup works again, typo fixed (#261 <https://github.com/tomerfiliba/plumbum/issues/261>_)
    • โž• Added better support for SunOS and other OS's. (#260 <https://github.com/tomerfiliba/plumbum/pull/260>_)
    • Colors: Context manager flushes stream now, provides more consistent results
    • ๐Ÿ›  Other smaller bugfixes, better support for Python 3.6+