Releases: tianocore/edk2-pytool-library
Releases · tianocore/edk2-pytool-library
Version 0.10.2
Version 0.10.2
- Features:
- Add GuidList object to allow easy file system parsing of edk2 files for complete list of guids
- Add gitignore syntax parser to allow for common method to ignore files or folders in tools
- Bugs:
- Junit report format module was not escaping all user supplied strings which could cause invalid xml output
Version 0.10.1
Version 0.10.1
- Bugs:
- Added better logging when locate_tools queries vcvarsall and can't find a particular key
- Fixed bug in RunPythonScript that caused an exception
- Improved XML output by escaping
Version 0.10.0
Version 0.10.0
- Features:
- Change DEC parser
- More complete parser but is not backward compatible. Users of DEC parser will need to update.
- LibraryClass, Protocol, Ppi, and Guid sections now parse each line to a custom object which contains all data fields.
- Change DEC parser
Version 0.9.2
Version 0.9.2
- Bugs:
- Change QueryVcVariables so environment variable keys are not case sensitive. On Windows these are not case sensitive and "Path" is not consistent.
Version 0.9.1
Version 0.9.1
- Features:
- Add support for getting WinSdk tools on platforms without VS2017 or newer
- FindToolInWinSdk in locate_tools.py throws a FileNotFoundException when it cannot find the tool requested, previously it returned None
- Add support for limiting vswhere to certain versions of visual studio (VS2017 and VS2019 supported)
Version 0.9.0
Version 0.9.0
Initial beta release