Skip to content

v0.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 18:52

v0.19.0 (2026-08-05)

This release is published under the MIT License.

Bug Fixes

  • Compare the rendered path in the mismatch warning test (#281, 3016467)

  • Detect old pip missing --dry-run and suggest upgrade (63efaad)

  • Handle version strings with patch component (e.g. 3.9.10) (008f0f1)

  • Split IDAUSR environment variable (220d3a7)

  • Use HCLI in prose and .idapro in example paths (#283, 44ed046)

Chores

  • Mark explain-environment alias for removal after 0.20 (#283, 44ed046)

Documentation

Features

  • Honor $IDAPYTHON_VENV_EXECUTABLE for plugin dependency management (086297f)

  • Log Python-relevant env vars when invoking idat (#280, 6615a3a)

  • Warn when IDA Python is 3.9 or older in explain-environment (d7e471c)

  • Warn when IDA's Python doesn't match the active virtualenv (#281, 3016467)

  • config: Namespace stored auth keys via HCLI_CONFIG_NAMESPACE (#269, 97df08b)

  • ida: Add hcli ida python to work in IDA's Python environment (#283, 44ed046)

Refactoring

  • Construct explain-environment report models in single constructor calls (91f14a8)

  • Drop env logging outside _run_ida_batch_script (#280, 6615a3a)

  • Inline the idat env var list into _log_idat_env (#280, 6615a3a)

  • Tighten _log_idat_env style (#280, 6615a3a)

Testing


Detailed Changes: v0.18.6...v0.19.0