Changelog
🚀 Features & UX Improvements
- Sidebar State Persistence: The sidebar's expanded/collapsed state is now persisted in
localStorageacross page reloads. (7570084) - Settings Page Redesign: Updated
SettingsViewlayout to a responsive grid for better visual alignment and UI consistency. (2e7de34) - UX & Navigation Enhancements:
- Visual Polish:
🛠️ Backend & Bug Fixes
- Directory Cleanup: Empty directories are now automatically cleaned up after deleting a payload (fixes #24). (5ff5295)
- USB Payload Loading: Fixed loading and scanning payloads from the root directory of a USB drive, limiting root scans strictly to the root level. (bfc4d09)
- Daemon Reliability: Daemon startup now safely replaces existing instances. (a34ecff)
- Error Reporting: Improved launch error reporting back to the user when a payload fails to execute. (38b1124)
- Log Reduction: Removed verbose payload scanning status logs under normal operating conditions to prevent spam. (0380757)
⚙️ CI/CD & Build System
- GitHub Releases: Added an on-demand automated release workflow (
release.yml) to compile, package, and upload the build ELF binary. (10b786b) - Docker Build Strategy: Migrated the SDK image reference to a dedicated
ps5-payload-sdk-pldmgrtag to avoid image conflicts. (cfba6b8) - Build Portability: Made frontend build scripts (
sedcommands) compatible and portable across macOS and Linux environment hosts. (54c2728) - Script Housekeeping:
Full Changelog: v0.1.1...v0.2.0
📝 How to update
You do not need to manually download or replace your original pldmgr.elf file.
Simply install the update directly within the Payload Manager app (from the repository). The updated version will automatically launch on every subsequent startup, regardless of whether you load the old or new .elf file initially.
This means you don't need to update your autoloader config or replace any files on your console/USB!