You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve inconsistency in newline handling (#142)
* Ensure consistent newline before each "slot" in histogram cases.
* Handle trailing spaces in single-line multiple frames input.
* Add new test for histogram fn+offset case; minor update to existing
test to reflect the desired outcome.
* Unrelated change - default GUI to include function offsets in output.
* Bump latest release timestamp.
Prompt user when resolving clipboard contents (#123)
* Add a prompt to confirm if user wants to resolve clipboard contents.
* Optionally remember the user's choice.
* Update README and supporting images.
* Update assembly versions to 2.3.0.0.
* Update the latest release date.
Check for and report corrupt PDBs (#103)
* Check for and report corrupt PDBs
* Also refactor some string literals into constants
* Bump latest release to 2022.11.05