Skip to content

Releases: david-04/shortycut

Version 1.4.3

14 Jun 08:34
Compare
Choose a tag to compare
  • Fixed unhandled initialization exception when a search bucket has no main (non-search) shortcut
  • Tweaked shortlist CSS colors to work with the latest Dark Reader release

Version 1.4.2

20 Apr 05:30
Compare
Choose a tag to compare
  • Tweak CSS colors to work with the latest Dark Reader release

Version 1.4.1

02 Feb 23:04
Compare
Choose a tag to compare
  • Re-generated documentation with latest MkDocs version (upgrading jQuery from 2 to 3)

Version 1.4

04 Nov 01:16
Compare
Choose a tag to compare

Version 1.3.1

23 Sep 02:31
Compare
Choose a tag to compare
  • Tweaked the homepage's suggestion filter (avoiding unnecessary full-text searches)

Version 1.3

11 Sep 03:21
Compare
Choose a tag to compare
  • Added support for search buckets
  • Improved the suggestion list for non-query keywords
  • Performed technical maintenance (linting, deprecations, updated typings)

Version 1.2.2

07 Aug 00:51
Compare
Choose a tag to compare
  • Fixed an issue that caused domains to be listed under "missing favicons" even if the favicon had already been downloaded
  • Added a TypeScript declaration file (shortycut.d.ts) for the ShortyCut API to the data (template) folder

Version 1.2.1

31 Jul 23:38
Compare
Choose a tag to compare
  • Added a CORS header to the web server to allow resources to be accessed from all origins
  • Fixed an issue that prevented domains without favicons from being displayed in the list view when using a fetch service

Version 1.2

09 Oct 01:04
Compare
Choose a tag to compare
  • Improved the favicon loading speed by preloading all images on startup and caching their known locations in the browser's local storage
  • Added favicons to the interactive selection list displayed when accessing keywords with multiple links

Version 1.1

26 Sep 03:37
Compare
Choose a tag to compare
  • Added the ability to load additional JavaScript files, so that large shortcut collections can be spread across multiple files
  • Added support for dynamic links, which allow keywords to redirect to different pages based on the search term
  • Improved the way how hotkeys are selected, favoring letters that are uppercase or appear at the beginning of words
  • Improved the homepage's ability to lock itself to a pinned browser tab by opening links to the manual in new tabs
  • Improved the accessibility of the menu through the keyboard when using a browser extensions like Vimium
  • Fixed an issue that could cause POST links to fail or send wrong data if the search term contained special characters like & or %
  • Fixed an issue with the homepage's no-focus mode where control keys like Alt and Ctrl would still put the focus on the input field