Skip to content

Commit fdf2771

Browse files
author
lucien-rowan
committed
Add version 0.6.7 to changelog
1 parent 4ec3221 commit fdf2771

File tree

1 file changed

+172
-168
lines changed

1 file changed

+172
-168
lines changed

CHANGELOG.md

Lines changed: 172 additions & 168 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,172 @@
1-
# EmuGUI v0.7.0.5104_dev (based on v0.7.0.5103_dev)
2-
3-
- Changed documentation to EmuGUI wiki.
4-
- Added a basic contribution guide.
5-
- Good news: You will now tell EmuGUI if and how to handle VHDs beforehand (instead of after selecting it).
6-
7-
# EmuGUI v0.7.0.5103_dev (based on v0.7.0.5102_dev)
8-
9-
- Removed the old component dependency code which was commented out in the previous build.
10-
- Fixing a VHD problem which prevents you from booting VMs without a hard drive.
11-
12-
# EmuGUI v0.7.0.5102_dev (based on v0.7.0.5101_dev)
13-
14-
- Worrying that you have to install too much? No longer necessary, because you no longer need everything from QEMU to use EmuGUI.
15-
16-
# EmuGUI v0.7.0.5101_dev (based on v0.7.0.5100_dev)
17-
18-
- The formatting issues on README.md have been fixed.
19-
- Also, "Let QEMU decide" has been translated into German in the entire program.
20-
21-
# EmuGUI v0.7.0.5100_dev
22-
23-
- A fixed versioning scheme is on README.md.
24-
- Fixed a spelling mistake on doc/OLD_FEATURES.md.
25-
- The combo boxes in the settings can now be translated.
26-
27-
# EmuGUI v0.6.6
28-
29-
- Some formatting issues have been corrected.
30-
- The update checker has been prepared for future development of feature updates.
31-
- The pre-release mirror has been added to README.md.
32-
- Translated the VHD exists dialog into German.
33-
34-
# EmuGUI v0.6.5
35-
36-
- The Windows 2000 checkbox is now depreciated and is going to be removed in a future update.
37-
- TESTED.md has been updated as such.
38-
- A new file, OLD_FEATURES.md, has been added.
39-
40-
# EmuGUI v0.6.4
41-
42-
- Reduced the number of required restarts by putting the incorporate code into a seperate except clause for every language block.
43-
44-
# EmuGUI v0.6.3
45-
46-
- Added a restart dialog for general settings
47-
48-
# EmuGUI v0.6.2
49-
50-
- Floppy & CD code for Linux has been added, what I forgot with the 0.5 lineup.
51-
- Altered the floppy code so QEMU doesn't complain anymore.
52-
- At least you can use EmuGUI normally now, except you can't change the language too often in a single session.
53-
54-
# EmuGUI v0.6.1
55-
56-
- A spacing mistake has been fixed.
57-
- The editing VM dialog had a bug which sometimes didn't apply the actual architecture of the VM.
58-
- I tried to fix a language bug but it failed. For now, if the editing VM dialog doesn't open, restart EmuGUI.
59-
60-
# EmuGUI v0.6
61-
62-
- A dialog for VMs which are created with a version of EmuGUI too new has been added.
63-
- The most of EmuGUI is now translated into English, German, and also, English with parts of Ukrainian is supported
64-
- Added a section for Windows users who can't install Qt via pip.
65-
- Also, a note about the update checker has been added to README.md.
66-
- To make translating a bit easier, "About" has been changed to "About EmuGUI"
67-
- PowerPC 64-bit and MIPSel 32-bit architectures have been added.
68-
- Thanks to BasDeGamer for fixing the spelling mistake on README.md. Credits to him or her go to CONTRIBUTORS.md.
69-
- Also, I fear that I violated an Ukrainian grammar rule in the main menu tab (hopefully fixed).
70-
71-
# EmuGUI v0.5.2
72-
73-
- The updater also closes now when clicking "Yes".
74-
75-
# EmuGUI v0.5.1
76-
77-
- Windows 8.1 and Windows Server 2012 R2 users are now notified about end of support for EmuGUI.
78-
- README.md has been updated as such.
79-
80-
# EmuGUI v0.5
81-
82-
- Updated TESTED.md
83-
- Updated README.md
84-
- An update checker has been added
85-
- ARM-based VMs can now run with standard VGA
86-
- You can now select between several USB controllers.
87-
- This script can now be run on Linux.
88-
- Installation and building instructions for Linux have been added to README.md.
89-
- If you start a virtual machine, there is now a message at the bottom of the window which could be helpful when debugging.
90-
- There is now a window which warns you if your VM uses the depreciated USB checkbox.
91-
- The icon is now present on the windows as well.
92-
93-
# EmuGUI v0.4.2
94-
95-
- Added compiling instructions for Anaconda to README.md
96-
- Resolved an issue which caused some virtual machines to be impossible to create
97-
98-
# EmuGUI v0.4.1
99-
100-
- Fixed an issue which caused USB input devices on ARM machines not to be accepted because USB support was being initialized too late.
101-
- To do that, I had to specify an USB 1.1 controller in the VM bootcode.
102-
- Also, to make it easier, USB support is enabled automatically if you decide to use an USB device.
103-
- With that, a network issue has been caused on ARM emulator instances. That has been fixed by adding the virtio-net-device.
104-
- Updated TESTED.md
105-
106-
# EmuGUI v0.4
107-
108-
- Updated TESTED.md
109-
- Commented the code
110-
- Fixed a raw issue
111-
- Added USB support
112-
- The USB Tablet checkbox is now depreciated and will be removed in a future update.
113-
- Added USB keyboard support
114-
- Added experimental ARM support
115-
- Added python-magic instructions to README.md
116-
117-
# EmuGUI v0.3
118-
119-
- Updated TESTED.md
120-
- Added extended mouse support (experimental)
121-
- Added support for aarch64 virtual machines
122-
- Added support for multiple cores
123-
- Added some legal stuff
124-
125-
# EmuGUI v0.2.3
126-
127-
- Updated TESTED.md
128-
- (Hopefully) fixed the Linux-specific argument issue by...
129-
- ...adding an option to let QEMU decide where to boot from
130-
- ...correcting "initrid" to "initrd" in the start VM code
131-
- Corrected a grammar issue in README.md
132-
- Corrected a spelling mistake of "initrd" in the VM creation/editing dialog
133-
- Corrected an issue which caused the VHD exists dialog to appear when you selected the Linux kernel and initrd files
134-
135-
# EmuGUI v0.2.2
136-
137-
- (Hopefully) fixed a bug that caused additional arguments to be saved in the external BIOS variables as well
138-
- With that, Windows NT 4.0 MIPS should also work again.
139-
140-
# EmuGUI v0.2.1
141-
142-
- Updated TESTED.md
143-
- Fixed an issue causing some "Previous" buttons in the VM creation/editing dialog to no longer work
144-
- Added update documentation to README.md.
145-
146-
# EmuGUI v0.2
147-
148-
- Updated README.md so terminal commands are formatted like such
149-
- Updated TESTED.md
150-
- Added Doumentation info in README.md
151-
- Removed Reset button from the QEMU settings
152-
- Removed Browse button from the BIOS location part of VM creating/editing feature
153-
- Removed quotes from BIOS location addition line in starting VM
154-
- Added experimental sound card support
155-
- Added experimental Linux parameter support (kernel, intrid, cmd arguments)
156-
- Windows binaries now use Python 3.9.13 instead of Python 3.9.12
157-
- In the PowerPC machines there is some compatibility stuff now.
158-
159-
# EmuGUI v0.1
160-
161-
- added TESTED.md
162-
- added building instructions for Windows
163-
- fixed the VM creation/editing bug
164-
165-
# EmuGUI v0.0.1
166-
167-
- Capabilities to run i386, x86_64, mips64el and ppc operating systems via QEMU
168-
- Added documentation
1+
# EmuGUI v0.7.0.5104_dev (based on v0.7.0.5103_dev)
2+
3+
- Changed documentation to EmuGUI wiki.
4+
- Added a basic contribution guide.
5+
- Good news: You will now tell EmuGUI if and how to handle VHDs beforehand (instead of after selecting it).
6+
7+
# EmuGUI v0.7.0.5103_dev (based on v0.7.0.5102_dev)
8+
9+
- Removed the old component dependency code which was commented out in the previous build.
10+
- Fixing a VHD problem which prevents you from booting VMs without a hard drive.
11+
12+
# EmuGUI v0.7.0.5102_dev (based on v0.7.0.5101_dev)
13+
14+
- Worrying that you have to install too much? No longer necessary, because you no longer need everything from QEMU to use EmuGUI.
15+
16+
# EmuGUI v0.7.0.5101_dev (based on v0.7.0.5100_dev)
17+
18+
- The formatting issues on README.md have been fixed.
19+
- Also, "Let QEMU decide" has been translated into German in the entire program.
20+
21+
# EmuGUI v0.7.0.5100_dev (based on v0.6.6)
22+
23+
- A fixed versioning scheme is on README.md.
24+
- Fixed a spelling mistake on doc/OLD_FEATURES.md.
25+
- The combo boxes in the settings can now be translated.
26+
27+
# EmuGUI v0.6.7 (based on v0.6.6)
28+
29+
- You can now boot virtual machines without VHDs (backported from v0.7.0.5103)
30+
31+
# EmuGUI v0.6.6
32+
33+
- Some formatting issues have been corrected.
34+
- The update checker has been prepared for future development of feature updates.
35+
- The pre-release mirror has been added to README.md.
36+
- Translated the VHD exists dialog into German.
37+
38+
# EmuGUI v0.6.5
39+
40+
- The Windows 2000 checkbox is now depreciated and is going to be removed in a future update.
41+
- TESTED.md has been updated as such.
42+
- A new file, OLD_FEATURES.md, has been added.
43+
44+
# EmuGUI v0.6.4
45+
46+
- Reduced the number of required restarts by putting the incorporate code into a seperate except clause for every language block.
47+
48+
# EmuGUI v0.6.3
49+
50+
- Added a restart dialog for general settings
51+
52+
# EmuGUI v0.6.2
53+
54+
- Floppy & CD code for Linux has been added, what I forgot with the 0.5 lineup.
55+
- Altered the floppy code so QEMU doesn't complain anymore.
56+
- At least you can use EmuGUI normally now, except you can't change the language too often in a single session.
57+
58+
# EmuGUI v0.6.1
59+
60+
- A spacing mistake has been fixed.
61+
- The editing VM dialog had a bug which sometimes didn't apply the actual architecture of the VM.
62+
- I tried to fix a language bug but it failed. For now, if the editing VM dialog doesn't open, restart EmuGUI.
63+
64+
# EmuGUI v0.6
65+
66+
- A dialog for VMs which are created with a version of EmuGUI too new has been added.
67+
- The most of EmuGUI is now translated into English, German, and also, English with parts of Ukrainian is supported
68+
- Added a section for Windows users who can't install Qt via pip.
69+
- Also, a note about the update checker has been added to README.md.
70+
- To make translating a bit easier, "About" has been changed to "About EmuGUI"
71+
- PowerPC 64-bit and MIPSel 32-bit architectures have been added.
72+
- Thanks to BasDeGamer for fixing the spelling mistake on README.md. Credits to him or her go to CONTRIBUTORS.md.
73+
- Also, I fear that I violated an Ukrainian grammar rule in the main menu tab (hopefully fixed).
74+
75+
# EmuGUI v0.5.2
76+
77+
- The updater also closes now when clicking "Yes".
78+
79+
# EmuGUI v0.5.1
80+
81+
- Windows 8.1 and Windows Server 2012 R2 users are now notified about end of support for EmuGUI.
82+
- README.md has been updated as such.
83+
84+
# EmuGUI v0.5
85+
86+
- Updated TESTED.md
87+
- Updated README.md
88+
- An update checker has been added
89+
- ARM-based VMs can now run with standard VGA
90+
- You can now select between several USB controllers.
91+
- This script can now be run on Linux.
92+
- Installation and building instructions for Linux have been added to README.md.
93+
- If you start a virtual machine, there is now a message at the bottom of the window which could be helpful when debugging.
94+
- There is now a window which warns you if your VM uses the depreciated USB checkbox.
95+
- The icon is now present on the windows as well.
96+
97+
# EmuGUI v0.4.2
98+
99+
- Added compiling instructions for Anaconda to README.md
100+
- Resolved an issue which caused some virtual machines to be impossible to create
101+
102+
# EmuGUI v0.4.1
103+
104+
- Fixed an issue which caused USB input devices on ARM machines not to be accepted because USB support was being initialized too late.
105+
- To do that, I had to specify an USB 1.1 controller in the VM bootcode.
106+
- Also, to make it easier, USB support is enabled automatically if you decide to use an USB device.
107+
- With that, a network issue has been caused on ARM emulator instances. That has been fixed by adding the virtio-net-device.
108+
- Updated TESTED.md
109+
110+
# EmuGUI v0.4
111+
112+
- Updated TESTED.md
113+
- Commented the code
114+
- Fixed a raw issue
115+
- Added USB support
116+
- The USB Tablet checkbox is now depreciated and will be removed in a future update.
117+
- Added USB keyboard support
118+
- Added experimental ARM support
119+
- Added python-magic instructions to README.md
120+
121+
# EmuGUI v0.3
122+
123+
- Updated TESTED.md
124+
- Added extended mouse support (experimental)
125+
- Added support for aarch64 virtual machines
126+
- Added support for multiple cores
127+
- Added some legal stuff
128+
129+
# EmuGUI v0.2.3
130+
131+
- Updated TESTED.md
132+
- (Hopefully) fixed the Linux-specific argument issue by...
133+
- ...adding an option to let QEMU decide where to boot from
134+
- ...correcting "initrid" to "initrd" in the start VM code
135+
- Corrected a grammar issue in README.md
136+
- Corrected a spelling mistake of "initrd" in the VM creation/editing dialog
137+
- Corrected an issue which caused the VHD exists dialog to appear when you selected the Linux kernel and initrd files
138+
139+
# EmuGUI v0.2.2
140+
141+
- (Hopefully) fixed a bug that caused additional arguments to be saved in the external BIOS variables as well
142+
- With that, Windows NT 4.0 MIPS should also work again.
143+
144+
# EmuGUI v0.2.1
145+
146+
- Updated TESTED.md
147+
- Fixed an issue causing some "Previous" buttons in the VM creation/editing dialog to no longer work
148+
- Added update documentation to README.md.
149+
150+
# EmuGUI v0.2
151+
152+
- Updated README.md so terminal commands are formatted like such
153+
- Updated TESTED.md
154+
- Added Doumentation info in README.md
155+
- Removed Reset button from the QEMU settings
156+
- Removed Browse button from the BIOS location part of VM creating/editing feature
157+
- Removed quotes from BIOS location addition line in starting VM
158+
- Added experimental sound card support
159+
- Added experimental Linux parameter support (kernel, intrid, cmd arguments)
160+
- Windows binaries now use Python 3.9.13 instead of Python 3.9.12
161+
- In the PowerPC machines there is some compatibility stuff now.
162+
163+
# EmuGUI v0.1
164+
165+
- added TESTED.md
166+
- added building instructions for Windows
167+
- fixed the VM creation/editing bug
168+
169+
# EmuGUI v0.0.1
170+
171+
- Capabilities to run i386, x86_64, mips64el and ppc operating systems via QEMU
172+
- Added documentation

0 commit comments

Comments
 (0)