Skip to content

Commit

Permalink
Releasing v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jan 28, 2024
1 parent 02d9dad commit f085eb1
Show file tree
Hide file tree
Showing 5 changed files with 11 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.13 (Jan 28, 2024)

* bug fix - copyFilePath: add !terminalFocus to condition . See [#317](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/317)
* enhancement - Fold & Collapse. See [#55](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/55)
* enhancement - MacOS: Shift + Cmd + `(Maxmize Tool Window) can be mapped to Toggle Maximized Panel. See [#105](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/105)

## 1.5.12 (Oct 20, 2023)

* revert - Commenting to move to next line as in Idea. See [#233](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/233)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ After the initial compile, the source files will be watched and recompiled when
* [@bananer](https://github.com/bananer)
* [@ShellWen](https://github.com/ShellWen)
* [@Strajk](https://github.com/Strajk)
* [@LunNova](https://github.com/LunNova)

## 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.5.12",
"version": "1.5.13",
"publisher": "k--kato",
"engines": {
"vscode": "^1.83.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.12",
"version": "1.5.13",
"publisher": "k--kato",
"engines": {
"vscode": "^1.83.0"
Expand Down

0 comments on commit f085eb1

Please sign in to comment.