The 2.6.1 release fixes a few bugs that were found shortly after the 2.6.0 release.
</p>
<h2>Qt/SDL</h2>
<h3>GUI Improvements and Bug Fixes</h3>
Fixed Qt cursor override stack overflow issue. Code now properly calls QGuiApplication::restoreOverrideCursor following QGuiApplication::setOverrideCursor.<br>
Fixed application crash when attempting to open/close the CDL window more than once.<br>
Fixed inverted vertical scrollbar on Qt Trace logger. Added page up/down key shortcuts for Trace logger viewport.<br>
Added an optional splash screen at startup. Splash screen defaults to off and can be enabled in GUI config dialog.<br>
<h3>RAM Search Improvements and Bug Fixes</h3>
Changed Qt RAM search logic to skip over RAM mirrors. Changed GUI to allow for searching of RAM, SRAM, and ROM regions to be individually selectable.<br>
<h3>Build Improvements</h3>
Applied cmake SOURCE_DATE_EPOCH patch for reproducible builds.<br>