File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ # EmuGUI v0.7.0.5106 ("The comfort update", based on v0.7.0.5105_rc1)
2+
3+ ## Changes compared to 0.6.7
4+
5+ - A fixed versioning scheme is on README.md.
6+ - Fixed a spelling mistake on doc/OLD_FEATURES.md.
7+ - The combo boxes can now be translated for the most part.
8+ - Changed documentation to EmuGUI wiki.
9+ - Added a basic contribution guide.
10+ - Good news: You will now tell EmuGUI if and how to handle VHDs beforehand (instead of after selecting it).
11+ - The formatting issues on README.md have been fixed.
12+ - Also, "Let QEMU decide" has been translated into German in the entire program.
13+ - I also made a small easteregg. Let's see if you can find it.
14+
115# EmuGUI v0.7.0.5105_rc1 (based on v0.7.0.5104_dev)
216
317- The versioning scheme has been updated again.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def __init__(self, parent=None):
3535 self .connectSignalsSlots ()
3636 self .timer = QTimer ()
3737 self .timer .timeout .connect (self .updateVmList )
38- self .label_8 .setText ("EmuGUI v0.7.0.5105_rc1 (Release Candidate 1, not meant for production use) " )
38+ self .label_8 .setText ("EmuGUI v0.7.0.5106 " )
3939 self .setWindowTitle ("EmuGUI" )
4040 self .languageInUse = "system"
4141
@@ -45,7 +45,7 @@ def __init__(self, parent=None):
4545 except :
4646 pass
4747
48- self .versionCode = 5105
48+ self .versionCode = 5106
4949
5050 if platform .system () == "Windows" :
5151 self .connection = platformSpecific .windowsSpecific .setupWindowsBackend ()
@@ -1056,6 +1056,11 @@ def startVM(self):
10561056 dialog3 = Win2KDepreciated (self )
10571057 dialog3 .exec ()
10581058
1059+ if selectedVM == "Tic Tac Py" :
1060+ print ("Let's respect Tic Tac Py, the first program released to the public by Nicolas Lucien." )
1061+ print ("RIP Tic Tac Py" )
1062+ print ("2021-2022" )
1063+
10591064 i = 0
10601065
10611066 while i < len (result_settings ):
Original file line number Diff line number Diff line change 11stable = 5021
2- pre_release = 5104
2+ pre_release = 5105
You can’t perform that action at this time.
0 commit comments