33 Demo
44 </a >
55 <a href =" https://habarnam.io/player/home " target =" _blank " title =" YouTube Player " >
6- <img alt="Angular YouTube Player Logo" src="https://i.imgur.com/HPPdUMC.jpg " style="height: auto; max-width:100%;" />
6+ <img alt="Angular YouTube Player Logo" src="https://i.imgur.com/rcuE2Ao.png " style="height: auto; max-width:100%;" />
77 </a >
88</p >
99
1010# About Player
11- [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.5.2 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular-youtube-player )
11+ [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.6.0 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular-youtube-player )
1212
1313[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/quead/angular-youtube-player/master/LICENSE )
1414[ ![ GitHub forks] ( https://img.shields.io/github/forks/quead/angular-youtube-player.svg )] ( https://github.com/quead/angular-youtube-player/network )
@@ -18,7 +18,7 @@ This is a simple youtube web player based on [angular-cli](https://github.com/an
1818
1919This player is compatible only with Chrome/webkit browsers.
2020
21- * The project status is beta .*
21+ * The project status is RC (release candidate) .*
2222
2323## How to use
2424
@@ -31,15 +31,15 @@ This player is compatible only with Chrome/webkit browsers.
3131
32323 . Add your youtube api key in ** src/app/environments/settings.ts** or inside the app on settings page (when is running)
3333
34- 4 . To connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
34+ 4 . Start your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
3535
36- You must change inside ** src/app/environments/environment.ts ** your path to your server.
36+ ` npm install && npm start ` in root folder
3737
38- 6 . Connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
38+ 5 . Connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
3939
40- ` npm start ` in root folder
40+ You must change inside ** src/app/environments/environment.ts ** your path to your server.
4141
42- ** For building the app**
42+ ** To build the app**
4343
44441 . Install [ angular-cli 7.3.7+] ( https://github.com/angular/angular-cli " Angular Cli ")
4545
@@ -52,6 +52,12 @@ Check [angular documentation](https://angular.io/cli/build 'angular cli') for ot
5252` ng build --prod=true `
5353
5454## Changelog
55+ Angular YouTube Player 2.6.0
56+ - List of guests in the session
57+ - Minor issues fixed (RC)
58+ - Add mini player when you scroll
59+ - First video from playlist is now the current video
60+
5561Angular YouTube Player 2.5.2
5662- Add category badge to feed videos and current video
5763- UI updates
@@ -189,9 +195,9 @@ Angular YouTube Player 1.0.0
189195- * Room chat ** (unversioned)***
190196
191197#### Roadmap to 3.0
192- - * List of users joined in the session ** (in v2.6)***
198+ - * Release a stable version ** (in v2.6.9 )***
193199- * Set private/public room ** (in v2.7)***
194- - * List of public rooms ** (in v2.9 )***
200+ - * List of public rooms ** (in v2.8 )***
195201- * Room moderators which can add videos, kick roommates, mute roommates ** (in v2.9)***
196202
197203#### Roadmap to 4.0
@@ -201,7 +207,7 @@ Angular YouTube Player 1.0.0
201207- Global hotkeys for application in desktop (play/pause/next/prev, for keyboards with media buttons)
202208- Adding support for NW.js to export the app for desktop compatible: Windows x64, Linux x64
203209- Auto updating the app (desktop version)
204- - Temporary removed theme function
210+ - Themes temporary removed
205211
206212## Copyright and License
207213Copyright [ quead] ( https://github.com/quead ) under the [ MIT license] ( LICENSE ) .
0 commit comments