Skip to content

Commit 4b97488

Browse files
committed
Change version
1 parent a081a96 commit 4b97488

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# EmuGUI v2.1.0.57aa_dev "Fatima Nejla" (based on v2.1.0.5702_dev)
2+
3+
## WARNING
4+
5+
- This is a pre-release, so please don't use this for any productive purposes.
6+
- You now need the latest version of your Linux distribution or at least Windows 10 to get official support for this release.
7+
8+
## Changes compared to v2.0.6.5617
9+
10+
- Thanks to Mizuki, we now have more flexible Windows-specific code.
11+
- As per the depreciation policy, the old USB Tablet checkbox has been removed for good.
12+
- The VM table on the database can now save information which you would set when starting the VM (excluding TPM information).
13+
- The bootfrom part has been added afterwards.
14+
- The VM dialogs now show UI elements for those settings.
15+
- The time settings can now be enabled and disabled in the VM dialogs using the RTC checkbox.
16+
- The floppy seems to be able to get set on the dialogs.
17+
- The newcomers can now be saved onto the database permanently.
18+
- The CD Browse buttons work now.
19+
- A class for storing VMs is on its way to replace the bad temporary file saving practice with good OOP practice.
20+
- The edit VM dialog is being adapted to the new OOP-based approach.
21+
- The Win2k checkbox is to be removed because of the OOP adaption.
22+
- The Edit VM dialog will now turn the Win2k optimisations off regardless of what you really want.
23+
- The Edit VM dialog would now use the new OOP-based initialisation instead of the file-based one.
24+
- A log text had to be adjusted.
25+
- A new Start VM dialog has already been implemented.
26+
- The vmdata converter has been removed again.
27+
- Editing the VM is now implemented.
28+
- One-time edit is implemented.
29+
- The HDA stuff had to be migrated.
30+
31+
## Foreported
32+
33+
### From v2.0.7.5618
34+
35+
- When creating new VMs, you can now choose custom BIOS files again.
36+
37+
### From v2.0.8.5619
38+
39+
- The keyboard layout is now set correctly.
40+
41+
### From v2.0.9.5620 (kinda)
42+
43+
- ARM machines are now defaulted to "virt" by EmuGUI. (or at least they should be)
44+
45+
## Changes compared to v2.1.0.5702_dev
46+
47+
- pending
48+
49+
## Known issues
50+
51+
- Unfortunately, you might have to run EmuGUI from the terminal on Linux.
52+
- You will not be notified about any more updates for now as update.txt will not be updated.
53+
- 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).
54+
- The QCOW2 format is prone to not work for some Windows VMs.
55+
- 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+
158
# EmuGUI v2.1.0.5702_dev "Fatima Nejla" (based on v2.1.0.5701_dev)
259

360
## WARNING

emugui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self, parent=None):
132132
logman = errors.logman.LogMan()
133133
logman.generateLogID()
134134
logman.logFile = logman.setLogFile()
135-
self.version = "2.1.0.5702_dev"
135+
self.version = "2.1.0.57aa_dev"
136136

137137
self.architectures = [
138138
["i386", self.lineEdit_4],

0 commit comments

Comments
 (0)