Skip to content

Commit

Permalink
Releasing v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 1, 2024
1 parent 2283d5f commit e02aa6f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.6.1 (Apr 1, 2024)

* bug fix - Viewed file should be remembered. See [#237](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/237)
* bug fix - keybindings of jupyter notebook. See [#281](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/281)
* bug fix - Shortcut keys conflict with copilot. See [@335](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/335)
* enhancement - Please Support in Using Enter to Apply Code Suggestion. See [#239](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/239)
* enhancement - Add support for camel humps. See [#300](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/300)
* enhancement - Add "Open in Opposite Group" Feature to Improve Editor Navigation. See [#336](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/336)

## 1.6.0 (Feb 23, 2024)

* bug fix - Navigate to explorer, changes. See [#119](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/119)
Expand All @@ -12,7 +21,6 @@
* enhancement - ctrl+d in explorer should diff 2 selected files. See [#231](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/231)
* enhancement - FR: F4 in explorer to open file. See [#232](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/232)


## 1.5.13 (Jan 28, 2024)

* bug fix - copyFilePath: add !terminalFocus to condition . See [#317](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/317)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ After the initial compile, the source files will be watched and recompiled when
* [@ShellWen](https://github.com/ShellWen)
* [@Strajk](https://github.com/Strajk)
* [@LunNova](https://github.com/LunNova)
* [@sfyr111](https://github.com/sfyr111)

## License

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.6.0",
"version": "1.6.1",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.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.6.0",
"version": "1.6.1",
"publisher": "k--kato",
"engines": {
"vscode": "^1.87.0"
Expand Down

0 comments on commit e02aa6f

Please sign in to comment.