Skip to content

Releases: fwextensions/QuicKey

v1.8.0

26 Oct 19:53
Compare
Choose a tag to compare

Added

  • Added support for Firefox and published it to the Mozilla add-ons store. No changes for other browsers.

v1.7.4

18 Jun 19:49
Compare
Choose a tag to compare

Fixed

  • In Microsoft Edge, don't show a tab count in the badge tooltip, since Edge now automatically appends the badge number.
  • Suppress the harmless but annoying devtools console errors that were triggered by a bug in Chromium v102.

v1.7.3

18 Jun 06:58
Compare
Choose a tag to compare

Fixed

  • Darkened the background of the toolbar icon badge so the foreground text would still appear white in Chrome 102+.
  • Updated the website so HTML tags in the markdown would still appear in the latest version of GitHub Pages.
  • Replaced lodash with custom functions and fast-memoize.

v1.7.2

28 Apr 07:17
Compare
Choose a tag to compare

Added

  • Added support for using pinyin when searching for bookmarks and history items, along with tabs.

v1.7.1

08 Mar 02:02
Compare
Choose a tag to compare

Fixed

  • Fix keyboard shortcut handling in Cent and any other Chromium browsers that use a plus surrounded by spaces in shortcut strings.
  • Fix the quickey-ctrl-tab.ahk AutoHotkey script to not interfere with Chromium-based apps like VS Code.

v1.7.0

24 Oct 23:56
Compare
Choose a tag to compare

Added

  • Option to limit recent tab navigation to the current browser window.
  • Option to limit tab search results to the current browser window.

v1.6.1

04 May 23:29
Compare
Choose a tag to compare

Added

  • ctrlN/ctrlP and ctrlJ/ctrlK keyboard shortcuts for moving down/up the search results list.

Fixed

  • The default shortcut for closing a tab on Linux and ChromeOS is now ctrlaltW, since the browser doesn't let QuicKey intercept ctrlW on those OSes.

v1.6.0

05 Mar 20:25
Compare
Choose a tag to compare

Added

  • Option to display the folder path to each bookmark in its title, so that you can search for bookmarks by folder names.

  • Option to restore the last search query when the menu is reopened.

  • Option to choose whether the home and end keys navigate the results list or move the cursor in the search box.

Fixed

  • After using the Switch instantly command to switch to the previous tab and then quickly clicking a different tab, using the command again to switch back would sometimes not select the expected tab.

v1.5.1

24 Dec 21:15
Compare
Choose a tag to compare

Fixed

  • Malformed URLs in open tabs could cause QuicKey to not load properly on browser launch.

  • The quickey-ctrl-tab.ahk AutoHotkey script that enables ctrltab to navigate the recents menu now supports Edge 79+.

  • The page about enabling ctrltab support now shows the correct extension ID when loaded in Edge.

v1.5.0

30 Apr 02:00
Compare
Choose a tag to compare

Added

  • Pinyin strings in the search query will now match Chinese characters in tab titles and URLs. This option is enabled by default if Chrome's language is set to Chinese or if Chinese characters are found in any currently open tabs titles or URLs.

Fixed

  • When Chrome is running slowly, if a query is typed right after the QuicKey shortcut is pressed, and then that query is cleared, letters matching the previous query would still be highlighted in the menu.