- Paramiko integration #10
- CLI: now with built-in support for sub-commands. See also: #43
- The "import hack" has moved to the package's
__init__.py, to make it importable directly #45 - Paths now support
chmod(on POSIX platform) #49 - The argument name of a
SwitchAttrcan now be given to it (defaults toVALUE) #46
- Windows: path are no longer converted to lower-case, but
__eq__and__hash__operate on the lower-cased result #38 - Properly handle empty strings in the argument list #41
- Relaxed type-checking of
LocalPathandRemotePath#35 - Added
PuttyMachinefor Windows users that relies onplinkandpscp(instead ofsshandscp) #37
- Rename
cli.CountingAttrtocli.CountOf - Moved to Travis continuous integration
- Added
unixutils - Added
chownanduid/gid - Lots of fixes and updates to the doc
- Full list of issues
Initial release