Skip to content

Releases: codeandkey/mii

mii v1.1.2

09 Jul 18:09
Compare
Choose a tag to compare

This patch fixes an issue causing Mii to sometimes parse unintended options from user input.

mii 1.1.1

16 Sep 00:05
c587255
Compare
Choose a tag to compare

This release includes several new features and bug fixes.

  • Changed search to use Damerau–Levenshtein distance (#11)
  • Detect and disable Mii in sourced scripts as well as non-interactive shells (#18, #15, #14, #12)
  • Fix issues with prefix expansion (#10, #9)
  • Add hierarchical modulepath support (#7)
  • Add global index support (#8)

Huge thanks to @JLague and @mboisson for their work on this release.

mii 1.1.0

19 Jul 18:13
a220241
Compare
Choose a tag to compare

This release adds work done by @JLague et al. implementing support for more complex Lua modules. This feature is optional; to enable it, set the environment variable MII_ENABLE_LUA to yes at build time.

mii 1.0.4

10 Feb 15:56
fe85e1d
Compare
Choose a tag to compare

This release fixes some minor build issues on newer gccs.

mii 1.0.2

29 Jul 20:41
Compare
Choose a tag to compare

This release fixes an issue with the shell handler dispatch which would fail in some scenarios.

mii 1.0.1

29 Jul 19:43
Compare
Choose a tag to compare

This release fixes some minor bugs with the previous release:

  • Certain module paths in Lmod files were not being read properly.
  • Column formatting was slightly off.

Two new commands mii enable and mii disable have been added as well.

mii 1.0.0

24 Jun 22:28
Compare
Choose a tag to compare
v1.0.0

use three-part version scheme