Skip to content
Monghoul

What's new, page 2

Versions v1.5.3 back to v1.4.8. Page 2 of 3.

v1.5.3

Editor. Autocomplete for stage body keys: typing inside $lookup: { … } now suggests from, localField, foreignField, as, let, pipeline; same for $graphLookup, $merge, $unwind…

Read the notes

v1.5.2

Editor. Cursor lands inside find({}): opening a fresh query tab now drops the cursor between the filter braces and focuses the editor, so you can start typing the query right…

Read the notes

v1.5.1

Query. Smarter export filenames: the result-viewer export action now defaults to {tab-title}-{YYYYMMDD-HHmmss}.{ext} instead of a static query-results.{ext}, so repeated exports…

Read the notes

v1.5.0

Explain View. Compare candidates: a new button in the Rejected Plans section re-runs the explain with allPlansExecution verbosity and surfaces per-plan stats (Returned / Docs /…

Read the notes

v1.4.23

Sidebar. Connection status indicator: Connections now show whether they are online or offline. Disconnected connections appear dimmed in the sidebar, and the connection popover…

Read the notes

v1.4.22

Editor. Autocomplete accepts on Enter and Tab: Both Enter and Tab now accept autocomplete suggestions, so you can use whichever feels natural. Smarter suggestion timing…

Read the notes

v1.4.21

Aggregation Builder. Capped stage width: Pipeline stages no longer stretch edge-to-edge on wide screens. Stages are now capped at 900px and centered, keeping the builder…

Read the notes

v1.4.20

Editor. Schema analysis opt-out: Auto schema analysis can now be disabled globally or per connection. A global toggle and sample size selector (50/100/500 docs) are available in…

Read the notes

v1.4.19

Sidebar. Collapse to zero: The sidebar can now be dragged all the way to zero width. A chevron indicator appears at narrow widths so the panel is never visually lost. Drag the…

Read the notes

v1.4.18

Tree View. Persistent column width: The key/value column split in Tree View now persists across query re-runs and app restarts. The width is saved per tab and included when saving…

Read the notes

v1.4.17

Tree View. Resizable key/value columns: The KEY and VALUE columns in Tree View now have a visible border delimiter and a draggable resize handle, matching the Table View…

Read the notes

v1.4.16

Status Bar. Accurate RAM display: Memory indicator now shows the same value as Activity Monitor on macOS, including WebView and helper processes that were previously invisible. On…

Read the notes

v1.4.15

Search. Off-thread indexing: Search indexes are now built in a Web Worker so the UI never freezes, even with 10,000+ documents. The index is built lazily on first search and…

Read the notes

v1.4.14

Result Views. Inline JSON previews: Objects and arrays in Table and Tree views now show syntax-highlighted content instead of generic "Object{3}" / "Array[3]" labels. Keys…

Read the notes

v1.4.13

Result Viewer. Collapsible result panel: The result panel can now be resized all the way down to nearly zero. Pagination hides when the panel is short, and a minimal "N results"…

Read the notes

v1.4.12

Result Viewer. Compact data views: Tree view and table view are now denser with consistent font sizes across both views. Content font reduced to 12px, headers to 10px, and row…

Read the notes

v1.4.11

MCP. Sync tools return data: sync_databases, sync_collections, and sync_indexes now return the actual database names, collection names, and index details instead of a generic…

Read the notes

v1.4.10

Table View. Sort clears selection: Changing the sort column or direction now clears the row selection and focused cell, preventing stale selections that pointed to wrong rows…

Read the notes

v1.4.9

Inline Editing. Date picker popover: Editing a Date field now opens a calendar with time spinners and quick presets (Now, Today, Yesterday, Start of week, 1st of month, 1st of…

Read the notes

v1.4.8

Table View. Persistent column state: Column order, widths, sort, and pinned state are now saved per tab and restored when you reopen the app. Edit Field in New Tab: Right-click…

Read the notes