All notable changes to the "remote-browser" extension will be documented in this file.
- Added passphrase prompt.
- Changed file download handling to use ssh2-streams fastGet. Should be faster and more reliable.
- Fix bug caused by introduction of NodeJs 10.0.
- Update all dependencies.
- Bottom status bar now displays file saving status.
- Added a defaultPath option which specifies a default directory to cd into on initial connect.
- Added support for multiple connections.
- Fixed issue of password prompt being undismissable.
- Fixed issue of files of the same name in different folders being considered the same.
- Bug fixes. Thanks to @ronsano
- Adds large file support. Thanks to @kimulimuli
- Added a default sort - Folders first and alphabetical.
- Added a filter option that allows filtering the current root folder by specifying a regex to test all filenames for. Might change this to a glob in the future.
- Added context menu option - Make root (Use on any subdirectory to make it the new root for the explorer tree)
- Fixed Bug where the '..'back option wasn't getting updated on root change.
- Changed privateKey connection option to be a file path instead of an actual key string.
- Fixed config file not being read after initialization.
Initial release