Release Notes

Mongoose Studio v0.5.6

Dashboard Search

Mongoose Studio v0.5.6 makes the dashboards page easier to work with when you have more than a few saved dashboards. The dashboards list now has a search box that filters by dashboard title and description.

Search supports multiple words, escapes special characters safely, and highlights matches directly in titles and descriptions. When no dashboards match, Studio shows a dedicated empty state instead of leaving you to infer that the list was filtered down to nothing.

Pinned Dashboards

You can now pin dashboards from the dashboards list. Pinned dashboards stay at the top of the list, and Mongoose Studio persists the pinned state so the same dashboards remain easy to find after a refresh.

The pin control is available inline on each dashboard row, with accessible labels for pinning and unpinning. New dashboards are inserted at the top of the local list immediately after creation, so the list feels current without waiting for a full reload.

Dashboard Ordering

The server now returns dashboards sorted by pinned status first, then newest dashboards first. That keeps the list stable across refreshes and matches the client-side ordering used by search results.

This release also includes test coverage for dashboard ordering, pinned dashboard updates, creator metadata, legacy timestamp backfill, and last evaluated timestamps.