Skip to content

Stegcore v2.0.11

Choose a tag to compare

@github-actions github-actions released this 12 Mar 01:26
· 208 commits to main since this release

Fixed

  • Asset path resolution for pip installsasset() in core/utils.py now uses a
    three-tier lookup: PyInstaller _MEIPASSimportlib.resources.files("assets")
    source-tree fallback. assets/__init__.py added so setuptools packages the directory and
    importlib.resources can address it. Resolves broken icon path after pip install ..
  • Stale jpegio runtime dependency removedjpegio was listed in pyproject.toml
    but is not imported anywhere; JPEG support has used the pixel-domain LSB pipeline since 2.0.6.