Updates

4.2.1

June 24th, 2023

  • Fix connecting to MongoDB versions older than 5 and Microsoft Azure Cosmos DB for MongoDB

4.2.0

March 19th, 2023

  • Generate random documents
  • Integrate explain to find queries
  • Correctly autocomplete sort and indexes

4.1.0

March 8th, 2023

  • Create, hide, unhide, and drop indexes
  • Edit and remove failed connections
  • Immediately update the interface after removing a connection

4.0.1

March 2nd, 2023

  • All new editor, based on Monaco
  • Autocomplete document properties
  • Encrypt connection credentials and require TouchID when available
  • Improve resiliency to connection errors
  • Improve startup performance, especially with many connections
  • Improve performance with large documents
  • Tidy up the interface

3.1.0

October 25th, 2021

  • ๐ŸŽน Shortcut to close the active tab: Ctrl/Cmd + W
  • โœจ Auto-detect local databases on common ports
  • ๐Ÿ‘€ Toggle the visibility of internal databases
  • ๐Ÿ”ƒ Export aggregate documents
  • ๐ŸŒž Automatically switch between dark and light mode based on system setting
  • ๐ŸŒŸ Create new dates and _ids using values "Date()" and "ObjectId()"
  • ๐Ÿ› Avoid storing duplicates in Query History
  • ๐Ÿ› Avoid executing incorrectly formatted queries

3.0.1

October 10th, 2021

  • ๐Ÿ”’ Re-architected to enable all available security features
  • ๐Ÿš€ Everything is faster, smoother, and more polished
  • ๐Ÿ‘€ All new, more reliable Live Query
  • โœจ Fresh yet familiar interface, now with dark mode
  • ๐ŸŽจ Connection color applies consistently across the interface
  • ๐ŸŒŸ Automatically generate a template when creating a new document
  • ๐Ÿ› Batch deleting displays the correct number of documents
  • ๐Ÿ› Improve handling of MongoDB internal databases
  • ๐Ÿ™ˆ Dedicated watch mode is gone, for now

2.6.0

July 17th, 2021

  • ๐ŸŒŸ Remove quotes around property names
  • โ˜˜๏ธ Improve relation detection with more flexible patterns and plurals
  • ๐Ÿ› You may now delete all documents in a collection

2.5.0

July 3rd, 2021

  • ๐ŸŒŸ Automatically quote property names
  • ๐Ÿ‘” Shortcut to format documents and queries: Ctrl + Option + F
  • ๐ŸŽจ Move query info to free up vertical space
  • ๐Ÿ› Live Query should once again detect created documents

2.4.0

June 20th, 2021

  • ๐Ÿ—‘๏ธ Delete all documents from find queries
  • ๐Ÿฉณ Shortcuts to switch to the next and previous tabs: Ctrl + Tab and Ctrl + Shift + Tab
  • ๐Ÿ› Automatically select newly opened tabs
  • ๐Ÿ› Hide relations when editing a document

2.3.1

June 6th, 2021

  • ๐Ÿ› Fixed an issue that prevented projection from working correctly

2.3.0

June 6th, 2021

  • ๐Ÿ“ฝ๏ธ Queries now support projection, pick the fields you need to see!
  • ๐Ÿ› Schema generation could hammer the database in some cases, this will no longer happen
  • ๐ŸŽจ Polished a few bumps and scratches in the interface
  • ๐Ÿ˜ฌ Collection validators were rough all around and often confusing so they're gone for now

2.2.2

May 31st, 2021

  • ๐ŸŽจ Relations now link the field instead of adding an additional button
  • ๐Ÿ› Editing relational arrays will no longer crash the editor

2.2.1

May 30th, 2021

  • ๐Ÿ”ƒ Export and import documents
  • ๐ŸŽจ Sticky search box in connection tab
  • ๐Ÿ› Correctly format ObjectId relations

2.1.0

May 27th, 2021

  • ๐Ÿ—‘๏ธ Drop collections
  • ๐Ÿ› Refresh stats after inserting a document
  • ๐Ÿ” Add support for zooming

2.0.5

May 25th, 2021

  • ๐ŸŽ‰ Initial release on the Mac App Store

2.0.0

May 17th, 2021

  • โœจ Rethink the interface and polish all the things

1.x.x

March 1st, 2021

  • โณ Proof of concept