Skip to content

Releases: 4gray/iptvnator

Beta v1.0.0-2

Beta v1.0.0-1

16 Nov 23:12
Compare
Choose a tag to compare
Beta v1.0.0-1 Pre-release
Pre-release

🎉 IPTVnator Beta 1: Moving to Tauri!

I'm excited to announce a major architectural change for IPTVnator - the migration from Electron to Tauri! This beta release marks the first step in making IPTVnator faster, lighter, and more efficient.

🚀 What's New

  • Tauri framework under the hood
  • Significantly smaller app size
  • Improved performance and reduced resource usage
  • Native system integrations

⚠️ Beta Limitations

Please note that this version temporarily lacks some features that will be reimplemented/migrated:

  • EPG (Electronic Program Guide)
  • Remote control functionality
  • Some auxiliary features from the Electron version

🧪 I Need Your Support in Testing.

I’d greatly appreciate your help in testing the new beta on Windows, Linux, and macOS.

💬 Please share your thoughts, report bugs, or let me know if something doesn’t work as expected here or in Telegram.

Thank you for your support and for being part of this journey! 🙌

💵 Support the project

v0.16.0

26 Sep 17:01
Compare
Choose a tag to compare
big-iptvnator-v016

💬 Telegram channel: https://t.me/iptvnator
🚀 Support project: https://github.com/sponsors/4gray

What's Changed

  • Xtream: New layout and EPG View
  • Xtream: Support youtube trailers
  • PWA: Updates in mobile layout
  • Stalker Portal: Category and search fix
  • Stalker & Xtream: Check playlist details from portal view
  • Stalker & Xtream: Show IMDB rating information on overview page
  • Stalker & Xtream: show stream URL in built-in video-player dialog
  • Language: Update Italian language by @bovirus and @Deltwin
  • Language: Add Turkish language support by @hasanbeder
  • Style: Material 3 update by @4gray

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

24 Mar 21:31
Compare
Choose a tag to compare

316343990-772f7612-1a4c-4e26-99d0-b0f6ff23d46d

Fixes and improvements

  • Fixed memory consumption issues, especially with larger playlists
  • Fixed an error with the default path to mpv/vlc if they were in the $PATH (macOS related)
  • Enhanced error display in stalker/xtream portal
  • Added playlist filter on the startup screen
  • Fixed issue displaying notification about EPG download even when no resources were specified
  • Improvements in translations
  • Dependency library updates

For feedback and discussion feel free to join the telegram channel: https://t.me/iptvnator

v0.15.0

31 Oct 15:34
Compare
Choose a tag to compare

🚀 Hey, it's time to say hello to v0.15

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

stalker-portal-stb
iptvnator-radio

📺 v0.14.0

20 Jul 19:41
Compare
Choose a tag to compare

What is new 🎉

The main feature of this release is — Xtream Code IPTV support. The feature is also available in PWA, but works best in electron version of the app and combination with mpv player.

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

xtream-code-api-iptvnator

v0.13.0

24 Mar 06:51
Compare
Choose a tag to compare

SCR-20230323-uml

mpv player integration 🎉

This release contains one of the long awaited features (#214, #63, #90) - stream playback in a third-party mpv player.

Using this player will allow you to watch those playlists which for various reasons cannot be played within the browser/electron.

I would say it's currently in experimental mode and I'd be interested to get your feedback on whether this player should be more deeply integrated. For example, using mpv I could easily implement video recording.

You can activate the mpv player in the settings page. To use it, you need to have it installed on your system (read more).

Full Changelog: v0.12.0...v0.13.0

v0.12.0

19 Mar 09:36
cd24139
Compare
Choose a tag to compare

0.12.0 (2023-03-19)

iptvnator-v0-12

First of all I want to say a huge thank you to everyone who took part in this release, those who tested the application and reported bugs, shared ideas, who put a star or shared a link and of course those who contributed. 🎉 🤝

In v0.12.0, a lot of seemingly "invisible work" aka refactoring has been done to unify the code that is used in the desktop version of the app and in the PWA. Sooner or later it was necessary to do this in order to develop the application further, for example the switch from NeDB to IndexedDB, state management update etc.
So unfortunately this version doesn't have some changes which I planned after previous release, such as all feature requests/issues related to EPG, but I will try to pay attention to them in next versions.

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

Full Changelog: v0.11.1...v0.12.0

🐦 Follow IPTVnator on Twitter: https://twitter.com/iptvnator
⭐ GitHub sponsor page: https://github.com/sponsors/4gray


Credits: Image by Midjourney

🖥️ Self-hosted PWA

10 Jan 22:58
Compare
Choose a tag to compare

Hey folks,

I'm happy to announce that it is now possible to deploy the PWA version of IPTVnator on your own machine. This way you can install the player on e.g. Raspberry Pi, NAS or wherever you like. The docker images and docker-compose file have just been prepared for this case.

Here you can find more details about the deployment: https://github.com/4gray/iptvnator/tree/electron/docker

The backend part of the player, which is currently only responsible for parsing the playlists, is available in a separate repository, see iptvnator-backend.

docker-compose-iptvnator-self-hosted

As always, I look forward to your feedback 👋

v0.11.1

02 Oct 08:24
Compare
Choose a tag to compare

This update includes a bug fix for red background in picture-in-picture mode, see #167.

Other changes:

  • the file:// protocol for local files can again be used in the EPG source field
  • ngx-uploader library has been replaced by the own implementation