Skip to content

Latest commit

 

History

History
259 lines (137 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

259 lines (137 loc) · 15.1 KB

0.12.0 (2023-03-11)

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.

Bug Fixes

  • macos related window management improvements (b336680)
  • set epgSource as not required field (049ed6b), closes #175

Features

  • add cmd+q hotkey to close the app (macOS) (f3e00e7), closes #181
  • add dockerfile and docker-compose (4b97e3d)
  • add italian language (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)

0.11.1 (2022-10-01)

Bug Fixes

  • allow file:// protocol for epg source (c4e1076)
  • disable service worker in electron app (df4e99a)
  • red screen in PIP window (9756a76)
  • service worker injection (ba3dd88)

Reverts

  • Revert "Update release.yml" (5ac1992)

0.11.0 (2022-09-11)

Bug Fixes

  • set default value for video player (ab1d0bf)
  • show notification after playlist refresh (PWA) (b18e537)

Features

  • check for available updates in PWA (17b265f)
  • implement multi epg view (b4db751)
  • import playlist as text (6676fa0)
  • support multiple epg sources (f8c6874)

0.10.0 (2022-04-24)

Bug Fixes

Features

  • add context menu with default actions (44e76e0), closes #96
  • add option to change aspect ratio (b8a3f76), closes #80
  • add option to select stream resolution (c23fe3a), closes #93
  • add pwa support (5a5085d)
  • auto-detect if OS is in dark mode (ad26588)
  • generate global playlist with all favorites (764201a), closes #97
  • integrate french localization (ab75a2f)
  • pwa: auto-generate playlist with global favorites (98ff7f4)
  • switch playlists from the sidebar (0bc71d4)

0.9.0 (2021-10-14)

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

0.8.0 (2021-07-17)

Features

  • 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

0.7.0 (2021-05-24)

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)

0.6.0 (2021-04-10)

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

0.5.0 (2021-02-28)

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)

0.4.0 (2021-02-11)

Bug Fixes

  • default html5 player initialization fix (4a6b976)

Features

  • add ctrl+f as hotkey to focus search field (cad162d)
  • add epg worker with new ipc commands (418566f)
  • add moment.js based date pipe (4881ba8)
  • check for available update (68ccabb)
  • epg integration (2e861b6)
  • epg: epg program list with date navigation (fdbe02b)
  • favorite channels list (f02bbe3)
  • integrate epg feature (e896af0)
  • integrate epg worker & refactor app menu (3b97d74)
  • sort playlists by import date (d967b12)
  • validation of playlist url (da2fe5e)

Performance Improvements

  • destroy hls instance after view change (2e3681c)

0.2.0 (2020-09-27)

Features

  • add new video.js based player (1e852e3)
  • add settings page (1a44ecd)
  • video player configuration in app settings (05c0c25)

0.1.0 (2020-09-12)

Bug Fixes

Features

  • add new application icon (0ce0b1f)
  • open playlist from file system (861e480)

0.0.2 (2020-09-06)

Bug Fixes

  • define path to userData folder as db store (8e8c107)
  • enable copy-paste hotkeys for mac os (4357c17)

0.0.1 (2020-09-05)

Bug Fixes

  • full screen permissions (fff2aaa)
  • full screen permissions (f0d0fb1)
  • start_url fix in manifest file (e05b7eb)
  • start_url fix in manifest file (3929655)
  • update paths to make app installable (fd9fc53)
  • update paths to make app installable (4b7d1b5)

Features

  • add channel search function (d1b9461)
  • add channel search function (7a039af)
  • add favorites and tab based navigation (8d333d9)
  • add favorites and tab based navigation (c6e3e1f)
  • add icon, about dialog and menu (bcf49b8)
  • change sidebar mode (22f2bc1)
  • change sidebar mode (ca9f7a2)
  • electron based app (0feb657)
  • electron based app (998e7e9)
  • implement channel groups view (20e0a40)
  • implement channel groups view (773e1ed)
  • initial commit (79332aa)
  • initial commit (2f1701a)
  • list with recent playlists (1735026)
  • list with recent playlists (8ee96ee)