in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

feat: support-semver-version-constraint #251

Closed in03 closed 1 year ago

in03 commented 1 year ago

Let's rework the version-constraint/build info system to use release semantic-version numbers for worker compatability. We can check to see if we're in a git-repo, but simply warn the user that they're in charge of maintaining worker-compatability. Not mission critical stuff. We can consider major and minor versions to be breaking and patch versions to be safe.

closes #249