Skip to content

Commit 7c1dc90

Browse files
authored
1.9.2 - Updating to latest version
2 parents c35612e + cdd01c0 commit 7c1dc90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3343
-1311
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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/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%;" />
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.9.1-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v1.9.2-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1212

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.
1414

1515
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.
1616

@@ -52,6 +52,9 @@ Just take files from ***dist*** folder
5252
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
5353

5454
## Changelog
55+
Angular2 YT Player v1.9.2
56+
- UX improvements and fixes
57+
- Preparing files for 2.0
5558

5659
Angular2 YT Player v1.9.1
5760
- Get settings.json for localstorage if your localstorage is empty
@@ -131,8 +134,9 @@ Angular2 YT Player v1.0.0
131134
- *Room chat **(unversioned)***
132135

133136
#### Roadmap to 2.0
137+
- Global hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
134138
- 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)**
136140

137141
#### Roadmap to 3.0
138142
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**

app/package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"main": "index.html",
3-
"name": "Youtube Player 1.9",
3+
"name": "Youtube Player 2.0",
44
"description": "Youtube Player based on Angular and Typescript",
5+
"author": "Alex Olari <queadx@gmail.com>",
56
"version": "1.0",
67
"keywords": [ "youtube app", "node-webkit" ],
8+
"license": "MIT",
9+
"manifestUrl": "https://quead.github.io/updates/package.json",
10+
"packages": {
11+
"win": {
12+
"url": "https://quead.github.io/updates/upwin.zip"
13+
}
14+
},
715
"window": {
816
"height": 720,
917
"width": 1270,
@@ -15,5 +23,12 @@
1523
},
1624
"webkit": {
1725
"plugin": true
26+
},
27+
"dependencies": {
28+
"ncp": "2.0.0",
29+
"request": "~2.64.0",
30+
"tar.gz": "^0.1.1",
31+
"del": "~0.1.2",
32+
"semver": "^5.0.3"
1833
}
1934
}

app/tools/unzip.exe

164 KB
Binary file not shown.

0 commit comments

Comments
 (0)