Skip to content

v2.0.0

Compare
Choose a tag to compare
@segator segator released this 20 Jan 17:32
89cdc62

2.0.0 (2025-01-20)

⚠ BREAKING CHANGES

  • centralize cli configuration, breaking change for config files and env vars

🎉 Features

  • support Czech tesseract language (7081843)
  • support greek teseract language (d352cfa)
  • support iceland teseract language (d352cfa)

🐛 Bug Fixes

  • allow grace time for update check as Github bans too many requests, by default 15min (550f3a9)
  • better cleaner for subtitle names if pgs (f0c28b7)
  • better error logs on PGS errors (f0c28b7)
  • bump pgstosrt due this bugfix Tentacule/PgsToSrt#51 (a9c05a6)
  • change encode progress bar to support duration and frames as fallback for those cases ffmpeg can not calculate the timestamps (550f3a9)
  • error parsing time.duration parameters (16056da)
  • if a PGS fails, make fail all job (66b6002)
  • increased process buffer for performance (550f3a9)
  • PGS tasks now output stderr for extra debug info (66b6002)
  • Upgrade db logs version to version was not correctly showing the current version if more than 1 db scheme upgrade was needed (66b6002)
  • Wait for stdout/err command hook executed before leaving command exec (66b6002)

🤖 Continuous Integration

🔧 Miscellaneous Chores

♻️ Code Refactoring

  • centralize cli configuration, breaking change for config files and env vars (16056da)