v5.0.0
What's Changed
-
Search function improvement @ray007330 (#441)
Change Details
## Description
Improve the code for search function. Now the search function is more generic and the input field would be selected when enumerating search items.

For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Ensure the code change does not break the existing functionality.
The search function can work normally.Integration Instructions
N/A
</blockquote> <hr> </details>
-
ConfigEditor: Large Enum Value Support (#438) @v-yuanhengwu (#440)
Change Details
## Description
Use <I instead of <i for EnumFormat in order to support UINT32 enum
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Execute ConfigEditor.py and loads a config xml file with UINT32 enum values.
A sample xml has been attached in #438Integration Instructions
N/A
⚠️ Breaking Changes
-
Removal of SecureBoot options from ConfApp @apop5 (#432)
Change Details
## Description
ConfApp's secure boot menu allows the user the illusion of being able to configure the setup boot options.
The reality is that secure boot is configured by the system prior to ConfApp, and that changes made in ConfApp are not honored on the next boot.
Removing the Secure Boot menu, associated tests and reduce the libraries needed.
- Impacts functionality?
- Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
CI Build.
Boot on Qemu to verify functionality.Integration Instructions
No Changes required.
Full Changelog: v4.1.0...v5.0.0