Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Latest commit

 

History

History
287 lines (204 loc) · 22.1 KB

CHANGELOG.md

File metadata and controls

287 lines (204 loc) · 22.1 KB

Change Log (vscode-remote-workspace)

Share via Facebook Share via Twitter Share via Pinterest Share via Reddit Share via LinkedIn Share via Wordpress Share via Email

0.44.0 (February 20th, 2020; Visual Studio Code 1.42)

0.43.1 (September 30th, 2019; Visual Studio Code 1.38)

0.42.0 (March 15th, 2019; sftp)

0.41.0 (January 8th, 2019; sftp)

0.40.0 (January 14th, 2019; logging)

0.39.0 (January 13th, 2019; npm update)

0.38.0 (December 2nd, 2018; npm update)

0.37.0 (October 31st, 2018; ssh-agent)

0.36.5 (October 21st, 2018; ssh-agent)

0.35.1 (October 14th, 2018; fixed saving files via SFTP)

0.35.0 (October 13th, 2018; queues)

  • implemented same queue system for FTPs and SFTP protocols, as used in FTP (queue and queueSize parameters)
  • extension requires at least Visual Studio Code 1.28 now
  • fixed typos ... s. (issue #63)(#63)
  • updated the following npm modules:

0.34.0 (October 6th, 2018; FTP problems)

  • fixed the problem of handling many FTP connections at the same time ... s. issue #59 ... thanks a lot to drpark for the help!
  • updated the following npm modules:

0.33.0 (October 3rd, 2018; placeholders)

0.32.1 (July 28th, 2018; WebDAV)

  • added authType parameter for WebDAV uris, which sets up, what kind of authentification to use (basic or digest, e.g.)
  • updated the following npm modules:

0.31.0 (July 8th, 2018; slack)

0.30.2 (July 6th, 2018; bug fixes)

  • fixed bug in FTP provider, that occurres, when deleting a file or folder

0.30.1 (July 3rd, 2018; bug fixes)

  • fixed bug, which freezes the extension, when opening a 0 byte file on a SFTP server

0.30.0 (July 2nd, 2018; updates)

0.29.0 (June 26th, 2018; import URI parameters)

  • added params parameter for all URIs / protocols, which can import / load URI parameters from an external JSON file ... s. Import parameters
  • added binEncoding parameter for WebDAV ... s. issue #17
  • code cleanups and improvements
  • updated the following npm modules:

0.28.0 (June 21st, 2018; npm and README updates)

0.27.0 (June 14th, 2018; encoding for WebDAV files)

  • added encoding parameter for WebDAV ... s. issue #17
  • code cleanups and improvements
  • bug fixes

0.26.1 (June 14th, 2018; remote command execution fixes)

  • fixed bug, when executing a remote command and work with files later ... s. issue #16
  • that CHANGELOG is shown automatically on startup now (once after each update)

0.26.0 (June 13th, 2018; execute commands like 'git' on remote)

  • added Execute 'git' Command ... (extension.remote.workspace.executeGit) command, which can execute git command on SFTP servers ... s. issue #11

Demo 2

  • added Execute Remote Command ... (extension.remote.workspace.executeRemoteCommmand) command, which can run any command on FTP servers, secure FTPS servers and SFTP servers ... s. issue #11
  • added documentation about log files
  • bugfixes
  • code cleanups and improvements

0.25.0 (June 9th, 2018; special modes for folders)

  • added dirMode parameter for SFTP connections, which can setup custom chmod access permission values for folders, the same way as mode does ... s. issue #9

0.24.2 (June 6th, 2018; FTPS connections)

  • implemented support for secure ftps protocol ... s. issue #6
  • bugfixes

0.23.0 (May 30th, 2018; keep file permissions for SFTP files)

  • existing permissions will tried to be kept, when saving a SFTP file now ... that behavior can be controlled by new keepMode parameter ... s. issue #4

0.22.1 (May 28th, 2018; bugfixes)

  • fixed bug, when using custom TCP ports in URIs

0.22.0 (May 26th, 2018; SFTP file and folder modes)

  • added mode parameter for SFTP connections, which can define the chmod access permission values for files and folders, after they have been created or changed ... s. issue #4

0.21.1 (May 25th, 2018; external SFTP key passphrase)

  • phrase now allows to use its value as path to an external file, where passphrase for a key file is stored ... if that value is explicitly a passphrase value and NO file path, you should also set the new noPhraseFile parameter to 1 to prevent conflicts ... s. issue #3
  • bugfixes

0.20.0 (May 24th, 2018; commands and fixes)

  • fixed bug of using @ as password character(s) in URIs, s. review
  • added Remote Workspace: Open URI ... command
  • added Remote Workspace: Receive Remote URI ... and Remote Workspace: Share Remote URI ... commands for sharing remote URI with others
  • code cleanups and improvements

0.19.0 (May 23rd, 2018; copy support and logging)

  • implemented copy support for WebDAV connections
  • improved error logging, which will now log any errors to files inside .vscode-remote-workspace/.logs sub folder of user's home directory autmatically
  • added keepAlive parameter for SFTP connections, which defines a time interval in seconds to automatically send packages to keep the connection alive
  • bugfixes

0.18.2 (May 20th, 2018; improvements)

  • code cleanups and improvements
  • bugfixes

0.17.0 (May 20th, 2018; parameters)

  • added debug parameter for SFTP connections, which can be set to 1 to log to get more information about an open connection, handled by ssh2-sftp-client module
  • added keepAlive parameter for FTP connections, which defines a time interval in seconds to automatically send a NOOP command to keep the connection alive
  • fixed use of tryKeyboard parameter for SFTP connections, s. issue #1
  • updated the following npm modules:

0.16.0 (May 20th, 2018; auth parameter)

  • added auth URL parameter for Azure, Dropbox, Slack and WebDAV connections, which can define a path to a text file, that contains the credentials (the part left to @)
  • code cleanups and improvements

0.15.4 (May 19th, 2018; symbolic links and NOOP commands)

  • according to issue #1:
    • added symbolic link support for FTP and SFTP connections, which can be controlled by follow URL parameter
    • added auth URL parameter for FTP and SFTP connections, which can define a path to a text file, that contains the credentials (the part left to @)
    • can define custom "NOOP" commands for FTP and SFTP connections now, which are used to check if a connection is alive, by using noop URL parameter
  • bugfixes and improvements

0.14.0 (May 17th, 2018; improvements)

  • improvements and fixes

0.13.0 (May 16th, 2018; WebDAV)

0.12.2 (May 15th, 2018; speed optimizations)

  • increased speed of FTP and SFTP connections
  • bugfixes

0.10.2 (May 15th, 2018; bug fixes)

  • bug fixes

0.10.1 (May 14th, 2018; initial release)

For more information about the extension, that a look at the project page.