Changelog
A detailed log of all the updates and improvements we've made to Dynomate.
0.22.0
The table view has been redesigned to make it much more performant for larger datasets, and introduced a new inline editing feature for easy attribute updates.
Table inline edits.
Improved editing experience for the table. Now you can edit inline. Inline edits are staged and can be reviewed before updating. Updates use dynamodb transactions.

Added a table context menu.
The new context menu allows copy, download, and delete options in the table view. It can be activated wih a right click on any cell in the table.

Fixed an issue where the JSON editor renders JSON values as strings.
0.17.0
🎉 First public preview of Dynomate – the fast Git-friendly DynamoDB GUI Client.
Table Discovery & Profile-aware Connections
Detects tables across multiple AWS profiles/SAML SSO accounts and lets you choose regions before importing.

Tab-based multi-table workspace
Each table opens in its own tab with independent connection state, so you can hop between accounts or regions instantly.
Adaptive Query / Scan UI
Forms adjust to your table’s composite keys and indexes, with JSON view, inline search (⌘/Ctrl-F) and quick add/edit.
Multi-operation Request Chains
Combine query, put, update or delete steps; reference previous outputs (`${step1.items[0].email}`) to build powerful workflows.

Variable & Environment System
Define variables globally, per collection or per request; switch environments (prod, staging, etc.) with one click.