|
1 | | -# EmuGUI v2.1.0.57aa_dev "Fatima Nejla" (based on v2.1.0.5702_dev) |
| 1 | +# EmuGUI v2.1.0.5703_dev "Fatima Nejla" (based on v2.1.0.5702_dev) |
2 | 2 |
|
3 | 3 | ## WARNING |
4 | 4 |
|
|
45 | 45 | ## Changes compared to v2.1.0.5702_dev |
46 | 46 |
|
47 | 47 | - EmuGUI now utilises the Win32 API on Windows. This is to fix an issue where EmuGUI is not able to determine the Documents folder properly. |
| 48 | +- The changes from 2.0.9 have been added to the changelog. |
48 | 49 |
|
49 | 50 | ## Known issues |
50 | 51 |
|
|
54 | 55 | - The QCOW2 format is prone to not work for some Windows VMs. |
55 | 56 | - The new settings aren't applied yet. However, as the way to temporarily save VM settings is to be changed anyway, this won't be fixed until then. |
56 | 57 |
|
| 58 | +# EmuGUI v2.1.0.57aa_dev "Fatima Nejla" (based on v2.1.0.5702_dev) |
| 59 | + |
| 60 | +## WARNING |
| 61 | + |
| 62 | +- This is a pre-release, so please don't use this for any productive purposes. |
| 63 | +- You now need the latest version of your Linux distribution or at least Windows 10 to get official support for this release. |
| 64 | + |
| 65 | +## Changes compared to v2.0.6.5617 |
| 66 | + |
| 67 | +- Thanks to Mizuki, we now have more flexible Windows-specific code. |
| 68 | +- As per the depreciation policy, the old USB Tablet checkbox has been removed for good. |
| 69 | +- The VM table on the database can now save information which you would set when starting the VM (excluding TPM information). |
| 70 | + - The bootfrom part has been added afterwards. |
| 71 | +- The VM dialogs now show UI elements for those settings. |
| 72 | +- The time settings can now be enabled and disabled in the VM dialogs using the RTC checkbox. |
| 73 | +- The floppy seems to be able to get set on the dialogs. |
| 74 | +- The newcomers can now be saved onto the database permanently. |
| 75 | +- The CD Browse buttons work now. |
| 76 | +- A class for storing VMs is on its way to replace the bad temporary file saving practice with good OOP practice. |
| 77 | +- The edit VM dialog is being adapted to the new OOP-based approach. |
| 78 | +- The Win2k checkbox is to be removed because of the OOP adaption. |
| 79 | + - The Edit VM dialog will now turn the Win2k optimisations off regardless of what you really want. |
| 80 | +- The Edit VM dialog would now use the new OOP-based initialisation instead of the file-based one. |
| 81 | + - A log text had to be adjusted. |
| 82 | +- A new Start VM dialog has already been implemented. |
| 83 | +- The vmdata converter has been removed again. |
| 84 | +- Editing the VM is now implemented. |
| 85 | +- One-time edit is implemented. |
| 86 | +- The HDA stuff had to be migrated. |
| 87 | + |
| 88 | +## Foreported |
| 89 | + |
| 90 | +### From v2.0.7.5618 |
| 91 | + |
| 92 | +- When creating new VMs, you can now choose custom BIOS files again. |
| 93 | + |
| 94 | +### From v2.0.8.5619 |
| 95 | + |
| 96 | +- The keyboard layout is now set correctly. |
| 97 | + |
| 98 | +### From v2.0.9.5620 (kinda) |
| 99 | + |
| 100 | +- ARM machines are now defaulted to "virt" by EmuGUI. (or at least they should be) |
| 101 | + |
| 102 | +## Changes compared to v2.1.0.5702_dev |
| 103 | + |
| 104 | +- EmuGUI now utilises the Win32 API on Windows. This is to fix an issue where EmuGUI is not able to determine the Documents folder properly. |
| 105 | + |
| 106 | +## Known issues |
| 107 | + |
| 108 | +- Unfortunately, you might have to run EmuGUI from the terminal on Linux. |
| 109 | +- You will not be notified about any more updates for now as update.txt will not be updated. |
| 110 | +- As for the TPM functionality, you must run `mkdir (insert-path-here)` and `swtpm socket --tpm2 --tpmstate dir=(insert-path-here) --ctrl type=unixio,path=(insert-path-here)/swtpm-sock --log level=20` in a terminal (You can leave the `--tpm2` argument away tho if you plan to use TPM 1.2 instead). |
| 111 | +- The QCOW2 format is prone to not work for some Windows VMs. |
| 112 | +- The new settings aren't applied yet. However, as the way to temporarily save VM settings is to be changed anyway, this won't be fixed until then. |
57 | 113 |
|
58 | 114 | # EmuGUI v2.1.0.5702_dev "Fatima Nejla" (based on v2.1.0.5701_dev) |
59 | 115 |
|
|
332 | 388 | - As for the TPM functionality, you must run `mkdir (insert-path-here)` and `swtpm socket --tpm2 --tpmstate dir=(insert-path-here) --ctrl type=unixio,path=(insert-path-here)/swtpm-sock --log level=20` in a terminal (You can leave the `--tpm2` argument away tho if you plan to use TPM 1.2 instead). |
333 | 389 | - The QCOW2 format is prone to not work for some Windows VMs. |
334 | 390 |
|
| 391 | +# EmuGUI v2.0.9.5620 "Ioana Rosa" (based on v2.0.8.5619) |
| 392 | + |
| 393 | +## WARNING |
| 394 | + |
| 395 | +- You now need the latest version of your Linux distribution or at least Windows 10 to get official support for this release. |
| 396 | + |
| 397 | +## Changes compared to v2.0.8.5619 |
| 398 | + |
| 399 | +- EmuGUI now defaults ARM machines to virt if "Let QEMU decide is selected". |
| 400 | + |
| 401 | +## Known issues |
| 402 | + |
| 403 | +- Unfortunately, you might have to run EmuGUI from the terminal on Linux. |
| 404 | +- You will not be notified about any more updates for now as update.txt will not be updated. |
| 405 | +- As for the TPM functionality, you must run `mkdir (insert-path-here)` and `swtpm socket --tpm2 --tpmstate dir=(insert-path-here) --ctrl type=unixio,path=(insert-path-here)/swtpm-sock --log level=20` in a terminal (You can leave the `--tpm2` argument away tho if you plan to use TPM 1.2 instead). |
| 406 | +- The QCOW2 format is prone to not work for some Windows VMs. |
| 407 | + |
| 408 | +# EmuGUI v2.0.8.5619 "Ioana Rosa" (based on v2.0.7.5618) |
| 409 | + |
| 410 | +## WARNING |
| 411 | + |
| 412 | +- You now need the latest version of your Linux distribution or at least Windows 10 to get official support for this release. |
| 413 | + |
| 414 | +## Changes compared to v2.0.7.5618 |
| 415 | + |
| 416 | +- The keyboard layout is now set correctly. |
| 417 | + |
| 418 | +## Known issues |
| 419 | + |
| 420 | +- Unfortunately, you might have to run EmuGUI from the terminal on Linux. |
| 421 | +- You will not be notified about any more updates for now as update.txt will not be updated. |
| 422 | +- As for the TPM functionality, you must run `mkdir (insert-path-here)` and `swtpm socket --tpm2 --tpmstate dir=(insert-path-here) --ctrl type=unixio,path=(insert-path-here)/swtpm-sock --log level=20` in a terminal (You can leave the `--tpm2` argument away tho if you plan to use TPM 1.2 instead). |
| 423 | +- The QCOW2 format is prone to not work for some Windows VMs. |
| 424 | + |
335 | 425 | # EmuGUI v2.0.8.5619 "Ioana Rosa" (based on v2.0.7.5618) |
336 | 426 |
|
337 | 427 | ## WARNING |
|
0 commit comments