Skip to content

Releases: jmillerv/go-dj

v0.1.6-beta

19 Jan 21:18
ad14162
Compare
Choose a tag to compare

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

27 Dec 04:48
6239300
Compare
Choose a tag to compare

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

Full Changelog: v0.1.4-alpha...v0.1.5-beta

Add Podcast Feed Support

11 Dec 04:20
2f84582
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3-alpha...v0.1.4-alpha

Scheduling Support

06 Dec 05:27
9f7d196
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

v0.1.2-alpha

21 Nov 19:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1-alpha...v0.1.2-alpha

v0.1.1-alpha

06 Nov 05:17
2e0e04e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

v0.1.0-alpha

01 Dec 22:23
f348d0d
Compare
Choose a tag to compare

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.