Releases: segator/transcoderd
Releases · segator/transcoderd
v2.3.0
v2.2.1
v2.2.0
2.2.0 (2025-02-07)
🎉 Features
- add romanian tesseract lang (f3447da)
- masive refactor for fun (#22) (f3447da)
- progress events are not send to job_events now new table job_progress (f3447da)
- server: logs prints timestamp (864b19d)
- tessdata support language zho (7c23c9b)
🐛 Bug Fixes
- some minor fixes (f3447da)
🔧 Miscellaneous Chores
- change logger format for an specific log message regarding db conn usage (0cbf476)
- update pgstosrt to latest version (f3447da)
♻️ Code Refactoring
- simplier code and more readable (f3447da)
v2.1.0
v2.0.1
v2.0.0
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
- enable linter (52c39b2)
🔧 Miscellaneous Chores
- format code (c547847)
- lint fixes (7912861)
- lint fixes (f89adf5)
- lint fixes (f22ce8d)
- lint fixes (81a875f)
- lint fixes (09495ba)
♻️ Code Refactoring
- centralize cli configuration, breaking change for config files and env vars (16056da)