Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Sep 27, 2020
1 parent 05c0c25 commit d127004
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.2.0](https://github.com/4gray/iptvnator/compare/v0.1.0...v0.2.0) (2020-09-27)


### Features

* add new video.js based player ([1e852e3](https://github.com/4gray/iptvnator/commit/1e852e389931e18ccfaf78f21c86df5dfe81ad6d))
* add settings page ([1a44ecd](https://github.com/4gray/iptvnator/commit/1a44ecd995d212e9597c44353fa049e4f07f0ab7))
* video player configuration in app settings ([05c0c25](https://github.com/4gray/iptvnator/commit/05c0c251cf92ad17788628f5c8d8d8107e935d94))
* redesign welcome/upload page



# [0.1.0](https://github.com/4gray/iptvnator/compare/v0.0.2...v0.1.0) (2020-09-12)


Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ First version of the application which was developed as a PWA is available in an
- Save channels as favorites (DEV)


| Select/upload a playlist | Main player interface |
| :------------------------------------------------------------------: | :-------------------------------------------------------: |
| ![List with added playlists and upload interface](./iptv-upload.png) | ![Sidebar with channel and video player](./iptv-main.png) |
| Welcome screen: Playlists overview | Main player interface with channels sidebar and video player |
| :----------------------------------------------------------: | :-------------------------------------------------------: |
| ![Welcome screen: Playlists overview](./playlists.png) | ![Sidebar with channel and video player](./iptv-main.png) |
| Welcome screen: Add playlist via file upload | Welcome screen: Add playlist via URL |
| ![Welcome screen: Add playlist via file upload](./iptv-upload.png) | ![Welcome screen: Add playlist via URL](./upload-via-url.png) |

# Download

Expand Down
Binary file added iptv-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified iptv-upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iptvnator",
"version": "0.1.0",
"version": "0.2.0",
"description": "IPTV player application.",
"homepage": "https://github.com/4gray/my-iptv-player-pwa",
"author": {
Expand Down Expand Up @@ -122,4 +122,4 @@
"uuid": "8.3.0",
"video-js": "0.7.0"
}
}
}
Binary file added playlists.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added upload-via-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d127004

Please sign in to comment.