Skip to content

MQLens v0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:40
9d1cf95

Features

  • Command palette jumps to any collection and runs saved queries
  • Aggregation stages add collapse, pipeline undo/redo, and a $lookup form
  • Query Code tab shows syntax-highlighted code with line numbers
  • Query Code tab generates driver code in Node.js, Python, Java, C#, and Go
  • Aggregation stage editors suggest code matching the selected operator
  • Escape closes dialogs and tab close buttons are screen-reader accessible
  • Aggregation stages support drag-reorder, per-stage disable, and run-to-here preview
  • Resizable columns in the table and tree result views
  • Sidebar search finds collections by typing any part of the name
  • Projection and sort autocomplete insert the value choice with the field
  • Operators autocomplete with their value shape, and the query bar suggests shell constructors
  • Autocomplete inserts ready-to-fill typed values based on the collection schema
  • Command palette (Cmd/Ctrl+K) for quick access to common actions
  • Query bar accepts mongosh shell syntax like ObjectId(...) and ISODate(...)
  • Layout density now applies across the whole workspace, with copyable query errors and clearer focus states
  • Full Extended JSON (EJSON) autocomplete in the query, projection, sort, and aggregation editors

Fixes

  • Aggregation stage list scrolls instead of squashing stages flat
  • Aggregation stage drag-to-reorder now works
  • Query Code and raw explain text were unreadable in light mode
  • Autocomplete now opens while typing quoted keys (aggregation stages, filters)
  • Shell editor stayed dark in light mode