-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
57 lines (53 loc) · 1.29 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>AIRHORN.mp3 Changelog</title>
<style>
body {
font-size: 14px;
font-family: monospace;
padding: 100px 0 0 0;
position: relative;
}
#top {
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
height: 100px;
margin: 0;
padding: 1em 0 0 0;
position: fixed;
top: 0;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ul li:before {
content: '☞';
margin: 0 0.6em 0 0.2em;
}
ul li {
margin: 14px;
}
</style>
</head>
<body>
<pre id="top">
★---------------------------------------------------------★
★ AIRHORN.mp3 v<span id="version"> </span> ★
★---------------------------------------------------------★
<!-- ☢ - known bug | ✐ - feature to be added -->
</pre>
<b>This version:</b>
<ul>
<li>Added update notifications</li>
<li>Added monophonic/polyphonic option (right click, Options) on request of <a href="https://twitter.com/bryfacetron" target="_blank">@bryface</a></li>
</ul>
<hr><b>Version 1.2:</b>
<ul>
<li>Pushed first working version to Chrome Web Store!</li>
</ul>
<script src="changelog.js"></script>
</body>
</html>