From 1dd831b7a12effa923413849bacd9d1b4586a31f Mon Sep 17 00:00:00 2001 From: jeroentvb <36192730+jeroentvb@users.noreply.github.com> Date: Mon, 2 May 2022 19:34:03 +0200 Subject: [PATCH] v1.4.0 --- package.json | 2 +- src/constants/change-notes.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 90395c1..53b828f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "power-bar", - "version": "1.3.0", + "version": "1.4.0", "author": { "name": "jeroentvb", "url": "https://github.com/jeroentvb" diff --git a/src/constants/change-notes.ts b/src/constants/change-notes.ts index 9dc051e..4c9dca5 100644 --- a/src/constants/change-notes.ts +++ b/src/constants/change-notes.ts @@ -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;