From e02aa6f4904e018b01c52512ca77676c8689a331 Mon Sep 17 00:00:00 2001 From: kasecato Date: Mon, 1 Apr 2024 22:22:01 +0900 Subject: [PATCH] Releasing v1.6.1 --- CHANGELOG.md | 10 +++++++++- README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- src/package-with-comment.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584d7f0..92abc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/README.md b/README.md index 81c5cdd..d4cae46 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 19af381..572f198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index 328c3e7..ea6e67b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.0", + "version": "1.6.1", "publisher": "k--kato", "engines": { "vscode": "^1.87.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 6f623f7..58cf13a 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.6.0", + "version": "1.6.1", "publisher": "k--kato", "engines": { "vscode": "^1.87.0"