release_1.1.0
·
14 commits
to master
since this release
New Features
- Green CRT Theme: Added a retro-style green CRT color theme to the console interface for a nostalgic look while managing your XISO files.
Improvements
-
Enhanced ISO File Resolution: Improved the logic for resolving and validating ISO file paths, providing better support for various input formats and relative paths.
-
Better Dokan Detection: Refined the Dokan library detection with clearer error messages. The application now specifically handles
DllNotFoundExceptionand provides detailed guidance when the Dokan runtime or driver is missing. -
Strengthened Binary Tree Safety: Enhanced the binary tree traversal algorithm with improved cycle detection and stack-based iteration for safer and more reliable file system operations.
-
Improved Error Diagnostics: Volume descriptor parsing now provides more detailed error information when encountering invalid or corrupted XISO images.
Bug Fixes
- DllNotFoundException Handling: Added specific exception handling when
dokan2.dllfails to load, with user-friendly instructions on how to resolve the issue.
Internal Improvements
- Enhanced logging capabilities across all services
- Improved error reporting and fatal exception handling
- Better file write locking mechanisms in the error logger
- Streamlined command-line argument processing