Skip to content
Monghoul

What's new

Every Monghoul release, newest first. Found a bug or want a feature? The buttons below open a prefilled GitHub issue.

v1.11.0

This release is about the query editor knowing MongoDB. Autocomplete was improved to cover every 8.x operator and to answer with what the cursor position actually accepts, down to…

Read the notes

v1.10.0

This release is mostly about AI access: letting an assistant work with your databases without letting it work unsupervised. You choose what it can reach before you switch it on…

Read the notes

v1.9.2

Improved. A detached window respects the interface zoom: a tab detached while the interface was at 125% opened a window at 100%, with no zoom keyboard shortcut and no scroll…

Read the notes

v1.9.1

Fixed. Query and Results. A diff shows the differences: Document Diff and the Operation Logs query comparison drew both documents side by side with nothing marked as changed…

Read the notes

v1.9.0

New. Lifetime licences include every future update: A lifetime licence used to cover two years of updates from the date of purchase, after which the app would not activate on…

Read the notes

v1.8.2

MCP Server. Limit what AI tools can reach: A new Limit Access switch takes an allowlist of connections, or of single databases inside them. Everything else is hidden from the…

Read the notes

v1.8.1

Tree View. Select multiple documents: Ctrl/Cmd+click any row to select the document it belongs to, including nested fields, so you don't have to scroll back to the document…

Read the notes

v1.8.0

User & Role Management. Manage users and roles: A new Pro "Manage Users" tab, opened from a connection's right-click menu, lists, creates, edits, and deletes MongoDB database…

Read the notes

v1.7.0

App Menu. Settings moved to a drawer: clicking "Monghoul v…" in the footer now opens a spacious side drawer instead of a cramped popover, gathering About, the update check, the…

Read the notes

v1.6.2

Query. Switching connection keeps your database: Changing a query tab's connection now keeps the current database when the new connection also has one with that name, instead of…

Read the notes

v1.6.1

Command Palette. Search your open tabs: the palette (Ctrl/Cmd+K) now finds currently-open tabs by title and query code; pick one to jump straight to it (and it focuses the…

Read the notes

v1.6.0

Keyboard Shortcuts. Customizable shortcuts: almost every shortcut can now be remapped from the redesigned Keyboard Shortcuts dialog: search for a command, click its keys to record…

Read the notes

v1.5.11

Result Viewer. Safer auto-run on open: connection-level "Auto-run on open" no longer fires for tabs generated from result-viewer actions (delete, edit document, edit field…

Read the notes

v1.5.10

Result Viewer. Faster document deletion: right-click "Delete Document" and the multi-select "Delete" button now open a confirmation dialog showing the affected _ids instead of…

Read the notes

v1.5.9

Result Viewer. Preview drawer: a persistent side panel that shows the focused document as formatted JSON. Toggle with Ctrl/Cmd+I. The drawer follows the focused row in Tree and…

Read the notes

v1.5.8

Sidebar. Collections sorted alphabetically: collections inside each database in the sidebar tree are now ordered alphabetically by name (case-insensitive) instead of in MongoDB's…

Read the notes

v1.5.7

MCP. Lazy tool exposure: the MCP server now advertises only ~10 essential tools on connect instead of all 70+, cutting the AI assistant's upfront context cost by roughly 70%. The…

Read the notes

v1.5.6

MCP. Tabs no longer get stuck loading: queries run by an AI assistant through the MCP server now reliably clear their loading state in the app, even when the SSE connection drops…

Read the notes

v1.5.5

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…

Read the notes

v1.5.4

Result Viewer. Date display format setting: choose how dates render in Tree and Table views from the footer's app info popover: ISO 8601, Local, Relative, or Unix milliseconds…

Read the notes