Releases: bizkut/ps5-ffpfs-cli
Releases · bizkut/ps5-ffpfs-cli
Release list
v1.1.9 - Custom temp dir support
v1.1.8
Changes
- fix(gui): fix GUI freeze, set default file filters, improve responsiveness, and make PFS verification optional
v1.1.7
Changes
- docs: update README with PyInstaller flags and troubleshooting table
- fix(gui): prevent multiprocessing crashes and subprocess issues in frozen builds
- fix(unrar): bundle C extension correctly in frozen builds and release GIL during extraction
- fix: resolve workflow, gui logging, zip/rar password support, security, and robust unrar import
- fix(gui): macOS file dialog crash with semicolon-separated filetypes
- docs: update README with archive support, GUI, and prebuilt binaries
v1.1.6
Changes
- fix(gui): restore cancel support and fix headless guard edge case
v1.1.5
Changes
- chore: add RECOVERY.md and PLAN.md to .gitignore
- fix: add multiprocessing.freeze_support() for PyInstaller frozen builds
- fix: restore build-gui.yml to .github/workflows/
- chore: temp move workflows for push
- fix: add PS5_FFPFS_HEADLESS env guard to prevent tkinter init in any subprocess
- fix: invoke mkpfs directly in frozen mode instead of spawning subprocess
- fix: resolve workflow, gui logging, zip/rar password support, security, and robust unrar import