Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@lmika lmika released this 02 Mar 22:50
· 1 commit to main since this release

New Features

  • Added a new "related item" picker which can be used to quickly run pre-defined queries from a picker. This is something that can be configured via extensions (please see the documentation).
  • Upgraded to Tamarin 1.4.0. This will break existing extension scripts.

Improvements

  • Started working on field completion for the sa and da commands. This is currently beta and will require additional work in the future (not to mention extending this to other commands).
  • Added the result count and time of last query to the right-hand-side of the status bar
  • Added the -where option for the mark command, to mark rows that match a query expression.
  • Added the marked builtin to query expressions, which will return as a list all the items that are marked.
  • Added the key binding M to toggle marked/unmarked rows.
  • Added the key binding C to copy table to clipboard.
  • Added the clone command back.
  • Added Ctrl+V as a keyboard shortcut in the editor prompt mode, which will paste the contents of the pasteboard with all whitespace stripped. Useful for when you need to paste something from a file or command-line output while editing a query.