Skip to content

Commit a069bc1

Browse files
committed
2.0 - Updating path to packages
1 parent 3607474 commit a069bc1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Just take files from ***dist*** folder
7070
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
7171

7272
## Changelog
73+
Angular2 YT Player v2.0
74+
- Global hotkeys for application in desktop (play/pause/next/prev, for keyboards with media buttons)
75+
- Adding support for NW.js to export the app for desktop compatible: Windows x64, macOS x64, Linux x64
76+
- Auto updating the app (desktop version)
77+
7378
Angular2 YT Player v1.9.2
7479
- UX improvements and fixes
7580
- Preparing files for 2.0
@@ -151,11 +156,6 @@ Angular2 YT Player v1.0.0
151156
- **Rooms**
152157
- *Room chat **(unversioned)***
153158

154-
#### Roadmap to 2.0
155-
- Global hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
156-
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
157-
- Auto updating the app (desktop version) **(in v2.0)**
158-
159159
#### Roadmap to 3.0
160160
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
161161
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "yt-app",
44
"description": "YouTube Player",
55
"author": "Alex Olari <queadx@gmail.com>",
6-
"version": "1.0.2",
6+
"version": "1.9.0",
77
"keywords": [
88
"youtube app",
99
"node-webkit"
1010
],
1111
"license": "MIT",
12-
"manifestUrl": "https://quead.github.io/updates/package.json",
12+
"manifestUrl": "http://noxien.net/quead/package.json",
1313
"window": {
1414
"height": 720,
1515
"width": 1270,

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "yt-app",
44
"description": "YouTube Player",
55
"author": "Alex Olari <queadx@gmail.com>",
6-
"version": "1.0.2",
6+
"version": "1.9.0",
77
"keywords": [
88
"youtube app",
99
"node-webkit"
1010
],
1111
"license": "MIT",
12-
"manifestUrl": "https://quead.github.io/updates/package.json",
12+
"manifestUrl": "http://noxien.net/quead/package.json",
1313
"window": {
1414
"height": 720,
1515
"width": 1270,

0 commit comments

Comments
 (0)