Skip to content

Commit

Permalink
RC to release branch, v0.11.3 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed Apr 29, 2024
1 parent ee9aada commit 014d5e3
Show file tree
Hide file tree
Showing 14 changed files with 853 additions and 131 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ BaseSystem.dmg
boot.xml
ovmf/OVMF_VARS_PT.fd
resources/.notices
boot-noUSB.sh
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.2
0.11.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="https://coopydood.github.io/ultimate-macOS-KVM"><img src="https://github.com/Coopydood/ultimate-macOS-KVM/blob/492731ef1d95d2da534c660b001550f4d76a6c68/resources/images/bannerAlphaBasic.png?raw=true" alt="ultimate-macOS-KVM" width="500"/></a>

### v0.11.2
### v0.11.3

Helping you build the ultimate macOS virtual machine, powered by KVM.

Expand Down
46 changes: 46 additions & 0 deletions docs/SupportedOSes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## macOS

<img align="left" width="90" height="90" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/aa49b5ba-6cca-4dab-bcfc-6bf21909e738">

<img align="left" src="https://github.com/Coopydood/ultimate-macOS-KVM/assets/39441479/8f69f9b9-cf23-4e8b-adf3-95862a23e2ba" height=1520 width=2 />

<h3>macOS Sonoma<br><sub>14.4</sub></h3>

This project currently supports the latest version of macOS Sonoma, as well as every prior version down to macOS High Sierra.

The option to use legacy versions is available, but no support will be provided and any issues you encounter are your own to solve!<br>

#### Supported

<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/4829ebb4-ce7f-4ecf-8309-d691c9361f6b">
<h5>macOS Ventura</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/7d341cce-4370-4430-b3d5-bf1868afe4a3">
<h5>macOS Monterey</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/79a7a051-0f5a-419e-8544-b51b1572d3b9">
<h5>macOS Big Sur</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/cd8029e8-c256-4295-9908-37809d64dcfe">
<h5>macOS Catalina</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/184bb2ef-c447-4cbd-b07c-8b4b096e3944">
<h5>macOS Mojave</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/bd4a791d-1ac2-4a9a-8ee0-22e4d5f88cd3">
<h5>macOS High Sierra</h5><br>


#### Legacy

<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/788860d8-207a-4d15-928a-ed78f08962cf">
<h5>macOS Sierra</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/bbec9fdd-225e-46bd-b157-f2df1ab3bc11">
<h5>Mac OS X El Capitan</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/9ddac84f-a0ec-4c08-8b6e-1e711b996db1">
<h5>Mac OS X Yosemite</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/08ec7706-3670-459c-a0c0-764cd851d7a8">
<h5>Mac OS X Mavericks</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/a99666cf-cc3f-452c-b297-7e00c8ef7d43">
<h5>Mac OS X Mountain Lion</h5>
<img align="left" width="35" height="35" src="https://github.com/Coopydood/OpenCore-Z490E-CometLake/assets/39441479/03719dd8-b16f-40d7-a614-6be8a3726aea">
<h5>Mac OS X Lion</h5>

<!-- <img align="left" width="35" height="35" src="https://static.wikia.nocookie.net/ipod/images/e/e4/Mac_OS.png/revision/latest?cb=20100820010621">
<h5>Mac OS 9</h5> -->
<!-- Teehee -->
23 changes: 23 additions & 0 deletions docs/changelogs/v0-11-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## v0.11.3

### Minor update • 28/04/2024

This update includes the following features / fixes / changes:

- Added options for booting without passthrough or USB to main menu, if applicable
- Added progress bars for AutoPilot stages
- Added a progress bar when downloading macOS with AutoPilot or standalone script
- Added a splash screen on program exit
- Updated the progress bar style in system check scripts
- Changed the colour of grey used throughout the project for better contrast
- Fixed logging of BaseSystem check in AutoPilot flow
- Fixed the BaseSystem integrity check in AutoPilot
- Fixed the infinite error loop on incompatible OS detection
- Fixed an issue where the OVMF EFI shell would load after applying Sonoma 14.4 patch
- Fixed an issue where AutoPilot menu flow would get trapped after screen resolution stage when custom resolutions are unsupported
- *now that is a hot looking progress bar innit*

To see individual code changes, visit the project's commits page at <https://github.com/Coopydood/ultimate-macOS-KVM/commits/main>

> [!NOTE]
> Remember, commits by Coopydood will always be signed as **4CD28348A3DD016F** or GitHub's public key.

0 comments on commit 014d5e3

Please sign in to comment.