Skip to content

release_1.8.0

Choose a tag to compare

@drpetersonfernandes drpetersonfernandes released this 04 Jan 00:15
· 228 commits to master since this release
  1. Removed the "Enable parallel processing" in favor of Multi-threading processing to prevent HDD trashing.

  2. Introduced service classes (UpdateService and ArchiveService) to separate concerns and improve maintainability.

  3. Added fallback mechanisms for file processing—if direct conversion fails, the application now attempts to copy files to a temporary directory and retry, improving reliability for network paths or locked files.