Skip to content

Commit 2d0c0bc

Browse files
committed
1.9.2 - Added support for small desktop 992 to 1024 width
1 parent 76100b9 commit 2d0c0bc

22 files changed

+687
-463
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ Just take files from ***dist*** folder
5353

5454
## Changelog
5555
Angular2 YT Player v2.0
56-
- Global hotkeys for application in desktop (play/pause/next/prev)
57-
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux
56+
- Webpage is now fully responsive
5857

5958
Angular2 YT Player v1.9.1
6059
- Get settings.json for localstorage if your localstorage is empty
@@ -133,6 +132,10 @@ Angular2 YT Player v1.0.0
133132
- **Rooms**
134133
- *Room chat **(unversioned)***
135134

135+
#### Roadmap to 2.0
136+
- Global hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
137+
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
138+
136139
#### Roadmap to 3.0
137140
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
138141
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**

dist/assets/css/main.css

Lines changed: 210 additions & 155 deletions
Large diffs are not rendered by default.

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<base href="/">
5-
<title>YouTube Player v1.9.1</title>
5+
<title>YouTube Player v1.9.2</title>
66
<link rel="icon" href="favicon.ico">
77
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
88
<link rel="stylesheet" href="assets/css/normalize.css">

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)