Skip to content

Releases: 4gray/iptvnator

v0.11.0

19 Sep 19:13
Compare
Choose a tag to compare

Hey 👋

after a long period of time, I am happy to present a new release of the application, which includes the following changes:

iptvnator-v0_11_0

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

New Contributors

Full Changelog: v0.10.0...v0.11.0

0.10.0 🎉

26 Apr 20:17
Compare
Choose a tag to compare

iptvnator-v0_10_0

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!

PWA Release

09 Jan 17:15
Compare
Choose a tag to compare

✋ Hello

Today I am happy to announce that IPTVnator is now also available as a progressive web application (PWA), which means that you can open the player directly from your browser. Thus the application became available, for example, for users of smartphones or tablets. At the moment, it is available at:

https://iptvnator.vercel.app/

IMG_20220109_142900_941

🚀 Features

At the moment, the PWA version of the application is a light version and does not include some features which are available in the electron version. For example, the user agent specification is not available due to browser restrictions. Also, the program guide (EPG) function is not available yet, as it requires some reworking.

🤖 Versioning and further development:

In the future, both versions of the application will be released in parallel, since they are based on the same code base. The electron version of the application will be released about once every couple of months, as before, depending on development activity. The PWA version will be updated regularly, namely with each new commit.

v0.9.0 🎉

14 Oct 17:08
Compare
Choose a tag to compare

0.9.0 (2021-10-14)

reorder playlists

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

v0.8.0

17 Jul 11:12
99b3e21
Compare
Choose a tag to compare

0.8.0 (2021-07-17)

New translations

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

v0.7.0

24 May 21:10
6cd6721
Compare
Choose a tag to compare

0.7.0 (2021-05-24)

image

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)

v0.6.0

11 Apr 09:48
6083a3e
Compare
Choose a tag to compare

0.6.0 (2021-04-10)

Dark theme, channel logos and other features from v0.6.0

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

v0.5.0

28 Feb 08:53
ecae0c3
Compare
Choose a tag to compare

0.5.0 (2021-02-27)

Bug Fixes

  • less strict url validation of playlist URL (4f366d9), closes #22
  • macOS corrupt icon fix, closes #21 (955bb27)

Features

  • add dialog about playlist details (9f951fa)
  • add german language (i18n) (7888e85)
  • add internationalization (0f8ca2a)
  • add russian language (i18n) (a93af69)

Screenshot: Language option in App Settings
Language option in App Settings

v0.4.0

11 Feb 19:19
97a9f91
Compare
Choose a tag to compare

0.4.0 (2021-02-09)

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)

Note: videojs-based video player is selected as the default now

Welcome screen: Playlists overview

v0.3.0 release

19 Dec 13:42
7b205d8
Compare
Choose a tag to compare

0.3.0 (2020-12-18)

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)