All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support msys2/cygwin.
- Minor code refactoring.
- New config option:
CURRENT_KUBE_CTX
that can be used to display an arbitrary info for Kubernetest instead of context/namespace.
MIMIR_KUBE
has been renamed toMIMIR_DISABLE_KUBE
andMIMIR_OS_CLOUD
has been renamed toMIMIR_DISABLE_CLOUD
. See Readme for their usage.
- Highlight inaccessible directory path in red.
- Home path not being converted to
~
in some cases.
- "slice bounds out of range" error that occurred when the
pwd
was more than 6 directories deep and began with a/
.
- Kubernetes context and OpenStack cloud info can be turned off by specifying
the respective flags to 'false':
MIMIR_KUBE
andMIMIR_OS_CLOUD
.
- If
CURRENT_OS_CLOUD
env variable is not available then the OpenStack cloud info is shown using the standard OpenStack environment variables. The scope of the info depends on the environment variables that are available.
Initial release.