Skip to content

Commit

Permalink
update version and add to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-z committed Aug 28, 2023
1 parent ea85324 commit 662fa97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.0]

- Added new command `gotoPreviousHarpoonEditor` allowing the ability to jump to the previous harpoon editor.

## [1.3.2]

- Fixed bug in Windows where the user would not see the filename in the quick pick menu
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You are then able to jump to `editor 1` or `editor 2` from anywhere in your work
- `VSCode Harpoon: Editor Quick Pick (vscode-harpoon.editorQuickPick)` Opens a quick pick menu to
pick between your current workspace editors
- `VSCode Harpoon: Go to previous harpoon editor (vscode-harpoon.editorQuickPick)` Jumps to the previous editor which was last jumped from using harpoon.
- `VSCode Harpoon: Add Global Editor (vscode-harpoon.addGlobalEditor)` adds the current editor
- `VSCode Harpoon: Add Global Editor (vscode-harpoon.gotoPreviousHarpoonEditor)` adds the current editor
globally
- `VSCode Harpoon: Add Global Editor [1-9] (vscode-harpoon.addGlobalEditor[1-9])` adds the editor globally at the specified index
- `VSCode Harpoon: Go to global editor [1-9] (vscode-harpoon.gotoGlobalEditor[1-9])` Goes to global
Expand All @@ -41,7 +41,7 @@ You are then able to jump to `editor 1` or `editor 2` from anywhere in your work
do delete or move added editors around.
- `VSCode Harpoon: Editor Global Quick Pick (vscode-harpoon.editorGlobalQuickPick)` Opens a quick
pick menu to pick between your global editors
- `VSCode Harpoon: Go to previous global harpoon editor (vscode-harpoon.editorGlobalQuickPick)` Jumps to the previous global editor which was last jumped from using harpoon.
- `VSCode Harpoon: Go to previous global harpoon editor (vscode-harpoon.gotoPreviousGlobalHarpoonEditor)` Jumps to the previous global editor which was last jumped from using harpoon.

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vscode-harpoon",
"displayName": "VSCode Harpoon",
"description": "A vscode clone of the vim plugin Harpoon created by The Primeagen",
"version": "1.3.2",
"version": "1.4.0",
"license": "MIT",
"homepage": "https://github.com/tobias-z/vscode-harpoon/blob/main/README.md",
"repository": {
Expand Down

0 comments on commit 662fa97

Please sign in to comment.