Skip to content

v4.6.0

Compare
Choose a tag to compare
@rkoval rkoval released this 31 Jul 19:22
· 183 commits to master since this release
6cc774a

Changes

User-facing

  • Added region override on a single query basis. You can utilize this by typing $ in your query. This delimiter is customizeable; see README diff for more details (resolves #37)
  • Added much better handling of tab autocomplete throughout the workflow
  • Added arn: matching to remaining searchers. These searchers will query based on arns with this prefix if the query starts with arn:

Internal

  • Reworked parser logic to better enable new tokens in the future (like profile override... stay tuned)