Skip to content

Commit

Permalink
release: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentvb committed Aug 10, 2023
1 parent b7c0a0b commit 3a9573a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ In the suggestion list you can jump back and forth between categories by pressin

To play a suggestion immediately (not navigating to it), hold `ctrl` (windows/linux) or `cmd` (macOs) when selecting the suggestion.

It's also possible to navigate using a Spotify URI. Simply paste it in the power-bar and press enter to navigate to the URI destination.

## Settings
Settings for the power bar can be found on spotify's settings page. There are settings for the following things:
* **Activation key combo**. Defaults are `alt+space` on MacOs, and `ctrl+space` on other operating systems. Can be changed to anything in to following format: `modifier+key`. A modifier key is one of the following:
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": "power-bar",
"version": "1.6.5",
"version": "1.7.0",
"author": {
"name": "jeroentvb",
"url": "https://github.com/jeroentvb"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/change-notes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CHANGE_NOTES = `
Handle adding other suggestion types to queue better. Supported types are tracks and albums.
You can now use a Spotify URI to navigate using power-bar. Paste a URI in the power-bar and press enter to navigate.
`;

export default CHANGE_NOTES;

0 comments on commit 3a9573a

Please sign in to comment.