Features:
- File & Directory Details View: Added functionality for more comprehensive file and directory details view to improve user navigation and information display. (Commit: 3f6a2ba)
Bug Fixes & Improvements:
- Platform-Specific WebDAV Server Executable: Fixed issue with WebDAV server where the wrong executable was used on different platforms, ensuring proper functionality. (Commit: a18ce42)
- Improved Episode Detection: Enhanced the episode detection logic to support the 02x01 naming pattern and implemented better fallback handling for various episode formats. (Commit: a51a8b2)
- Folder Name Regex Update: Fixed issue with folder name regex to properly support single-digit season numbers. (Commit: a1749fa)
- Filename Parser Enhancement: Improved episode and season extraction logic in the filename parser to ensure accurate parsing. (Commit: f8b2a42)
- TV Show API Search Prioritization: Optimized the TV show search functionality by prioritizing the year parameter, improving search accuracy. (Commit: c9c824d)
- Junk File Filtering: Introduced a new junk file filtering mechanism based on file size to prevent unnecessary files from being processed. (Commit: 8ebb099)
- Symlink Creation Logic: Fixed the issue where extra files were being included in symlink creation. Now symlinks are only created for required files unless explicitly forced. (Commit: 8a6ad2d)
Other Improvements:
- Graceful Shutdown Handling: Enhanced process management and added better handling for graceful shutdown to improve stability. (Commit: ce6a896)
Notes:
- This hotfix release is aimed at addressing a number of minor issues and improving core functionality, especially around episode detection and file management.
- No new major features were added, but key issues reported post-2.4 have been addressed to ensure smoother operation.