Changelog¶
This section outlines all releases of TVApp2, including the version of the release, and the changes made for that release.
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, anddescription - 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 compressedgzipfor EPG guide datafeat: add multiple url paths to download each asset/guide,/epg,xml/playlist,/m3u,/m3u8/gzip,/gz
feat: add mew environment variablesLOG_LEVEL: specifies what level of logs you will see in consoleSTREAM_QUALITY: specifies the quality of the stream; options:hdandsdFILE_PLAYLIST: filename that M3U playlist data will be stored toFILE_EPG: filename that EPG / XML guide data will be stored toFILE_GZIP: filename that compressed gzip guide data will be stored to
build: app migrated from CommonJS to ES Modulesbuild: bump alpine base image from v3.20 to v3.21build: migrated html template to independent file inwwwfolder; utilizesejsmodulebuild: amd64 and arm64 docker images merged into one image with architecture supportfix: resolved bug where local server could not be started using nodejs; related to ip address variablebuild(deps): add packageejs3.1.10build(deps): add packagechalk5.3.0build(deps): add packagemoment2.30.1build(deps-dev): add packageeslint9.17.0build(deps-dev): add packageeslint-plugin-chai-friendly1.0.1build(deps-dev): add packageeslint-plugin-import2.31.0build(deps-dev): add packageeslint-plugin-n17.15.0build(deps-dev): add packageeslint-plugin-promise7.2.1build(deps-dev): add package@stylistic/eslint-plugin-js3.1.0remove: tvapp2.fonts.min.js
1.0.0 Feb 24, 2025¶
- Initial release