Releases: lemonjesus/TranscodeBot
Releases · lemonjesus/TranscodeBot
v3.0.1
Small fixes release:
- prints the config it's using on start
enqueue_on_start
actually enqueues on start now (rb-inotify
never used to block the main thread 🤔)- fixed not being able to map a custom config file in
What's Changed
- Issue 40 & 41 by @wesley5040 in #43
- Small fixes 3.0.1 by @lemonjesus in #45
New Contributors
- @wesley5040 made their first contribution in #43
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Massive reorganization with automated testing and config files instead of environment variables. Looking to the future of TranscodeBot as not just a tool to compress movies for Plex, but rather a generic automated transcode pipeline that can be fit in a variety of workflows.
What's Changed
- ensure input exists and other spelling issue by @lemonjesus in #30
- add rubocop and a CI step by @lemonjesus in #32
- use config file instead of environment variables by @lemonjesus in #29
- use a new ruby base image by @lemonjesus in #33
- don't blow up on videos with no audio by @lemonjesus in #36
- add automated tests by @lemonjesus in #38
Full Changelog: v2.2.1...v3.0.0
Version 2.2.1
Fixes a typo that I didn't catch that breaks the whole thing. Yikes.
Version 2.2 - BROKEN
Do not use this release - it is broken.
Version 2.1
Fixes steam mapping stuff. Is the first official release to trigger automated building.