You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.10.0
* feat: mongosh binary management via `m mongosh` subcommands #160
* feat: tool removal via `m tools rm` subcommand
* fix: inconsistent shell output in `ls`, `installed` commands
* fix: inconsistent behavior between `m` and `m tools` commands when no version is passed
1.9.4 / 2025-08-19
* Fix: honor M_BIN_DIR when checking current versions
* Fix: honor --json flag in all cases
* Fix: honor CONFIRM flag when removing versions
* Test: added CI suite
* AI: add .github/instructions
1.9.3 / 2025-08-14
==================
* Fix: display * next to active version
* Fix#85: show * next to v4.2.24 when active
* Docs: improve readme
* Add security.md
1.9.1 / 2025-03-29
==================
* Use GitHub token from the environment for API requests if present (@gmishkin)
* Allow curl errors to bubble up to the terminal to help troubleshoot (@gmishkin)
* Add support for Amazon Linux 2023 (@JamesHeppenstall)
* Add support for Pop_OS! linux (@toto-dev)
1.9.0 / 2024-03-17
==================
* Fix: #78: Add version-based support for native arm64 Database Tools on macOS
* Fix: #95: Add info on installing mongosh via brew for macOS users