-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.php
62 lines (51 loc) · 2.07 KB
/
changelog.php
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
58
59
60
61
62
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Simpleviewer - Changelog</title>
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
<meta name="description" content="View Scratch without JavaScript or a modern browser">
<meta name="keywords" content="Scratch, MIT, Legacy, Compatibility, Accessibility">
<meta name="author" content="Voxalice">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body bgcolor="#222"><font color="white" face="sans-serif">
<h1>Changelog</h1>
<hr>
<h2>1.2.1</h2>
<p><b>- Finally moved source code to <a href='//github.com/Voxalice/Simpleviewer'>GitHub!</a></b></p>
<p>- Made Replit development even easier</p>
<p>- Made footer more verbose</p>
<p>- Fixed font color in very old browsers</p>
<h2>1.2.0</h2>
<p><b>- Fixed stored XSS</b></p>
<p>- Added full datetimes to user comments</p>
<p>- Fixed "+" when echoing spaces in a search query</p>
<h2>1.1.0</h2>
<p><b>- Added project searching</b></p>
<p>- Fixed backend for <a href='https://replit.com/@Voxalice/Simpleviewer'>easier development on Replit</a></p>
<p>- Added clickable links to project URLs in comments</p>
<p>- Added pagination to project comments</p>
<p>- Added a link to download projects on project pages</p>
<p>- Added proper 404 responses to every page</p>
<p>- Added Ocular statuses to user pages</p>
<p>- Simpleviewer now follows semantic versioning properly</p>
<h2>1.0.4</h2>
<p>- Added links to all usernames</p>
<p>- Finally added a changelog</p>
<h2>1.0.3</h2>
<p>- Made comments look nicer on small screens</p>
<p>- User comments now look almost exactly like project comments</p>
<p>- Fixed broken encoding everywhere</p>
<p>- Added share date to project pages</p>
<h2>1.0.2</h2>
<p>- Added favicon</p>
<p>- Added project title to page titles</p>
<h2>1.0.1</h2>
<p>- Project comments now use similar HTML to user comments</p>
<h2>1.0.0</h2>
<p>- Initial release</p>
<br><a href='/'>< Back to homepage</a><br><br>
<?php include "footer.php"; ?>
</font></body>
</html>