Skip to content

Commit

Permalink
Bumped version to v1.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natizyskunk committed Nov 2, 2022
1 parent 27b4df0 commit 600d38e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.16.1 - 2022-11-02
* [#251] Add multiple select + Update `Download File` & `Downalod Folder` commands to the remote view + Add `Upload File` & `Upload Folder` commands to the remote view (Pull request [#221](https://github.com/Natizyskunk/vscode-sftp/pull/221) from @NyaPPuu vscode-sftp:add_multiple_select).

## 1.16.0 - 2022-10-29
* [#242] Add order option and fix typos in docs (Pull request [#157](https://github.com/Natizyskunk/vscode-sftp/pull/157) from @NyaPPuu vscode-sftp:add_order_option).
* [#243] Fix refresh when creating/deleting file/folder + Fix 'Reveal in Remote Explorer' and Refresh Button in Remote Explorer. (Pull request [#159](https://github.com/Natizyskunk/vscode-sftp/pull/159) from @NyaPPuu vscode-sftp:fix_refresh).
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ You can see the full list of configuration options [here](https://github.com/Nat
- [Multiple Hop](#multiple-hop)
- [Configuration in User Setting](#configuration-in-user-setting)
- [Remote Explorer](#remote-explorer)
- [Multiple Select](#multiple-select)
- [Order](#order)
- [Debug](#debug)
- [FAQ](#faq)
- [Donation](#donation)
Expand Down Expand Up @@ -270,8 +272,12 @@ Remote Explorer lets you explore files in remote. You can open Remote Explorer b

You can only view a files content with Remote Explorer. Run command `SFTP: Edit in Local` to edit it in local.

_Note:_ You need to manually refresh the parent folder after you **delete** a file to make the explorer updated.
### Multiple Select
You are able to select multiple files/folders at once on the remote server to download and upload. You can do it simply by holding down Ctrl or Shift while selecting all desired files, just like on the regular explorer view.

_Note:_ You need to manually refresh the parent folder after you **delete** a file if the explorer isn't correctly updated.

### Order
You can order the remote Explorer by adding the `remoteExplorer.order` parameter inside your `sftp.json` config file.

In sftp.json:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sftp",
"displayName": "SFTP",
"description": "SFTP/FTP sync",
"version": "1.16.0",
"version": "1.16.1",
"publisher": "Natizyskunk",
"author": "Natizyskunk <[email protected]> (https://github.com/Natizyskunk)",
"engines": {
Expand Down Expand Up @@ -96,7 +96,7 @@
},
{
"command": "sftp.upload.file",
"title": "Upload",
"title": "Upload File",
"category": "SFTP"
},
{
Expand Down

0 comments on commit 600d38e

Please sign in to comment.