Skip to content

Tags: hippie68/ps4-pkg-manager

Tags

#8

Toggle #8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes and minor improvements

- Fixed a bug that could cause a crash when the program starts.
- New column: "FPKG" - Displays whether a PKG is a fake PKG.
- Other minor improvements.

#7

Toggle #7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 7

- New Custom Action variables: %content_id% and %title_id%. For example, they
can be used to create custom actions that open URLs containing such IDs.
- Fixed subdirectory synchronization.
- Other bug fixes and minor improvemements.

#6

Toggle #6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

#5

Toggle #5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Beta 5

- Fixed a critical bug that caused the application to freeze when encountering an incomplete PKG file.

#4

Toggle #4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Beta 4

- Linux/macOS: fixed Custom Actions unable to launch if a path contains spaces.
- PKG files that are installed on the PS4 (visible or not) can now be added via FTP.
- Multiple PS4 IPs and ports can be specified in the Settings dialog.
- New context menu entry that appears for FTP files: "Change FTP IP/Port".
- Fixed "Data is still being processed" pop-up sometimes appearing for no reason upon exiting.
- While the Filter text field has the focus, pressing ESC clears the current input.
- Other minor improvements.

This version requires to remove quotes from existing Custom Action commands and, for most terminals, to replace the -e option with -x.
Check #2 for up-to-date suggestions.

#3

Toggle #3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Beta 3

- Fixed Custom Action variable %dir% not working in Windows 11 when it's just a drive name (e.g. "C:\").
- Adding directories recursively via the File menu should now be a smooth experience.
- On Windows 11, the "Close Tab" dialog is now properly centered.
- Fixed unable to delete all Custom Actions.
- Dangerous Custom Actions can be prefixed by "CONFIRM" to ask the user for confirmation.
- New "Edit" menu entries: Invert Selection, Select (Non-)Existing, Select (Non-)Synchronized.
- Added menu mnemonics.
- New context menu entries: "Copy to List" and "Move to List".
- Data processing is no longer interrupted when exiting the application, unless the user chooses to do so.
- Selected list items can now be removed by pressing the DEL key.
- Fixed directory recursion being interrupted by inaccessible directories (e.g. Recycle.bin).
- Mounting and unmounting synchronized directories (USB drives) should now be detected.
- The statusbar displays "Processing..." if PKG data is currently being processed.
- Fixed Ctrl-A not working on Windows 11.
- After running a Custom Action, PKG files that now don't exist anymore are removed from the list.
- Other small bug fixes and improvements.

#2

Toggle #2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update

- Uniform margins in dialogs.
- Uniform design in dialogs: "X" (the window manager's button that closes a window) always cancels and never applies.
- The context menu now dynamically checks which Custom Actions are allowed for the current PKG selection.
- Called Custom Actions now report an error message if required PKGs (types or files) are missing.
- New menu entries: "File - Add Directory..." and "File - Add Directory Recursively...".
- Implemented drag and drop for directories.
- A dialog asks for confirmation when removing list items.
- Properties windows no longer stay on top.
- Fixed Windows 11 window centering issues.
- Custom Actions now work on Windows 11.
- Synchronized Directories now work on Windows 11.

The Windows version is now available for download.

#1

Toggle #1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
First version