Added a Save Dump As... feature to save a memory zone to a file
[clinton/Virtual-Jaguar-Rx.git] / docs / vj_HistoryNotes.txt
index af829eb..c9756bb 100644 (file)
@@ -76,6 +76,15 @@ Git commit: TBD
 40) Added the return address information in the call stack
 41) Added multiple breakpoints feature and their key bindings
 -- For functions only
+42) Added timer initialisation for the SDL setup
+43) Added a cartdridge view menu
+-- Added a window to display my own directory and his files list
+44) Debugger sources code clean-up
+45) Fix a crash when emulator, in non-debugger mode, opens the breakpoint UIs at launch
+46) Fix crash with potential missing DWARF structure tag's type name
+47) Added ELF sections check so a potential unknown section will stop, or not stop, the decoding
+48) Project has switched to QT 5.12.0 library 64bits for VS 2017
+49) Added a Save Dump As... feature to save a memory zone to a file
 
 Release 3 (13th November 2017)
 ------------------------------
@@ -198,6 +207,7 @@ Known issues
 -- User must perform an operation, such code tracing, to see the breakpoints list update
 16) Some ASCII characters may be not displayed correctly
 -- It depend how the text is displayed, this is related to the QT/HTML encoding done when reading DWARF file
+17) Potential legacy crash when leaving emulator in pause mode for a long period of time
 
 Cosmetic / UX issues
 ====================
@@ -219,7 +229,7 @@ Project information
 3) libelf 0.8.13 library 64bits for VS 2015/2017
 4) libdwarf 1.41 library 64bits for VS 2015, cygwin64 and Msys2/MinGW64
 5) QT 5.5.1 library 64bits for VS 2015
-6) QT 5.9.1 library 64bits for VS 2017
+6) QT 5.12.0 library 64bits for VS 2017
 7) Zlib 1.2.8 library 64bits for VS 2015
 8) Zlib 1.2.11 library 64bits for VS 2017
 9) SDL 1.2.15 library 64bits for VS 2015/2017