Skip to content

Commit d0b17d1

Browse files
committed
Merge branch '1.x-develop' of https://github.com/quead/angular2-youtube-player into 1.x-develop
2 parents a7ba8fb + 81555af commit d0b17d1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<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/5DS0zFh.jpg" style="height: auto; max-width:100%;" />
3+
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/HciUBN3.jpg" style="height: auto; max-width:100%;" />
44
</p>
55

66
# About Player
@@ -58,9 +58,18 @@ Just take files from ***dist*** folder
5858

5959
## Changelog
6060

61+
Angular2 YT Player v1.2
62+
- Introducing trending videos, currently default trending videos are from United States
63+
- Refactoring the code
64+
- Adding routes for future components which it will show in left navbar
65+
- Default video will be first from trending videos
66+
- Adding the video player
67+
- Update the design to match the new features
68+
6169
Angular2 YT Player v1.1
6270
- Adding mute/unmute functionality
6371
- Improved user interface and user experience
72+
- Adding settings functionality, the settings will get from ***assets/settings.json***
6473
- **Settings**
6574
- *Show/hide debugging features*
6675
- *Show/hide thumbnails in search*
@@ -77,6 +86,7 @@ Angular2 YT Player v1.0.0
7786

7887
## Future features
7988
- Repeat mode **(in v1.3)**
89+
- Grid/list mode for trending videos **(in v1.3)**
8090
- Copy link for current video and related videos **(in v1.6)**
8191
- Copy link for current video at your playing time **(in v1.6)**
8292
- Video details for current video and related videos like number of views, likes and dislikes **(in v1.6)**
@@ -85,7 +95,7 @@ Angular2 YT Player v1.0.0
8595
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
8696
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
8797
- **Settings**
88-
- *Show/hide video **(possible in v1.3)***
98+
- *Show/hide video player **(possible in v1.3)***
8999
- *Set how many results to show in search (0 to 50) **(in v1.3)***
90100
- *Enable loop video **(in v1.3)***
91101
- *Change/add YOUR_API Key **(in v1.3)***

0 commit comments

Comments
 (0)