diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d02142..0bdf165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.11 (Oct 8, 2023) + +* bug fix - Fix Quote causing failed Mac imports. See [#308](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/308) +* bug fix - BUG "Show Next Change" is mapped instead of "Go to Next Change". See [#310](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/310) +* enhancement - Commenting to move to next line as in Idea. See [#233](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/233) + ## 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) diff --git a/README.md b/README.md index d136e08..18e1b30 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ After the initial compile, the source files will be watched and recompiled when * [@rxliuli](https://github.com/rxliuli) * [@bananer](https://github.com/bananer) * [@ShellWen](https://github.com/ShellWen) - +* [@Strajk](https://github.com/Strajk) ## License diff --git a/package-lock.json b/package-lock.json index b2b6a8a..4362f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.10", + "version": "1.5.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.5.10", + "version": "1.5.11", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.2", diff --git a/package.json b/package.json index 3b18708..a695a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.10", + "version": "1.5.11", "publisher": "k--kato", "engines": { "vscode": "^1.83.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 65d097e..a887d51 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.10", + "version": "1.5.11", "publisher": "k--kato", "engines": { "vscode": "^1.83.0"