What's Changed
- Add authentication via API tokens. Tokens can be created and revoked via the web interface or the admin CLI.
- Expose tvheadend metrics in Prometheus format. See Metrics for more information.
- Add more admin CLI commands: List users, delete user, manage api tokens, disable two factor authentication (see
tvhgo admin --help
for more information). - Support logging in JSON format.
- Lazy load ui components and data to improve performance and loading states.
- Add reverse proxy authentication support. See Reverse Proxy Authentication for more information.
Bug Fixes
- Add two-factor-auth api to Swagger Docs.
- Improve Streaming API error handling.
Full Changelog: v0.1.0...v0.2.0