Skip to content

Releases: mingo-app/mingo

Release Candidate 2025.11.0-rc1

31 Oct 19:29
ac189f2

Choose a tag to compare

Pre-release

🚀 Nightly Build - Release Candidate 2025.11.0-rc1

This is a pre-release build for testing purposes.

Note: Only the most commonly used platform version is included for each OS in RC builds (macOS ARM64, Windows x64, Linux x64 AppImage).

Downloads

  • macOS (Apple Silicon): Mingo-2025.11.0-rc1-arm64.dmg
  • Windows (x64): Mingo Setup 2025.11.0-rc1.exe
  • Linux (x64): Mingo-2025.11.0-rc1-x86_64.AppImage

Built on 2025-10-31 20:28:33

Release Candidate 2025.10.1-rc

22 Oct 17:07
ac189f2

Choose a tag to compare

Pre-release

🚀 Nightly Build - Release Candidate 2025.10.1-rc

This is a pre-release build for testing purposes.

Downloads

  • macOS (Apple Silicon): Mingo-2025.10.1-rc-arm64.dmg
  • Windows (x64): Mingo Setup 2025.10.1-rc.exe
  • Linux (x64): Mingo-2025.10.1-rc-x86_64.AppImage

Built on 2025-10-22 19:06:27

v2025.10.0

13 Oct 04:53
ac189f2

Choose a tag to compare

This is the actual release of the v2.1.0-rc1.

We have changed the versioning system to YEAR.MONTH.PATCH.

What's New in Mingo v2025.10.0

We're excited to announce that Mingo v2.1.0 has been released! This update brings powerful new features and critical bug fixes based on your feedback.

Major Features

User Management & Security

  • User Management System (#640) - Comprehensive user management with Users, Roles, and Privileges
  • User Role Control (#349) - Fine-grained access control for team collaboration
  • Atlas Integration (#655) - Native MongoDB Atlas support for seamless cloud database management

New Functionality

  • Open External URLs (#717) - Ability to open external URLs directly in browsers
  • Custom Column Functions (#716) - Customize column values with functions for better data visualization
  • SSH Tunnel Connection (#715) - Fixed SSH tunnel connectivity issues

Bug Fixes & Improvements

UI/UX Fixes

  • Tab Management (#711) - Close button now visible when many tabs are opened
  • Dashboard Controls (#706) - Dashboard cards and charts now properly respond to Move Up/Down buttons
  • Expand/Collapse (#703) - Recursive expand/collapse functionality now works correctly
  • Project Management (#713) - Fixed issue preventing project deletion

Technical Fixes

  • Aggregation Timeout (#712) - Resolved MongoNetworkTimeoutError in aggregation operations
  • Proxy Support (#710) - Fixed proxy connection issues
  • NodeShell Improvements
    • Fixed hanging on invalid scripts (#705)
    • "new" keyword now properly required in NodeShell (#701)
  • Autocomplete (#700) - Restored autocomplete functionality for basic words
  • Linux AppImage (#696) - Fixed sandbox execution on Ubuntu
  • Collection Statistics (#650) - Corrected differences in collection statistics display

Upgrade Now

Mingo v2025.10.0 is now available for download. This release represents months of work addressing your feedback and improving the MongoDB management experience.

Thank you to everyone who reported issues and helped make Mingo better!

v2.1.0-rc1

07 Oct 12:11
ac189f2

Choose a tag to compare

v2.1.0-rc1 Pre-release
Pre-release
  • User Management
  • Atlas Integration
  • tons of bug fixes and issues resolved

Thanks for the feedback!

v2.0.2

05 Jul 08:59
ac189f2

Choose a tag to compare

This is a Mingo v2 release after a long time waiting.

WARNING: due to major changes in the code, Mingo might ask for the URI passwords again. Before installing this new version, we recommend exporting your current mingo state (all settings, connections) in case you wanted to return to your older version: File -> Export Mingo State.

What is new?
We named this version v2, even though there are no major breaking changes and, ideally, there should be no visible changes for end users. Under the hood, however, almost all code has been rewritten:

  • latest version of Electron, node
  • Vue2 -> Vue3
  • Sass rewritten to pure CSS with nesting support
  • Vuex -> Pinia
  • Ace Editor (for queries, etc) has been replaced by our own solution
  • and much more...

v1.14.1

12 Aug 11:13
ac189f2

Choose a tag to compare

Mingo is back with a new release packed with 42 improvements, fixes and goodies.

  1. Blank Tab - Show last used collections from each connection (in project) by colour in columns, last 10, for example
  2. Side menu Finder button / link added
  3. Documents - on deep objects, “expand recursively” would be great
  4. Documents - Add column - add filter in context menu
  5. Documents - Truncate collection - same confirm modal as for Drop collection
  6. Documents - “Load entire documents” (in case of projection set) should go to default saved query for collection
  7. Documents - Added “home” icon to go to saved default query. X clears the filter completely now.
  8. Documents - expand all fields does not work properly on documents (rename to “Expand recursively”)
  9. Documents - List does not update after inserting a new document
  10. Documents - Editing documents should understand any of the following: Date(), ISODate() even without “new”
  11. Documents - CMD+click (or CTRL+click) on field value filters the documents by that field / value.
  12. Collections List - Duplicate Collection can be done faster if the copy is in the same database as the original using aggregation stage $out
  13. Collections List - Dropping multiple collections does not work
  14. Collections List - Dropping multiple confirm box shows wrong collection names
  15. Collections List - Sizes in bytes are weird
  16. Custom Actions - All collections are now accessible in the custom actions
  17. Data Relations - Ability to exclude collections from data relations completely
  18. NodeShell - When contains aggregation $out stage, does not ask for confirmation, as it is a write operation
  19. Schema Analyzer - Show sample values - shows incorrect values in case of deeply nested arrays
  20. Schema Analyzer - Expand button should have a hover effect
  21. Schema Analyzer - Projection should be shown by default
  22. Workspace selector (sidebar) - Deprecation of “open in new window”
  23. Workspace selector (sidebar) - Icon shows image if available in list
  24. Manage connections - Remove “open connection” button - useless
  25. Manage connections - Drag-and-drop sorting
  26. Finder (Blank tab) - shows recent collections when used in a project (not regular connection)
  27. #639: Document preview issue
  28. #637: Expanding a sample result document in an aggregation is unpleasant when a field is large
  29. #636: "Analyzing data relations" covers up import button
  30. #632: Typo of "Explain Filter"
  31. #630: Showing a dummy date instead of real value!
  32. #629: Incorrect binary data representation
  33. #626: Custom actions doesn't work
  34. #624: Aggregation pipeline with date comparison using extended JSON does not work
  35. #621: [FR] Show execution time in minutes instead of seconds
  36. #620: Mingo asks for password to my database each time I restart
  37. #618: Not possible to create new relations
  38. #612: Invalid Selector: TypeError: Class constructor ObjectId cannot be invoked without 'new'
  39. #572: [FR] Convert timestamp to readable format
  40. #645: [FR] prevent firing empty aggregation when "Aggregator" tab is clicked
  41. #644: [FR] Ability to sort indexes by size, number of uses and name
  42. #646: [FR] Fuzzy search for collection names in new tab

v1.14.1-rc1

07 Aug 08:05
ac189f2

Choose a tag to compare

v1.14.1-rc1 Pre-release
Pre-release

Mac version without notarization for testing.

v1.13.5

22 Nov 14:48
ac189f2

Choose a tag to compare

Update issue templates

v1.13.4

27 Sep 13:13
ac189f2

Choose a tag to compare

Update issue templates

v1.13.3

08 Jun 06:17
ac189f2

Choose a tag to compare

Update issue templates