You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,7 +14,7 @@ This is a simple youtube player based on [angular-cli](https://github.com/angula
14
14
15
15
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.
16
16
17
-
*This is pre-alpha.*
17
+
*The project status is alpha.*
18
18
19
19
## Usage
20
20
@@ -53,6 +53,13 @@ Just take files from ***dist*** folder
53
53
54
54
## Changelog
55
55
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
+
56
63
Angular2 YT Player v1.7
57
64
- Added featured video as first video from trending
58
65
- Notifications for important actions you do
@@ -108,25 +115,24 @@ Angular2 YT Player v1.0.0
108
115
109
116
## Future features
110
117
#### Backlog
111
-
- Save your playlists **(unversioned)**
112
118
- iOS 8+ / android 5+ app **(unversioned)**
119
+
- Change and create theme **(unversioned)**
113
120
-**Rooms**
114
121
-*Room chat **(unversioned)***
115
-
-**Settings**
116
-
-*Save your settings **(unversioned)***
117
122
118
123
#### 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)**
121
127
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
122
128
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
123
-
- Save your playlists **(unversioned)**
124
-
-**Settings**
125
-
-*Save your settings **(unversioned)***
126
129
127
130
#### 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
+
130
136
-**Rooms**
131
137
-*Create room where you can watch videos with others in sync by sharing the room link **(in v3.0)***
0 commit comments