From 63644d9fbdf3a756b10165e5f8004e6978f5fb71 Mon Sep 17 00:00:00 2001 From: liximomo Date: Fri, 26 Jan 2018 11:11:57 +0800 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9f1cbb..01b27d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.0.0 - 2017-01-26 +πŸŽ‰πŸŽ‰πŸŽ‰This release include some new features, bugfixs and improvements. It may be bring some new bugs, welcome to feedback. + +### New Features +* `list` and `list all` command. + * `list` will list all remote files except those match your ignore rules. + * `list all` will list all remote files. + + The target will be dowmload after you select. And it will be open in vscode if the target is a file. +* When you download a folder through a command, the vscode explorer will be refreshed when the command finish. + +### Breaking Changes +* 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. + + ## 0.9.4 - 2017-12-18 * `Context` now receives a relative path. * Fix [#69](https://github.com/liximomo/vscode-sftp/issues/69), [#70](https://github.com/liximomo/vscode-sftp/issues/70) diff --git a/package.json b/package.json index 0934cd9a..e854c9ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sftp", "displayName": "sftp", "description": "SFTP/FTP sync", - "version": "0.9.5", + "version": "1.0.0", "publisher": "liximomo", "author": "liximomo (https://liximomo.github.io/)", "engines": {