Skip to content

Commit

Permalink
Releasing v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Mar 5, 2021
1 parent da207fb commit 2ba8115
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.4.0 (Feb 5, 2021)

* enhancement - shortcut for search everywhere is not working. See [#170](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/170)
* enhancement - Export tutorial outdated. See [#208](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/208)
* bug fix - Go to Symbol in Editor... - Ctrl+F12 keybinding is not working anymore in markdown files. See [#211](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/211)

## 1.3.0 (Jan 30, 2021)

* bug fix - [bug report] revertselectedRanges should work outside of diffEditor. See [#205](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/205)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ shift+f10 | ctrl+r | Go: Test Previous | ✅

## Installation

1. Install Visual Studio Code 1.52.0 or higher
1. Install Visual Studio Code 1.54.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `Intellij IDEA Keybindings`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.3.0",
"version": "1.4.0",
"publisher": "k--kato",
"engines": {
"vscode": "^1.54.0"
Expand Down
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "1.3.0",
"version": "1.4.0",
"publisher": "k--kato",
"engines": {
"vscode": "^1.54.0"
Expand Down

0 comments on commit 2ba8115

Please sign in to comment.