Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentvb committed May 2, 2022
1 parent e53c259 commit 1dd831b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "power-bar",
"version": "1.3.0",
"version": "1.4.0",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
Expand Down
5 changes: 3 additions & 2 deletions src/constants/change-notes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const CHANGE_NOTES = `
* Add ability to play an item without navigating.
- To use this enable 'play immediately' in settings and hold \`ctrl\` (windows/linux) or \`cmd\` (mac) when selecting an item to prevent navigating to it.
* Remove 'play immediately' setting
- Default behaviour is navigating to the selected suggestion
- To just play and not navigate, hold \`ctrl\` (windows/linux) or \`cmd\` (mac) when selecting it
`;

export default CHANGE_NOTES;

0 comments on commit 1dd831b

Please sign in to comment.