- Fixed handling of
asdf
"not found" error messages.
- Fixed handling of programs with no output.
- Added support for matching version not in the first line of output.
- Added a
verchew-wrapper
alongside the vendored script to support systems not following PEP 394.
- Fix handling of
optional=false
in configuration files.
- Added support for passing multiple version arguments.
- Added support for unicode characters in Python 3.8.
- Added
--vendor PATH
command to download the program for offline use. - Updated
--quiet
output to include actual program versions.
- Removed type annotations to continue supporting legacy Python.
- Fixed missing program detection to only look for "not found" in the first line.
- Removed
versions
in favor ofversion
option. - Removed
|
in favor of||
for checking multiple versions. - Added support for matching any version when
version
is not specified.
- Restore compatibility layer to unofficially support legacy Python.
- Deprecated
versions
in favor ofversion
option. - Deprecated
|
in favor of||
for checking multiple versions. - Stopped testing against Python 2, Python 3.4, and Python 3.5.
- Fixed handling of programs that produce no output.
- Fixed handling of programs that produce output with file paths.
- Fixed handling of programs that produce no output.
- Added
--quiet
option to suppress output when all programs match.
- Updated
version
to only match at word boundaries.
- Updated
cli_version_arg
to be blank for programs with no version argument.
- Added support for checking for multiple versions of programs.
- Added
optional = true
settings to downgrade errors to warnings. - Added
message
setting to display optional message for missing programs.
- Added
--init
command to generate a sample configuration file.
- Initial stable release.
- Added
--exit-code
option to return non-zero exit codes on failure.
- Added support for custom version arguments.
- Fixed handling of internal versions matches.
- Added support for detecting missing and broken programs.
- Now stripping whitespace after calling
--version
on a program.
- Added
--version
command.
- Initial release.