Releases: aheckmann/m
Releases · aheckmann/m
1.8.0
1.8.0 / 2022-07-26
- Use full.json download list instead of legacy /src/ directory
- Adjust --stable for 5.0+ versioning scheme
- Add version-based support for native arm64 binaries on macOS
- Replace
m custom
with info on supported platforms and building from source - Warn if $M_PREFIX/bin isn't included in current $PATH
- Add missing Active version indicator
- Fix bug preventing multiple versions from being removed
- Check bin path using
mongod
(mongo
is no longer included in 6.0 GA) - Fix matching of latest/stable versions
For installation options, see: https://github.com/aheckmann/m#installation
1.7.0
1.7.0 / 2021-11-19
- Update M_PREFIX behaviour to default to a writeable directory (~/.local)
- Add support for installing on Apple Silicon with Rosetta 2
- Fix for ANSI colour coding not working with printf in bash 3.2
For installation options, see: https://github.com/aheckmann/m#installation
1.6.0
1.6.0 / 2021-01-21
- Fix detection of 4.4+ Enterprise versions (@alcaeus)
- Add support for standalone MongoDB Database Tools:
m tools ...
(@tfogo) - Add Debian 10 support (@p)
- Correct placement of the
--legacy
parameter in help example (@mbroadst)
For installation options, see: https://github.com/aheckmann/m#installation
1.5.6
1.5.5
1.5.4
1.5.3
1.5.3 / 2019-04-12
- Fix #51: m incorrectly installs RCs for
m 4.0
- Improve package name check for macOS Enterprise downloads
- Add message if version to remove was not actually installed
- Add caching option via M_CACHE environment variable
- Enable debug output via M_DEBUG environment variable
- Add
m reinstall <version>
1.5.2
1.5.1
1.5.0
1.5.0 / 2018-08-14
- Add Linux distribution-specific versions #40 (thanks Oleg Pudeyev, Kev Pulo, and Kevin Adistambha!). Where possible
m
will try to download Linux distro-specific tarballs which include extras like SSL support. Usem --legacy <version>
to install the generic Linux version. - Support filtering available versions with
m ls <release series>
(eg:m ls 3.6
) - Add
available
as an alias forls
(for consistency with mongodb-version-manager) - Include
m
version number in usage info