Releases: familiary/mcrit-plugin
Releases · familiary/mcrit-plugin
Release list
v1.1.10
Fixed
- Function Scope returning no matches for every function after the first, on SMDA 4.8 and later.
SmdaReport.getFunctions()caches its result there, and the plugin reused a single outline
report across queries while only swapping itsxcfg, so every query after the first
re-submitted the first function. A fresh outline is now built per query. - The outline now follows a replaced local report, so an upload after renaming no longer carries
the previous report's metadata.
What's Changed
Changes
- docs: add DeepWiki badge by @r0ny123 in #14
- Pick the versioned libpython for idapyswitch by @danielplohmann in #19
- Build a fresh SMDA report outline per function query (1.1.10) by @danielplohmann in #18
- Release on a tag from the changelog, with the checks that were memory before by @r0ny123 in #15
Full Changelog: v1.1.9...v1.1.10
mcrit-ida v1.1.9
What's Changed
- Defer MCRIT GUI imports until the form is opened by @r0ny123 in #9
- Add live IDA integration coverage by @r0ny123 in #10
- Fix and harden IDA CI workflow by @r0ny123 in #11
- Fix GUI IDA startup configuration in CI by @r0ny123 in #12
- Fix IDA GUI smoke startup configuration by @r0ny123 in #13
Full Changelog: v1.1.8...v1.1.9
mcrit-ida v1.1.8
mcrit-ida v1.1.7
What's Changed
- Enhance release workflow and update installation documentation by @r0ny123 in #6
- guard remote metadata and safe click handling by @r0ny123 in #7
Full Changelog: v1.1.5...v1.1.7
v1.1.5
Merge pull request #5 from r0ny123/batch1-fixes Enhance error handling, logging, and code formatting
v1.1.4
v1.1.4 (2026-01-30)
Initial release.
- added Github action to build dependency packages to facilitate installation in offline environments.
- Removed the mcrit package dependency by internalizing McritClient and required DTOs.
- Restored plugin hotkey handler and added a close action to the graph context menu.
- Improved resilience for missing or empty match data and guarded SMDA import paths.
- Hardened UI flows around function labels and form handling.
- Dev/CI: Added Ruff config + GitHub Action and reformatted the codebase.