·
1 commit
to master
since this release
-
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.