Skip to content

Releases: tianocore/edk2-pytool-library

Version 0.10.2

28 Aug 05:23
7106b31
Compare
Choose a tag to compare

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

20 Aug 18:29
Compare
Choose a tag to compare

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

18 Aug 22:15
24f6bf3
Compare
Choose a tag to compare

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.

Version 0.9.2

12 Aug 05:12
2c1df28
Compare
Choose a tag to compare

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

02 Aug 00:33
42981b9
Compare
Choose a tag to compare

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

28 Jun 05:44
Compare
Choose a tag to compare

Version 0.9.0

Initial beta release