Skip to content

v0.1.0

Compare
Choose a tag to compare
@lmika lmika released this 21 Oct 22:27
· 34 commits to main since this release

Features

  • Added the ability to show, hide, rearrange, and delete columns in the result-set table (#18)
  • Added the ability to add new columns derived from the result of a query expression (#18)
  • Added a read-only mode setting and flag (#24)
  • Added a default limit for query results setting and flag (#28)
  • Added a progress indicator for long running operations such as queries (#23)
  • Added the mark command to mark all rows, unmark all rows, and toggle marked rows (#23)

Improvements

  • Query expressions involving the partition and sort key that can be executed as DynamoDB queries on the main table are now executed as a DynamoDB queries, instead of scans (#22)
  • Long running operations can now be cancelled by pressing Ctrl-C (#34)
  • Query expression language now supports conjunction, disjunction, and dot references

Bug Fixes

  • Fixed a bug which was not properly detecting whether MacOS was in light mode
  • Fixed a bug which was breaking the filter within the table-selection mode
  • Fixed seg. faults while in view mode with no table selected
  • Fixed the query language syntax in which ^= was treated as two tokens (#32)
  • Fixed the back-stack service to prevent duplicate views from being pushed onto the back-stack