Skip to content

Node

Compare
Choose a tag to compare
@jfarseneau jfarseneau released this 01 Jan 22:50
629b03a

Node

We're not dead yet!

This long neglected repo got a bit of a fix up, bringing in a number of bug fixes and updates. The biggest among them is that Antennas is now on NPM. This means that you can get Antennas either through npm install -g antennas or simply, npx antennas

Other highlights from this release:

  • Docker Node version has been updated to v16
  • A public stream URL for Tvheadend can now be defined using TVHEADEND_STREAM_URL or stream_url in the YML file
  • Shiny new ASCII logo, with optional version output. Can be disabled with --nologo on the CLI
  • Ability to specify a custom configuration path, by using the --config flag
  • No longer show username and password for Tvheadend in the frontend
  • Fix for tuner count not working when specified with an environment variable
  • Slightly more optimized code so that the configuration file isn't called a bunch of times

What are we losing

I'm not going to be building the binaries for this release, as I want to setup something automated for this. Moving forward, there should be a few other ways to obtain Antennas and I'll hook up GitHub Actions to build these automatically. Probably I'll add in tests too because I'm flying a bit blind here without them.

What's next

  • Tests
  • Automated builds

Hope this release helps you out! Here's a more technical list of changes:

What's Changed

New Contributors

Full Changelog: 3.1...v4.1.0