v0.3.3
🚀 Features & UX Improvements
- Cloud Repository Search & Sort: Added search functionality and sorting options (Category, Update Time, Name) to the Cloud Repository view. Sort preferences are persisted across sessions.
- Custom Payload Categories: Added support for custom payload categories in third-party repositories and increased source limits.
- Media App Category: Moved the Payload Manager launcher icon to the "Media" tab on the PS5 home screen to keep the Games tab clean (thanks to @lucaszhongsj).
Note: You may need to remove your existing Payload Manager shortcut from the home screen first for the new one to correctly appear in the Media tab. - Repository Version Display: When a custom repository explicitly defines a version, the frontend now displays it instead of trying to guess it from the filename (thanks to @lucaszhongsj).
🛠️ Backend & Bug Fixes
- Standby Recovery: Fixed an issue where the HTTP server would become unresponsive after waking the console from Rest Mode or dropping the network connection. The daemon now cleanly restarts the socket to recover the connection (fixes #61).
- SSL Verification Fixes: Resolved intermittent SSL verification failures with mbedTLS and added a fallback to insecure downloads on SSL verification failure (fixes #42).
- App Installer Cleanup: Added missing termination calls for the application installer utility (
sceAppInstUtil) to ensure it closes properly. - iOS File Upload: Removed the
acceptattribute on the file input to help mitigate an issue where payloads were greyed out for some iOS users (#39).
Full Changelog: v0.3.1...v0.3.3