Changelog

June 24, 2023

v 4.2.1

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

March 19, 2023

v 4.2.0

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

March 8, 2023

v 4.1.0

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

March 2, 2023

v 4.0.1

- 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

Oct. 26, 2021

v 3.1.0

- 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