diff options
| author | sickcodes <[email protected]> | 2021-03-06 18:11:45 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-06 18:11:45 +0000 |
| commit | 5f595ed588d10f1c2cc546221649596b07fb6527 (patch) | |
| tree | 654c263bc28d730c5cb9e0290bba9cbde6103fad /CHANGELOG.md | |
| parent | Merge pull request #163 from sickcodes/resolution-changes-runtime (diff) | |
| parent | Remove useless case statements. Allow -e HEADLESS=true as human readable alte... (diff) | |
| download | docker-osx-5f595ed588d10f1c2cc546221649596b07fb6527.tar.xz docker-osx-5f595ed588d10f1c2cc546221649596b07fb6527.zip | |
Merge pull request #168 from sickcodes/generate-custom-edits
Script for making iMessage serial numbers OpenCore Docker-OSX edits
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc75bf..ec5dc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ |Version|Date|Notes| |---|---|---| +| |2021-03-06|Change envs to require --envs. Automatically enable --envs if --output-env is used. Same for plists, bootdisks. Fix help ugliness and sanity of generate serial scripts. Fix bootdisk not getting written to persistent file when using NOPICKER=true. NOPICKER=true is overridden by a custom plist now anyway. Remove useless case statements. Allow -e HEADLESS=true as human readable alternative to -e DISPLAY=:99.| |4.1|2021-03-04|Add `-e MASTER_PLIST_URL` to all images to allow using your own remote plist.| | |2021-03-03|Add `WIDTH` and `HEIGHT` to set the x and y resolutions, use in conjuction with serial numbers.| | |2021-03-02|Add ADDITIONAL_PORTS, for example `-e ADDITIONAL_PORTS='hostfwd=tcp::23-:23,'`| |