Back to Changelog

Dynomate 1.2.0

Released June 13, 2025 (about 8 hours ago)

A significant update to how Dynomate manages request collections, introducing explicit marker files and native OS integration. We've also addressed critical stability issues that could result in data loss during save operations.

Collection marker files for better organization

Collections now use collection.toml files as explicit markers, instead of being detected based on directory contents. This approach eliminates the ambiguity of heuristic-based detection where any sub-directory within a watched directory might be mistaken for a collection.

Your collections can now live alongside project code without interference, and existing collections are automatically upgraded on first access.

Reveal collections in file explorer

New context menu option to open collection folders directly in your system's file explorer. This native integration makes it easier to manage files with external tools, or integrate collections with version control workflows.

Fixed request saving crashes

Resolved a critical issue where saving requests before creating a collection could cause the entire UI to crash.

Enhanced error handling architecture

We've Implemented hierarchical error boundaries throughout the application for better fault isolation. When errors occur, they're now contained to specific components rather than crashing the entire interface.

You'll see more helpful error messages with clear recovery actions, and the application maintains stability even when individual operations fail.