Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Dec 4, 2016
1 parent 9619a24 commit 6fb9232
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

### 0.1.0: 4 Dec 2016

* Support command history. Edit and reuse past commands

### 0.0.1: 29 Sep 2016

* Initial release of the extension
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ Levarage your favourite shell commands to edit text.

* Edit selected text with shell command
* Insert shell command output into cursor position
* It records command history. You can edit a past command before you use it
* It records command history. You can edit and reuse past commands

![Edit with Shell Command](https://raw.githubusercontent.com/ryu1kn/vscode-edit-with-shell/master/images/animations/edit-with-shell.gif)

![Insert command output](https://raw.githubusercontent.com/ryu1kn/vscode-edit-with-shell/master/images/animations/insert-command-output.gif)

![Edit and reuse past commands](https://raw.githubusercontent.com/ryu1kn/vscode-edit-with-shell/master/images/animations/edit-and-run-command-history.gif)

## Commands

* `EditWithShell: Run command` (**Command ID:** `editWithShell.runCommand`)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "edit-with-shell",
"displayName": "Edit with Shell Command",
"description": "Levarage your favourite shell commands to edit text",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "ryu1kn",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/edit-with-shell.png",
Expand Down

0 comments on commit 6fb9232

Please sign in to comment.