-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.9.5 - XML creation AP stage, various fixes
- Loading branch information
Showing
13 changed files
with
513 additions
and
109 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 |
---|---|---|
|
@@ -34,3 +34,4 @@ internal/* | |
resources/.webversion | ||
ovmf/OVMF_CODE.fd | ||
ovmf/OVMF_VARS.fd | ||
ovmf/user_store/OVMF_VARS.fd |
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 +1 @@ | ||
0.9.4 | ||
0.9.5 |
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## v0.9.5 | ||
|
||
### Minor update • 14/08/2023 | ||
|
||
This update includes the following features / fixes / changes: | ||
|
||
- Added option to generate XML file as part of AutoPilot flow | ||
- AutoPilot stage flow updated to support XML file generation | ||
- AutoPilot now saves a new blob containing the target OS' friendly name | ||
- XML conversion tool can now be used with arguments | ||
- Fixed an issue where the new AP download flow would crash with a newer target OS | ||
- Fixed GPU listing for macOS Sonoma in the GPU checker | ||
- More consistent help and escape menu flow keybinding | ||
- Improved menu handling, including extreme value bounceback | ||
- Backup of OVMF vars file is now performed during AutoPilot flow | ||
- Resetting vNVRAM will now use local OVMF backup, to preserve user resolution settings | ||
- Detected boot script main menu entries now use the OS release (friendly) name | ||
- Main script is now subject to an OS platform compatibility check | ||
- Main script arguments have been updated | ||
- *snort* | ||
|
||
To see individual code changes, visit the project's commits page at <https://github.com/Coopydood/ultimate-macOS-KVM/commits/main> | ||
|
||
Remember, commits by Coopydood will always be signed as **4CD28348A3DD016F** or GitHub's public key. |
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
Empty file.
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
0.9.1 | ||
0.9.2 | ||
0.9.3 | ||
0.9.4 | ||
0.9.4 | ||
0.9.5 |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
0.9.1 | ||
0.9.2 | ||
0.9.3 | ||
0.9.4 | ||
0.9.4 | ||
0.9.5 |
Oops, something went wrong.