Skip to content

Releases: drpetersonfernandes/CreateBatchFilesForPS3Games

release_1.4.0

19 Nov 05:25

Choose a tag to compare

  • Upgrades the project from .NET 9 to .NET 10.

  • Improved batch file creation with better error handling that distinguishes between permission issues, IO errors, and unexpected failures, providing more helpful error messages to users.

  • Before creating batch files, the application now verifies write access to the output folder and guides users on how to resolve permission issues.

  • The filename sanitization logic was strengthened to handle Windows reserved device names (like CON, PRN, AUX), remove trailing spaces/dots, and ensure non-empty filenames after cleaning.

release_1.3.0

23 Jul 01:38

Choose a tag to compare

Update UI
Proper filename clean up of the generated bat files

release_1.2.1

02 Jul 04:50

Choose a tag to compare

update libraries

release1.2

15 Mar 20:19

Choose a tag to compare

Update code base

release1.0.0.1

28 Jan 06:25
1f6d3f0

Choose a tag to compare

Initial release