Skip to content

Releases: chrillek/DT-Search-JS

Changed modifier key for "copy Markdown link"

03 Nov 11:58
Compare
Choose a tag to compare

Originally, Shift-Enter would copy a Markdown link of the currently selected record. This collided with Alfred's default action of "Show quicklook".

Changed the modifier to "Ctrl-Enter".

Added group search

02 Nov 13:57
Compare
Choose a tag to compare

The main new feature is the possibility to limit the search to a group. Select a database first, then get a list of its groups with Ctrl-Enter. Start the search in one of the groups with Cmd-Enter.

Bumped version

01 Nov 08:54
Compare
Choose a tag to compare

No new code, just fixes some GitHub mess I made

Code cleanup, list all favorites

27 Jul 10:33
Compare
Choose a tag to compare

This release is mostly about internal cleanup. The workflow now uses a single JavaScript file to do all the work. That removes redundant code and should allow for easier updates.

The only new feature is that DTF now lists all favorites. Previously, only groups and records were shown, not databases. However, this command now also sets the status of databases in favorites to "open".

Version with a single JS file

31 Oct 16:57
Compare
Choose a tag to compare

This release uses only a single JavaScript file that handles all the commands.

First release on GitHub

14 Jul 12:11
Compare
Choose a tag to compare

First release with README and workflow