You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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