diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a59c89..6d02142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.10 (Aug 11, 2023) + +* bug fix - Fix a bug which will cause failed. See [#293](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/293) +* enhancement - Add support for Use "CamelHumps" words. See [#300](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/300) +* enhancement - Keyboard layout-independent bindings. See [#305](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/305) + ## 1.5.9 (Apr 4, 2023) * enhancement - keybindings of jupyter notebook. See [#281](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/281) diff --git a/README.md b/README.md index f8b7eab..7feb147 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ For similar functionality in VS Code, enalbe the config `config.intellij-idea-ke ## Installation -1. Install Visual Studio Code 1.76.0 or higher +1. Install Visual Studio Code 1.81.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` @@ -379,7 +379,7 @@ After the initial compile, the source files will be watched and recompiled when * [@long76](https://github.com/long76) * [@rxliuli](https://github.com/rxliuli) * [@bananer](https://github.com/bananer) -* [@a-stewart](https://github.com/a-stewart) +* [@ShellWen](https://github.com/ShellWen) ## License diff --git a/package.json b/package.json index 00740a1..21ae110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.9", + "version": "1.5.10", "publisher": "k--kato", "engines": { "vscode": "^1.81.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index ae03f9a..eb84564 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.9", + "version": "1.5.10", "publisher": "k--kato", "engines": { "vscode": "^1.81.0"