Skip to content

v1.1.0

Compare
Choose a tag to compare
@EuropaServ EuropaServ released this 25 Mar 21:25
· 81 commits to main since this release
a76543d

Release Info

Item Value
πŸ“„ tvapp2-1.1.0.zip Contains TVApp2 node source code and Docker build kit
πŸ“„ tvapp2-1.1.0-docker-compose.zip Contains docker-compose.yml
🏷️ SHA256 0d678bfb3362e8deffcc810250f48f6fbf5647c51bc788657c24ba045f8909d3
🏷️ GUID 624aacf6-3b6c-5126-bec1-8e26190ba44d
🏷️ UUID c574f6c9-ef0b-5277-a631-b5f3e6e0783f
πŸ•Ÿ Stamp 1.0.0-2025-02-24T18:47:27.000Z πŸ”Ί 1.1.0-2025-03-25T21:25:41.000Z
πŸ“… Last Release 29 days ago



What's New

This release contains a large number of changes and functionality change:

  • add: 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
  • add: app now offers a compressed gzip for EPG guide data
  • add: multiple url paths to download each asset
    • /guide, /epg, xml
    • /playlist, /m3u, /m3u8
    • /gzip, /gz
  • add: new 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
  • change: entire app migrated from CommonJS to ES Modules
  • change: app now uses alpine base image v3.21
  • change: app html templates migrated to independent file in www folder and utilizes ejs module
  • change: 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
  • remove: tvapp2.fonts.min.js



Statistics

How the files have changed:

  • Changed files : 30
  • Changes : 13067
  • Commits : 161
  • Additions : 9901
  • Deletions : 3166
  • PRs (categorized) : 149
  • PRs (uncategorized) : 12
  • PRs (open) : 0




Pull Requests

This release is associated with the following pull requests:


πŸͺ› Continuous integration


πŸš€ Features


πŸ› Bugfixes


πŸ”§ Changes


🧹 Housekeeping


πŸ“¦ Build & Dependencies


✏️ Docs