Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentvb committed May 3, 2022
1 parent 8817202 commit 8d68f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.4.0",
"version": "1.5.0",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
Expand Down
3 changes: 2 additions & 1 deletion src/constants/change-notes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const CHANGE_NOTES = `
* Remove 'play immediately' setting
* Remove 'play immediately' setting in favour of 'add to queue'
- Default behaviour is navigating to the selected suggestion
- To just play and not navigate, hold \`ctrl\` (windows/linux) or \`cmd\` (mac) when selecting it
- To add to queue instad of playing the item, enable 'add to queue' and hold hold \`ctrl\` (windows/linux) or \`cmd\` (mac)
`;

export default CHANGE_NOTES;

0 comments on commit 8d68f2b

Please sign in to comment.