Skip to content

Releases: segator/transcoderd

v2.3.0

10 Feb 10:53
a645206
Compare
Choose a tag to compare

2.3.0 (2025-02-10)

🎉 Features

  • if a job failed more than 10 times is marked as canceled (032b406)

🐛 Bug Fixes

  • progressJobMaintenance was not cleaning properly job_progress table (15747ba)

v2.2.1

08 Feb 10:17
cecb6b7
Compare
Choose a tag to compare

2.2.1 (2025-02-08)

🐛 Bug Fixes

  • pgs conversation fails because working path is not correct (9cd4ec7)

v2.2.0

07 Feb 10:51
d60b957
Compare
Choose a tag to compare

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

🔧 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

20 Jan 22:00
4e15101
Compare
Choose a tag to compare

2.1.0 (2025-01-20)

🎉 Features

  • PGS conversion shows progress in worker cli (b890256)

🐛 Bug Fixes

  • some fixes after linter corrections (b890256)
  • uncomment something commented by accident (277fbce)

📝 Documentation

  • update readme latest changes (b890256)

v2.0.1

20 Jan 18:09
0f6c688
Compare
Choose a tag to compare

2.0.1 (2025-01-20)

🐛 Bug Fixes

v2.0.0

20 Jan 17:32
89cdc62
Compare
Choose a tag to compare

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)

v1.8.0

17 Jan 17:19
658e7c8
Compare
Choose a tag to compare

1.8.0 (2025-01-17)

🎉 Features

  • server supports to cancel jobs (c4618f8)

🔧 Miscellaneous Chores

  • deps: update ffmpeg build script to latest (c4618f8)
  • deps: update how ffmpeg build script runs as seems not works for latest versions. (84842f4)

v1.7.0

16 Jan 21:45
9c33d80
Compare
Choose a tag to compare

1.7.0 (2025-01-16)

🎉 Features

  • server supports for auto update (0678e12)

🐛 Bug Fixes

  • server was trying to retry some not retriable errors (e259d1d)

🤖 Continuous Integration