Skip to content

Changelog

This section outlines all releases of TVApp2, including the version of the release, and the changes made for that release.


Version Downloads Size Last Commit Contributors




1.1.0 Mar 25, 2025

  • feat: new interface & theme for web ui
    • integrated bootstrap 4.x
    • new dark theme
    • all hosted files now display date, download url, size, and description
    • automatic viewport resizing depending on the device used
    • new favicon
    • localized css, js, and image support instead of relying on externally hosted resources
  • feat: app now offers a compressed gzip for EPG guide data
  • feat: add multiple url paths to download each asset
    • /guide, /epg, xml
    • /playlist, /m3u, /m3u8
    • /gzip, /gz
  • feat: add mew environment variables
    • LOG_LEVEL: specifies what level of logs you will see in console
    • STREAM_QUALITY: specifies the quality of the stream; options: hd and sd
    • FILE_PLAYLIST: filename that M3U playlist data will be stored to
    • FILE_EPG: filename that EPG / XML guide data will be stored to
    • FILE_GZIP: filename that compressed gzip guide data will be stored to
  • build: app migrated from CommonJS to ES Modules
  • build: bump alpine base image from v3.20 to v3.21
  • build: migrated html template to independent file in www folder; utilizes ejs module
  • build: amd64 and arm64 docker images merged into one image with architecture support
  • fix: resolved bug where local server could not be started using nodejs; related to ip address variable
  • build(deps): add package ejs 3.1.10
  • build(deps): add package chalk 5.3.0
  • build(deps): add package moment 2.30.1
  • build(deps-dev): add package eslint 9.17.0
  • build(deps-dev): add package eslint-plugin-chai-friendly 1.0.1
  • build(deps-dev): add package eslint-plugin-import 2.31.0
  • build(deps-dev): add package eslint-plugin-n 17.15.0
  • build(deps-dev): add package eslint-plugin-promise 7.2.1
  • build(deps-dev): add package @stylistic/eslint-plugin-js 3.1.0
  • remove: tvapp2.fonts.min.js


1.0.0 Feb 24, 2025

  • Initial release