Skip to content

Releases: familiary/mcrit-plugin

v1.1.10

Choose a tag to compare

@github-actions github-actions released this 16 Sep 12:23
3255e29

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 its xcfg, 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

Choose a tag to compare

@github-actions github-actions released this 04 Aug 11:47

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

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:21

What's Changed

Full Changelog: v1.1.7...v1.1.8

mcrit-ida v1.1.7

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:28

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

Choose a tag to compare

@github-actions github-actions released this 23 Mar 12:52
5ad6b8c
Merge pull request #5 from r0ny123/batch1-fixes

Enhance error handling, logging, and code formatting

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 30 Jan 10:24

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.