mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
20 lines
724 B
HTML
20 lines
724 B
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
lang: en
|
|
id: version-history
|
|
title: Bitcoin Core version history
|
|
---
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
|
<div class="versiontext">
|
|
<h1>Bitcoin Core version history<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
|
<ul>
|
|
{% filter_for p in site.pages reversed sort_by:date category:release %}
|
|
<li>
|
|
{{ p.date | date:"%Y-%m-%d" }} - <a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>
|
|
</li>
|
|
{% endfilter_for %}
|
|
</ul>
|
|
</div>
|