|
10 | 10 | [](https://github.com/quead/angular2-yt-player/network)
|
11 | 11 | [](https://github.com/quead/angular2-yt-player/stargazers)
|
12 | 12 |
|
13 |
| -This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.3, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions. |
| 13 | +This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.4, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions. |
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 |
|
@@ -52,6 +52,9 @@ Just take files from ***dist*** folder
|
52 | 52 | <a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
|
53 | 53 |
|
54 | 54 | ## Changelog
|
| 55 | +Angular2 YT Player v2.0 |
| 56 | +- Global hotkeys for application in desktop (play/pause/next/prev) |
| 57 | +- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux |
55 | 58 |
|
56 | 59 | Angular2 YT Player v1.9.1
|
57 | 60 | - Get settings.json for localstorage if your localstorage is empty
|
@@ -130,10 +133,6 @@ Angular2 YT Player v1.0.0
|
130 | 133 | - **Rooms**
|
131 | 134 | - *Room chat **(unversioned)***
|
132 | 135 |
|
133 |
| -#### Roadmap to 2.0 |
134 |
| -- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)** |
135 |
| -- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)** |
136 |
| - |
137 | 136 | #### Roadmap to 3.0
|
138 | 137 | - Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
|
139 | 138 | - Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**
|
|
0 commit comments