| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stegcore-v2.0.11-linux-x86_64.zip | 2026-03-12 | 59.6 MB | |
| stegcore-v2.0.11-macos-arm64.zip | 2026-03-12 | 37.3 MB | |
| stegcore-v2.0.11-windows-x86_64.zip | 2026-03-12 | 30.2 MB | |
| README.md | 2026-03-12 | 567 Bytes | |
| Stegcore v2.0.11 source code.tar.gz | 2026-03-12 | 75.1 kB | |
| Stegcore v2.0.11 source code.zip | 2026-03-12 | 89.3 kB | |
| Totals: 6 Items | 127.3 MB | 0 | |
Fixed
- Asset path resolution for pip installs —
asset()incore/utils.pynow uses a three-tier lookup: PyInstaller_MEIPASS→importlib.resources.files("assets")→ source-tree fallback.assets/__init__.pyadded so setuptools packages the directory andimportlib.resourcescan address it. Resolves broken icon path afterpip install .. - Stale
jpegioruntime dependency removed —jpegiowas listed inpyproject.tomlbut is not imported anywhere; JPEG support has used the pixel-domain LSB pipeline since 2.0.6.