Skip to content

Commit 73664fb

Browse files
authored
Add changes from EmuGUI 2.0.9
1 parent 9020d67 commit 73664fb

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed

CHANGELOG.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
## WARNING
44

@@ -45,6 +45,7 @@
4545
## Changes compared to v2.1.0.5702_dev
4646

4747
- 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.
4849

4950
## Known issues
5051

@@ -54,6 +55,61 @@
5455
- The QCOW2 format is prone to not work for some Windows VMs.
5556
- 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.
5657

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.
57113

58114
# EmuGUI v2.1.0.5702_dev "Fatima Nejla" (based on v2.1.0.5701_dev)
59115

@@ -332,6 +388,40 @@
332388
- 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).
333389
- The QCOW2 format is prone to not work for some Windows VMs.
334390

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+
335425
# EmuGUI v2.0.8.5619 "Ioana Rosa" (based on v2.0.7.5618)
336426

337427
## WARNING

0 commit comments

Comments
 (0)