Node
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
orstream_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
- Bump js-yaml from 3.11.0 to 3.13.1 by @dependabot in #36
- Bump stringstream from 0.0.5 to 0.0.6 by @dependabot in #37
- Bump lodash from 4.17.5 to 4.17.14 by @dependabot in #38
- Bump lodash from 4.17.14 to 4.17.19 by @dependabot in #43
- Include user/pass in channel URL by @tenfire in #39
- v4.0.0: NPM and NPX support, customizable config path, and slightly cleaner code by @jfarseneau in #65
- Optional different streaming url by @lucasreiners in #50
- Lucasreiners optional streaming url by @jfarseneau in #66
New Contributors
- @dependabot made their first contribution in #36
- @tenfire made their first contribution in #39
- @lucasreiners made their first contribution in #50
Full Changelog: 3.1...v4.1.0