github itsPLK/ps5-payload-manager v0.2.0

6 hours ago

Changelog

🚀 Features & UX Improvements

  • Sidebar State Persistence: The sidebar's expanded/collapsed state is now persisted in localStorage across page reloads. (7570084)
  • Settings Page Redesign: Updated SettingsView layout to a responsive grid for better visual alignment and UI consistency. (2e7de34)
  • UX & Navigation Enhancements:
    • Added automatic scrolling to the USB Storage section when clicking the redirect button in the Autoload section. (6d14acf)
    • Added automatic scrolling to the top of the main container when changing views. (75b20ce)
  • Visual Polish:
    • Added dedicated favicon and application icons. (c8c380b)
    • Fixed alignment and spacing on the DonateView. (10c4233)
    • Refined download modal title. (7dee294)

🛠️ 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-pldmgr tag to avoid image conflicts. (cfba6b8)
  • Build Portability: Made frontend build scripts (sed commands) compatible and portable across macOS and Linux environment hosts. (54c2728)
  • Script Housekeeping:
    • Removed deprecated curl shutdown steps from deploy.sh. (1ebcf98)
    • Updated GitHub funding configuration metadata. (cad957f)

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!

Don't miss a new ps5-payload-manager release

NewReleases is sending notifications on new releases.