Skip to content
Monghoul
What's new

Monghoul 1.5.5

View on GitHub

Result Viewer

  • New tabs land next to their source — Tree and Table view actions that spawn a new tab (Edit Document, Edit Field, Delete Document, Insert Document, Filter by Value, Unset Field, Unset Field (All Documents), Clone Document, and bulk Delete N Documents) now insert the generated query immediately after the current tab instead of jumping to the end of the panel, so the new query stays adjacent to the result it came from.
  • Export all matching documents — the result-header Export dropdown now offers two scopes side by side: Loaded results (the documents already fetched, same as before) and All matching documents, which re-runs the tab's query server-side and streams every result to disk while ignoring .limit() / .skip() and outer $limit / $skip pipeline stages. A progress modal shows the running count and lets you cancel — cancellation removes the partial file. If the code looks like it could mutate data (update*, delete*, $merge, $out, …) the app confirms before re-running so side effects don't repeat silently.

Downloads for v1.5.5

Installers published with this release. The current version is v1.11.0.