Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 14:42
· 480 commits to main since this release

v0.8.1 (2025-08-26)

This release is published under the MIT License.

adds:

  • parsing of ida-config.json with Pedantic validation
  • fetching current IDA installation directory (via ida-config.json)
  • but prefer IDAUSR when present
  • --set-default to hcli ida install to update ida-config.json
  • testing of idat during CI

changes:

  • better discovery of existing IDA installations
  • uses logging in some places instead of directly printing #18
  • validate contents after installation #13
  • exit with non-zero status upon command failure #5
  • better default installation directories
  • make --install-dir optional

fixes:

  • use idapro instead of ida-domain due to the latter not being available for 9.0
  • accept EULA after config/license is installed
  • initial ida-config.json
  • don't accept EULA on Home/Free
  • installation on Intel macOS
  • license installation directory on macOS
  • installer application root directory on macOS
  • remove emojis so output can be rendered on Windows

Detailed Changes: v0.8.0...v0.8.1