-
Notifications
You must be signed in to change notification settings - Fork 10
/
changelog.html
43 lines (41 loc) · 1.11 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
<html>
<head>
<link rel='stylesheet' href='src/css/main.css'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel='stylesheet' href='src/css/responsive.css' media='screen and (max-width:900px)'>
<title>File Server | Changelog</title>
</head>
<body>
<div class='topNav'>
<div class='aboutTxt'>
<a href='index.php'><img src='src/img/home.png' width='25px'></a>
</div>
</div>
<div class='mainBody paddLeft'>
<br />
<b>Changelog:</b>
<br/><br/>
<b>V2.0</b>
<ul>
<li>Entire UI update</li>
<li>Allows multiple file uploads at once</li>
<li>Security Updates</li>
</ul>
<br />
<b>V1.2.3</b>
<ul>
<li>Added and option to prevent file deletion by users. <br />Admin can turn on this option from the server</li>
<li>Clients can see there IP address in stat page</li>
</ul>
<br />
<b>V1.2.2</b>
<ul>
<li>Added changelogs page</li>
<li>Removed version number from home page</li>
<li>Added home icon instead of text</li>
<li>Spacing issues fixed</li>
<li>UI enhancements</li>
</ul>
</div>
</body>
</html>