Releases: 4gray/iptvnator
v0.11.0
Hey 👋
after a long period of time, I am happy to present a new release of the application, which includes the following changes:
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 Contributors
Full Changelog: v0.10.0...v0.11.0
0.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
✋ 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:
🚀 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 🎉
v0.8.0
v0.7.0
v0.6.0
v0.5.0
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
v0.4.0
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