forked from AdamGrossTX/FU.WhyAmIBlocked
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{{NewVersion}} | ||
- Added PythonPath option for fuconfig.json to allow for path to point to portable python (https://github.com/AdamGrossTX/FU.WhyAmIBlocked/issues/1) | ||
- Fixed bug where Block GUIDs were being returned as a string instead of ArrayList (https://github.com/AdamGrossTX/FU.WhyAmIBlocked/issues/2) | ||
- Fixed Initialize-FUModule to address issue with reset not updating the file. | ||
|
||
1.0.0.2 | ||
- Fixed bug in Extract-XMLFromSDB where paths were mixed up | ||
- Moved Find-BlocksInSDB to Public | ||
|
||
1.0.0.1 | ||
- Initial Release | ||
- SDBUnpacker.py sourced from https://github.com/TheEragon/SdbUnpacker | ||
- sdb2XML sourced from https://devblogs.microsoft.com/setup/shim-database-to-xml/ | ||
|
||
- sdb2XML sourced from https://devblogs.microsoft.com/setup/shim-database-to-xml/ |