Skip to content

Commit

Permalink
Releasing v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jun 10, 2021
1 parent b314394 commit 9cffce1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.4.5 (Jun 10, 2021)

* enhancement - add keymap for Move. See [#228](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/228)
* enhancement - add keymap for type hierarchy. See [#227](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/227)
* enhancement - add shortcut to optimize imports. See [#226](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/226)
* enhancement - add shortcut to override/implement methods. See [#225](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/225)
* enhancement - Add keymap for call hierarchy. See [#222](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/222)
* enhancement - Adding the keymap keyword to package.json. See [#220](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/220)
* enhancement - Update the shift shift 'Search Anywhere' command to call quickOpen. See [#218](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/218)

## 1.4.4 (Apr 3, 2021)

* enhancement - fixes Ctrl/Cmd+Shift+F due to change in VSCode. See [#216](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/216)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ when changes are saved.
* [@goncalossilva](https://github.com/goncalossilva)
* [@ZobairQ](https://github.com/ZobairQ)
* [@fabb](https://github.com/fabb)
* [@a-stewart](https://github.com/a-stewart)
* [@CsCherrYY](https://github.com/CsCherrYY)
* [@Eskibear](https://github.com/Eskibear)


## License
Expand Down
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.4.4",
"version": "1.4.5",
"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.4.4",
"version": "1.4.5",
"publisher": "k--kato",
"engines": {
"vscode": "^1.54.0"
Expand Down

0 comments on commit 9cffce1

Please sign in to comment.