Release Notes

Mongoose Studio v0.3.7

Display Date Format Dropdown

Mongoose Studio v0.3.7 adds a display date format dropdown to document details for date fields. You can now switch between UTC (ISO), Local (Browser), Unix (ms), Unix (seconds), Duration relative to now, and a custom timezone view without changing the stored value.

This makes it easier to inspect timestamps in the format that matches how you debug your app, whether you want raw epoch values, a browser-local rendering, or a timezone-specific display for a shared environment.

CSV Download Button for Tables

Dashboard tables now include a Download as CSV action in the table header menu. If a dashboard result renders as a table, you can export the visible columns and rows directly to a table.csv file from the UI.

This is useful when you want to pull query results into a spreadsheet, send a quick export to a teammate, or do follow-up analysis outside Studio.