X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/49a6ac1c591c80fabdd7832dc1613700d4d97ad2..0203b5fd6f49dbc4f4244417c095882eb9882d49:/docs/vj_ReleaseNotes.txt diff --git a/docs/vj_ReleaseNotes.txt b/docs/vj_ReleaseNotes.txt index 73f84e8..42bea30 100644 --- a/docs/vj_ReleaseNotes.txt +++ b/docs/vj_ReleaseNotes.txt @@ -11,10 +11,20 @@ Release 3 (WiP) 7) Added the --es-all, --es-ui, --es-alpine & --es-debugger options to erase specific settings 8) Added a keybindings tab and adapted the configuration dialog tabs -- User can modify the keybindings where appropriate +-- Keybindings UI is displayed based on the option used (--debugger, -- alpine) 9) Fixed a crash, in Release mode, when the HW labels setting is turn on 10) Solved an interference between the HW labels setting and the one used by the debugger -- The setting is now only the reference used 11) Fixed the SP (Stack) window UI potential missing data +12) Create a directory for EEPROMs (based on the EEPROMs setting) if it doesn't already exist +13) Keep the scrollbar position in accordance of the M68K PC pointer +-- UI displays the source without the need to move down/up the scrollbar +14) Fixed a crash when DWARF information report a source line number exceeding the number of lines present in a source file +-- This may come from the linker vlink +15) Improved the .heap section detection to avoid a detection error +-- Depend vlink version, .heap section may have an Alloc flag +16) Fixed a crash when DWARF information does references to missing source code files +17) Added a Local browser window for local variables Release 2 (3rd September 2017) ------------------------------ @@ -81,7 +91,7 @@ Known issues 2) The BPM (Breapoint) remains stuck on his address when user wants to continue the code execution -- Need to trace over the BPM or unset the BPM 3) To handle DWARF 2 issues with GCC, the code must be compiled with the -gdwarf-2 option -4) The Watch variables list may display not available (N/A) type information +4) The Local & Watch variables list may display not available (N/A) type information -- Such missing information may be included in future release 5) The 2MB mirroring is no longer applied in case of --dram-max option usage 6) Stack must reflect the --dram-max option usage otherwise the stack may be corrupted @@ -90,6 +100,7 @@ Known issues -- Missing vectors may be added in future release 8) User needs to manualy check if the Atari Jaguar executable match his source code files -- Otherwise, source code and assembly may not match or leads to instabilities +9) Application needs to be restarted in case of keybindings changes Cosmetic / UX issues ====================