diff --git a/package.json b/package.json index c55d534..3d4be96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "power-bar", - "version": "1.1.2", + "version": "1.2.0", "author": { "name": "jeroentvb", "url": "https://github.com/jeroentvb" diff --git a/src/constants/change-notes.ts b/src/constants/change-notes.ts index 17441e5..cd13004 100644 --- a/src/constants/change-notes.ts +++ b/src/constants/change-notes.ts @@ -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;