Skip to content

Commit

Permalink
Releasing v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Aug 11, 2023
1 parent 8afdaa0 commit d7531dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
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.5.9",
"version": "1.5.10",
"publisher": "k--kato",
"engines": {
"vscode": "^1.81.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.5.9",
"version": "1.5.10",
"publisher": "k--kato",
"engines": {
"vscode": "^1.81.0"
Expand Down

0 comments on commit d7531dc

Please sign in to comment.