Skip to content

Commit 4635be5

Browse files
authored
Update README.md
1 parent 8e83da5 commit 4635be5

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
# About Player
10-
[![Version](https://img.shields.io/badge/Current%20version-v2.2-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
10+
[![Version](https://img.shields.io/badge/Current%20version-v2.3-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
1111
[![Build Status](https://semaphoreci.com/api/v1/quead/angular2-yt-player/branches/master/badge.svg)](https://semaphoreci.com/quead/angular2-yt-player)
1212

1313
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
@@ -36,22 +36,27 @@ This player is compatible only with Chrome/webkit browsers.
3636

3737
`npm start` in root folder
3838

39-
5. Add your youtube api key
39+
5. Add your youtube api key in settings.json or in the app
4040

4141
**For SASS development**
4242

4343
1. Install [Sass](http://sass-lang.com/install "Sass website")
4444

45-
2. Start project by
45+
2. Do steps from above
4646

47-
`npm start`
47+
3. Start project by
4848

49-
3. Edit files from src/assets/scss
49+
`npm start`
5050

51-
**Demo**
52-
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">Demo</a>
51+
4. Edit files from src/assets/scss
5352

5453
## Changelog
54+
Angular YouTube Player 2.3
55+
- Updating to lts angular
56+
- Fixed player issues
57+
- Implemented login with google account
58+
- Keep your playlist and settings in cloud
59+
5560
Angular YouTube Player 2.2
5661
- Sort playlist by drag and drop (used [ng2-dragula](https://valor-software.com/ng2-dragula/ "NG2 Dragula"))
5762

0 commit comments

Comments
 (0)