2.0: Introducing multi sessions
What's Changed
- [enhancement] Add READ/WRITE rights in the output table of 'shares' command by @p0dalirius in #31
- [bugfix] add nargs for password arg to prompt if only -p is passed in by @Marshall-Hallenbeck in #32
- [bugfix] PWD stays the same when changing share by @p0dalirius in #34
- [enhancement] Implemented wildcards in get command, resolves #28 by @p0dalirius in #36
- [enhancement] Implemented wildcards in pu command, resolves #35 by @p0dalirius in #37
- [enhancement] Implemented wildcards in 'rm' command, resolves #38 by @p0dalirius in #44
- [bugfix] Fix missing backslash at the end of prompt fixes #45 by @p0dalirius in #46
- [enhancement] Refactoring arguments parsing and implementing wildcards by @p0dalirius in #47
- [bugfix] Putting folder in remote subdirectory results in error and local file… by @p0dalirius in #49
- [enhancement] Add feature option --port by @StopThatTalace in #52
- [enhancement] Add option to read interactive commands from a file by @p0dalirius in #54
- [bugfix] CWD was added twice (in self.mkdir and in self.put_file_recursively by @NudistBeaaach in #53
- [bugfix] Fixed variable config.startup_script by @p0dalirius in #55
- [bugfix] Fixed double backslashes in paths printed by module find by @p0dalirius in #57
- [enhancement] Add sessions manager by @p0dalirius in #58
- [enhancement] Add logger class by @p0dalirius in #61
- [enhancement] Add lines from startup script to history file, Fixes #59 by @p0dalirius in #62
- [bugfix] Using option -h on modules exits the command line, Fixes #60 by @p0dalirius in #63
- [bugfix] Various bugfixes by @p0dalirius in #64
- [enhancement] Improved output of SessionsManager commands by @p0dalirius in #65
- [enhancement] Refactored parts of CommandCompleter by @p0dalirius in #67
- [enhancement] Refactored parts of CommandCompleter by @p0dalirius in #68
- [enhancement] Add error message when port is closed or authentication failed, fixes #66 by @p0dalirius in #69
- [bugfix] Fixed cannot access local variable 'options' where it is not associated with a value by @p0dalirius in #70
- Release 2.0 by @p0dalirius in #71
New Contributors
- @Marshall-Hallenbeck made their first contribution in #32
- @NudistBeaaach made their first contribution in #53
Full Changelog: 1.4...2.0