diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-08 22:14:09 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-08 22:14:09 +0200 |
commit | 12a70c1586cd0e62baf5844e172946992209a422 (patch) | |
tree | 18becbe5855029b2ca71c59160dc824f84cf3039 | |
parent | 9cd3643f7456a44f86d6d93ba06447a3c714b024 (diff) |
Add direct links to release filesadd-direct-links-release
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/CFHNXQSM7U2WBE2D7VLEKJU57NGOIVYG/
-rw-r--r-- | latest.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/latest.html b/latest.html index 7f71e6a..8e927fb 100644 --- a/latest.html +++ b/latest.html @@ -82,10 +82,17 @@ as well as fixes and small features introduced in 2024. Here is a summary: <h2>Download</h2> -To download the release, get it from the +To download the 3.1.0 release, get it from the <a href="https://github.com/dillo-browser/dillo/releases/tag/v3.1.0">GitHub -releases</a>. - +release page</a> or directly from the links below: +<ul> + <li><a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.bz2">dillo-3.1.0.tar.bz2 (972K)</a> + (<a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.bz2.asc">signature</a>)</li> + <li><a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz">dillo-3.1.0.tar.gz (1.2M)</a> + (<a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz.asc">signature</a>)</li> + <li><a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.zip">dillo-3.1.0.zip (1.4M)</a> + (<a href="https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.zip.asc">signature</a>)</li> +</ul> <h2>Detailed changes</h2> This is the list of changes from the ChangeLog of this release: <ul> |