Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentvb committed Apr 2, 2022
1 parent 344baff commit 910f2b0
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.1.2",
"version": "1.2.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,5 +1,6 @@
const CHANGE_NOTES = `
* Fix an issue where the power-bar sometimes would not show after pressing the activation key combo
* Handle missing (artist) images better
* Add shift+tab functionality to jump back a suggestion category in search
`;

export default CHANGE_NOTES;

0 comments on commit 910f2b0

Please sign in to comment.