Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 03:57
· 21 commits to main since this release
741d93e

What's Changed

  • Added: Toggle side panel using a new button in the top left of the window. (9596051)
    image
  • Added: Deprioritize generated GCC symbols when resolving section-relative relocations (#115)
    • Current symbol names: __gnu_compiled_c, __gnu_compiled_cplusplus, gcc2_compiled.
  • Added: Click on empty space in row to clear highlight (#116)
  • Added: Round match percent down before display (603dbd6)
    • Ensures that 100% isn't displayed until it's a perfect match.
  • Added: Symbol mapping feature (#118)
    • This allows users to "map" (or "link") symbols with different names so that they can be compared without having to update either the target or base objects. Symbol mappings are persisted in objdiff.json, so generators will need to ensure that they're preserved when updating. (Example: encounter/dtk-template@d1334bb)
2024-10-08.21-14-18.mp4

Full Changelog: v2.2.2...v2.3.0