blob: d3a48f6c669132ff54019d193a1fc34542b16990 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Dillo release 3.1.0</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="main">
<h1>Dillo releases</h1>
<span class="date">Updated on 2024-06-08</span>
<nav>
<a href="/">Home</a> /
<a href="/release">Release</a>
</nav>
<h2>List of releases</h2>
<p>
Here is the list of Dillo releases:
<ul>
<li><a href="3.1.1">Version 3.1.1</a> released on 2024-06-08
(<a href="latest">latest</a>).
</li>
<li><a href="3.1.0">Version 3.1.0</a> released on 2024-05-04.</li>
<li><a
href="https://github.com/dillo-browser/dillo/releases/tag/v3.0.5">Version
3.0.5</a> released on 2015-06-30.</li>
<li>Older releases are on the
<a href="/old/download/">old website</a>
and the
<a
href="http://web.archive.org/web/20220512043535/https://www.dillo.org/download/">web
archive</a>.
</li>
</ul>
</div>
</body>
</html>
|