Additional bug fixes and improvements now available as 0.3.5.3. I appreciate the feedback as always!

Improvements
* Ctrl+Up/Ctrl+Down in callstack window will now set the frame relative to the current frame rather than relative to the focused row.
* Expression parser now accepts the less verbose {n} or {*}, as opposed to {^n} or {^*} (caret no longer required), when specifying a relative scope.

Bug fixes
* Fixes a crash triggered when adding or removing a conditional or processor breakpoint while the target is running.
* An explicit binary format specifier will now take precedence over the global hex display setting.
* Current breakpoint indicator (arrow) now properly cleared when continuing execution.
* Set modified bit on session if active configuration is changed.
* Make sure breakpoint hit "animation" is triggered in disassembly window.