Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 15, 2017
1 parent 1df6ff4 commit 865bb9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
## 1.2.1 (November 14, 2015)
## 2.0.0 (March 15, 2017)

- Added VS Code detection by `code` command
- Added basic support for `vim` (thanks to @pofigizm)
- Added support for `Visual Studio` (thanks to @generalov)
- Changed node.js support to `0.12` and greater

## 1.2.1 (November 14, 2016)

- Added support for `Visual Studio Code`

## 1.2.0 (November 12, 2015)

- Add support of JetBains IDEs on Windows (thanks to @Mavrin)
- Added support for JetBrain's IDEs on Windows (thanks to @Mavrin)

## 1.1.0 (November 8, 2015)

- Add support for more editors:
- WebStorm and IDEA 14 CE (thanks to @chicoxyzzy)
- PhpStorm (thanks to @silentroach)
- Remove `preferGlobal` option from `package.json`
- Improve documentation
- Added support for `WebStorm` (thanks to @chicoxyzzy)
- Added support for `IDEA 14 CE` (thanks to @chicoxyzzy)
- Added support for `PhpStorm` (thanks to @silentroach)
- Removed `preferGlobal` option from `package.json`
- Improved documentation

## 1.0 (September 24, 2015)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-in-editor",
"description": "Open file in editor",
"version": "1.2.1",
"version": "2.0.0",
"author": "Roman Dvornov <[email protected]>",
"license": "MIT",
"repository": "lahmatiy/open-in-editor",
Expand Down

0 comments on commit 865bb9a

Please sign in to comment.