Releases: jmillerv/go-dj
v0.1.6-beta
Summary
Fixed bugs and implemented some quality of life improvements for developing against and troubleshooting. New command allows for the clearing of the podcast cache.
What's Changed
- 36: add kill signal to pause interval loop by @jmillerv in #42
- 23 web radio will never stop by @jmillerv in #43
- 48 feature add command to clear cache by @jmillerv in #49
- 46 scheduler does not continue after podcast by @jmillerv in #53
- 38: add override for config file by @jmillerv in #54
- 39: implement initLogger() and write to stdout and file by @jmillerv in #56
Full Changelog: v0.1.5-beta...v0.1.6-beta
Beta
Beta Release
With these PRs merged in, I'm at a 'feature complete.' While I know development isn't done on this (look at the existing open issues), I think this is at a point where it's ready to be tested against and given the beta label. My ultimate goal is to get this to a stable version 1. I pushed the last few months for this to come out before the end of year. I'll be taking a step back for a moment, but if anyone wants to get involved, I'll prioritize working with folks.
What's Changed
- 29 add oldest random support to podcastplayorder by @jmillerv in #33
- 31 implement podcast played cache by @jmillerv in #34
- Add documentation by @jmillerv in #40
Full Changelog: v0.1.4-alpha...v0.1.5-beta
Add Podcast Feed Support
Scheduling Support
v0.1.2-alpha
What's Changed
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha
What's Changed
- 6: Implement randomized scheduling by @jmillerv in #12
- 9-stop-signal: implement stop signal by @jmillerv in #15
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha
This is a stable version that works for playing through the config file. In this stage, it is a glorified command line playlist player. It supports Local folder and file support and will move through those. It also supports web radio stations but will never move on as the streams are infinite and the player currently blocks until the stream ends.