v2.3.0
What's Changed
- Added: Toggle side panel using a new button in the top left of the window. (9596051)
- Added: Deprioritize generated GCC symbols when resolving section-relative relocations (#115)
- Current symbol names:
__gnu_compiled_c
,__gnu_compiled_cplusplus
,gcc2_compiled.
- Current symbol names:
- 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