Skip to content

Releases: bizkut/ps5-ffpfs-cli

v1.1.9 - Custom temp dir support

Choose a tag to compare

@bizkut bizkut released this 07 Jun 09:58

Changes

  • feat: add --temp-dir option and GUI field for custom temporary image location

v1.1.8

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:02

Changes

  • fix(gui): fix GUI freeze, set default file filters, improve responsiveness, and make PFS verification optional

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:12

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

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:53

Changes

  • fix(gui): restore cancel support and fix headless guard edge case

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:41

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