|
1 | 1 | <p align="center">
|
2 | 2 | <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/YbcAno9.png" style="height: auto; max-width:100%;" /> |
| 3 | + <img alt="Angular YouTube Player Logo" src="https://i.imgur.com/GmAP7ip.png" style="height: auto; max-width:100%;" /> |
4 | 4 | </p>
|
5 | 5 |
|
6 | 6 | # About Player
|
7 |
| -[](https://github.com/quead/angular2-yt-player) |
| 7 | +[](https://github.com/quead/angular2-yt-player) |
8 | 8 |
|
9 | 9 | [](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
|
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 v1.9.2 |
| 56 | +- UX improvements and fixes |
| 57 | +- Preparing files for 2.0 |
55 | 58 |
|
56 | 59 | Angular2 YT Player v1.9.1
|
57 | 60 | - Get settings.json for localstorage if your localstorage is empty
|
@@ -131,8 +134,9 @@ Angular2 YT Player v1.0.0
|
131 | 134 | - *Room chat **(unversioned)***
|
132 | 135 |
|
133 | 136 | #### Roadmap to 2.0
|
| 137 | +- Global hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)** |
134 | 138 | - 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)** |
| 139 | +- Auto updating the app (desktop version) **(in v2.0)** |
136 | 140 |
|
137 | 141 | #### Roadmap to 3.0
|
138 | 142 | - Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
|
|
0 commit comments