-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
30 lines (30 loc) · 1.24 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jDigiClock - Digital Clock (HTC Hero inspired).</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="wrap">
<h1>jDigiClock</h1>
<h2>Digital Clock (HTC Hero inspired)</h2>
<h3>Changelog</h3>
<h4>Version 2.1.0 - 2010-02-24</h4>
<ul>
<li>Fixed bug with configuration option <code>weatherImagesPath</code> reported by <a href="http://www.emessage.it" target="_blank">Alessandro Benedetti</a></li>
<li>Animation method rewriting</li>
<li>New configuration option <code>proxyType</code></li>
<li>Added .NET proxy. Thanks to <a href="http://www.emessage.it" target="_blank">Alessandro Benedetti</a></li>
</ul>
<h4>Version 2.0.0 - 2009-12-06</h4>
<ul>
<li>Add 5-day forecast panel.</li>
</ul>
<h4>Version 1.0.0 - 2009-11-28</h4>
<ul>
<li>Initial release.</li>
</ul>
</div>
</body>
</html>