Skip to content

1.0.3

Compare
Choose a tag to compare
@MK2112 MK2112 released this 07 Jun 18:13
· 36 commits to main since this release
6cb0072

New Features

  • Added language support for:
    • Czech (cs_CZ),
    • Romanian (ro_RO),
    • Hebrew (he_IL) ,
    • Malay (ms_MY).

Improvements

  • Major Refactoring:
    • Modularized core conversion logic
    • Separated concerns into distinct components
      • core logic can now be found in the core module, task execution is handled by core.controller mainly now
      • distinct files house distinct functionality for distinct tasks now, e.g. file operations in core.utils.file_handler
    • Improved code organization and maintainability
    • More robust file operation handling
  • Performance Optimizations:
    • More efficient file I/O operations
    • Better resource management (proper file usage/cleanup)
    • Added missing post_processing statements

Web Interface

  • Web interface's file handling accomodates for batch operations now
  • Fully revised progress logging with improved web interface integration
  • Progress logging is two-staged now, indicating upload and actual processing respectively