Skip to content

Commit 63644d9

Browse files
author
liximomo
committed
v1.0.0
1 parent c78c3d5 commit 63644d9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.0.0 - 2017-01-26
2+
🎉🎉🎉This release include some new features, bugfixs and improvements. It may be bring some new bugs, welcome to feedback.
3+
4+
### New Features
5+
* `list` and `list all` command.
6+
* `list` will list all remote files except those match your ignore rules.
7+
* `list all` will list all remote files.
8+
9+
The target will be dowmload after you select. And it will be open in vscode if the target is a file.
10+
* When you download a folder through a command, the vscode explorer will be refreshed when the command finish.
11+
12+
### Breaking Changes
13+
* Change to git ignore [spec](https://git-scm.com/docs/gitignore). It's more powerful and concise. You may need to change your ignore config.
14+
15+
116
## 0.9.4 - 2017-12-18
217
* `Context` now receives a relative path.
318
* Fix [#69](https://github.com/liximomo/vscode-sftp/issues/69), [#70](https://github.com/liximomo/vscode-sftp/issues/70)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sftp",
33
"displayName": "sftp",
44
"description": "SFTP/FTP sync",
5-
"version": "0.9.5",
5+
"version": "1.0.0",
66
"publisher": "liximomo",
77
"author": "liximomo <[email protected]> (https://liximomo.github.io/)",
88
"engines": {

0 commit comments

Comments
 (0)