Fixed
- Rebuilt all architectures with PYTHONPATH fix
- v1.1.2 build was cached and may not have included this fix for ARM64/ARMv7 platforms
Technical Details
GitHub Actions cached the build layers in v1.1.2, possibly preventing ARM64 and ARMv7 images from being properly rebuilt. This release forces a complete rebuild of all architectures.
To be clear, this is the same PYTHONPATH fix as v1.1.2 but ensures that all platforms (AMD64, ARM64, ARMv7) work correctly.
If you experienced startup crashes with v1.1.0, v1.1.1, or v1.1.2, this update resolves the issue on all architectures.