Skip to content

Commit 07466f4

Browse files
authored
1.9 - Updating the app
2 parents a645dc8 + 99617bb commit 07466f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3460
-2732
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
22
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
3-
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/pPans2y.png" style="height: auto; max-width:100%;" />
3+
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/9HoZwfC.jpg" style="height: auto; max-width:100%;" />
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.7-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v1.9-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
@@ -14,7 +14,7 @@ This is a simple youtube player based on [angular-cli](https://github.com/angula
1414

1515
This player is compatible only with Chrome/webkit browsers because in future I want to implement [NW.js](https://nwjs.io/ 'NWjs website') for compiling the code in Windows/Mac OS X/Linux desktop app.
1616

17-
*This is pre-alpha.*
17+
*The project status is alpha.*
1818

1919
## Usage
2020

@@ -53,6 +53,13 @@ Just take files from ***dist*** folder
5353

5454
## Changelog
5555

56+
Angular2 YT Player v1.9
57+
- Add/remove items from playlist, first time when is initialized It is prepopulated with related videos
58+
- Next/prev video from your playlist
59+
- Moved history to separate page
60+
- Adding toggle video, repeat mode and list & grid on trending to settings.json
61+
- Small fixes
62+
5663
Angular2 YT Player v1.7
5764
- Added featured video as first video from trending
5865
- Notifications for important actions you do
@@ -108,25 +115,24 @@ Angular2 YT Player v1.0.0
108115

109116
## Future features
110117
#### Backlog
111-
- Save your playlists **(unversioned)**
112118
- iOS 8+ / android 5+ app **(unversioned)**
119+
- Change and create theme **(unversioned)**
113120
- **Rooms**
114121
- *Room chat **(unversioned)***
115-
- **Settings**
116-
- *Save your settings **(unversioned)***
117122

118123
#### Roadmap to 2.0
119-
- Add your videos in playlist **(in v1.9)**
120-
- Next/prev video from your playlist **(in v1.9)**
124+
- When first time load the app it will transfer settings from settings.json to localstorage **(in v1.9.1)**
125+
- Save settings in localstorage **(in v1.9.1)**
126+
- Save playlist in localstorage **(in v1.9.1)**
121127
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
122128
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
123-
- Save your playlists **(unversioned)**
124-
- **Settings**
125-
- *Save your settings **(unversioned)***
126129

127130
#### Roadmap to 3.0
128-
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in 2.1)**
129-
- Change and create theme **(in v2.2)**
131+
- Import/Export playlist **(in v2.1)**
132+
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**
133+
- Drag and drop videos to playlist **(in v2.2)**
134+
- Arrange playlist by drag and drop **(in v2.2)**
135+
130136
- **Rooms**
131137
- *Create room where you can watch videos with others in sync by sharing the room link **(in v3.0)***
132138
- *Set private/public room **(in v3.0)***

0 commit comments

Comments
 (0)