IPTVnator Changelog

What's new in IPTVnator 0.15.0

Oct 31, 2023
  • Here are the biggest changes:
  • Added support for STB EMU / Stalker Portal
  • Support for audio-only aka radio channels
  • VLC is supported now
  • Search playlists in the overview by title
  • Docker images for self-hosted deployment were updated

New in IPTVnator 0.14.0 (Jul 21, 2023)

  • Changes:
  • Xtream Code IPTV support #53 #72 #125
  • possibility to specify custom path for mpv player #248
  • fixed an annoying bug that appeared when reopening mpv player #248
  • fixed bug related to user-agent handling #253
  • updated libraries used under the hood

New in IPTVnator 0.13.0 (Mar 24, 2023)

  • Fix: shortcut to close the app
  • Chore: install node-mpv
  • Feat: mpv player integration
  • Chore: update whats-new notes

New in IPTVnator 0.12.0 (Mar 19, 2023)

  • Important change:
  • The storage location of playlists has been changed, now everything is stored in IndexedDB. So after the update you will see a panel offering to migrate playlists.
  • Features
  • add dockerfile and docker-compose for self-hosted deployment (4b97e3d)
  • add italian language, thanks to @bovirus (3e3f18c)
  • draggable channels in favorites list (ba41c8d)
  • export playlist as m3u (7e4d6b1)
  • persist window size (2ce60e0), closes #205
  • pwa: load a m3u playlist as a URL parameter #176 (344bd75)
  • import/export/remove all playlists from settings page
  • add cmd+q hotkey to close the app (macOS) (f3e00e7), closes #181
  • Bug Fixes:
  • macos related window management improvements (b336680)
  • set epgSource as not required field (049ed6b), closes #175
  • Refactoring:
  • switch to ngrx for state management
  • dependency update
  • migration from NeDB to IndexedDB
  • improved routing in PWA app

New in IPTVnator 0.11.1 (Oct 2, 2022)

  • Bug fix for red background in picture-in-picture mode.
  • The file:// protocol for local files can again be used in the EPG source field
  • Ngx-uploader library has been replaced by its implementation

New in IPTVnator 0.11.0 (Sep 19, 2022)

  • Multiple EPG sources:
  • In the new version of the application, you can add more than one URL as a source of the EPG program.
  • Import playlist from plain text:
  • Another playlist import option became available - import m3u(8) as text. Just copy the playlist to the clipboard and paste it into the application without having to save it to disk.
  • Multi-EPG view:
  • The first version of multi-EPG view was developed, which is familiar to many users from set-top boxes. At this stage the view works in purely informative mode.
  • This&That:
  • Improvements in PWA: A number of visual changes have been made to improve the experience of using the app on mobile devices.
  • Internalization: The localization of the project has been improved, but help is still needed with the translation into different languages.
  • The underlying libraries on which the app is built have been updated (angular, electron etc.)
  • What's Changed:
  • Feature: Support multiple EPG sources by @4gray in #149
  • Build(deps): bump moment from 2.29.2 to 2.29.4 by @dependabot in #150
  • Build(deps-dev): bump electron from 16.2.2 to 16.2.6 by @dependabot in #147
  • Build(deps-dev): bump semantic-release from 19.0.2 to 19.0.3 by @dependabot in #145
  • Update fr.json by @Unelio in #151

New in IPTVnator 0.10.0 (Apr 26, 2022)

  • Dear friends,
  • I am pleased to present you the 10th version of IPTVnator. In this release there were many "invisible" changes related to code refactoring, improvement of application structure and update of dependencies. But apart from that there are some new features, here are the main ones:
  • Playlist navigation from the sidebar:
  • Switching between playlists is now possible directly from the sidebar and without interrupting channel viewing.
  • Global favorites:
  • Additional playlist has been added, which is generated on the fly and contains favorite channels from all existing playlists.
  • PWA:
  • IPTVnator is now available as a web-application, which means that you can use it directly from the browser. This means that application can be run on smartphones, tablets, set-top boxes or smart tv browsers.
  • French localization 🇫🇷
  • The app has been translated into another language and is now available in French. Many thanks to @m-p-3 for the translation!

New in IPTVnator 0.9.0 (Oct 15, 2021)

  • Bug Fixes:
  • search feature should not affect favorites list (ef52f77), closes #71
  • Features:
  • add chinese translation (a497f05)
  • global subtitle display setting (4d2e175)
  • rearrange the display order of playlists (757c739), closes #77

New in IPTVnator 0.8.0 (Jul 18, 2021)

  • Features:
  • Add Korean translation (thanks to @chaeya)
  • Add Spanish translation (thanks to @sguinetti)
  • Add info popup with epg info for active channel (0eecfd1), closes #51
  • Add support of specific user-agent and referer on channel level (a55f741), closes #57

New in IPTVnator 0.7.0 (May 25, 2021)

  • Bug Fixes:
  • promise issue after channel switch #29 (d1f194a)
  • Features:
  • auto-refresh playlists on app startup (e8ab576)
  • refresh playlist from file system or imported url (57cf247)
  • support of timeshift and catchup attributes in playlists (ced16a8)

New in IPTVnator 0.6.0 (Apr 12, 2021)

  • Bug Fixes:
  • Quit application via window close icon (24d5584), closes #33
  • Features:
  • Add "what is new" dialog (cc375a4)
  • Add dark theme (0cf010a)
  • Add dialog with detailed epg description (96e93c5)
  • Set custom user agent for a playlist (a8167c4), closes #26
  • Show channel logos in the list (41998ff), closes #28

New in IPTVnator 0.5.0 (Feb 28, 2021)

  • Bug Fixes:
  • less strict url validation of playlist URL (4f366d9), closes #22
  • Features:
  • add dialog about playlist details (9f951fa)
  • add german language (i18n) (7888e85)
  • add internationalization (0f8ca2a)
  • add russian language (i18n) (a93af69)

New in IPTVnator 0.4.0 (Feb 28, 2021)

  • Features:
  • epg: epg program list with date navigation (fdbe02b)
  • add epg worker with new ipc commands (418566f)
  • check for latest update (68ccabb)
  • integrate epg worker & refactor app menu (3b97d74)
  • validation of playlist url (da2fe5e)
  • Performance Improvements:
  • destroy hls instance after view change (2e3681c)

New in IPTVnator 0.3.0 (Dec 20, 2020)

  • Bug Fixes:
  • Default html5 player initialization fix (4a6b976)
  • Features:
  • Add ctrl+f as hotkey to focus search field (cad162d)
  • Favorite channels list (f02bbe3)
  • Sort playlists by import date (d967b12)

New in IPTVnator 0.2.0 (Oct 2, 2020)

  • add new video.js based player
  • add settings page
  • video player configuration in app settings
  • redesign welcome/upload page