diff --git a/releases.html b/releases.html --- a/releases.html +++ b/releases.html @@ -4,7 +4,7 @@ subtitle: Download the latest Bitcoin ABC software --- -{% assign abc_only_versions = "0.21.0, 0.21.1, 0.21.2, 0.21.3, 0.21.4, 0.21.5, 0.21.6, 0.21.7, 0.21.8, 0.21.9, 0.21.10, 0.21.11, 0.21.12, 0.21.13, 0.22.0, 0.22.1, 0.22.2, 0.22.3, 0.22.4, 0.22.5" | split: ", " %} +{% assign bchn_versions = "0.22.6, 0.22.7, 0.22.8, 0.22.9" | split: ", " %} {% assign active_versions = "0.23, 0.22" | split: ", " %} {% assign releases = site.data.github-releases %} @@ -17,12 +17,13 @@
- Why does the same version of Bitcoin ABC exist for two different networks? - Read more about it here. +

Bitcoin ABC is putting all its energy on delivering new features and improvements
+ to the node software for the BCHA chain.

+

As a consequence, Bitcoin ABC will no longer provide a BCH compatible variant starting from version 0.22.10.

-

Download Bitcoin ABC {{ latestVersion }} (BCHA Network)

+

Download Bitcoin ABC {{ latestVersion }}

Published: {{ releases[0].published_at | date: "%a %b %e %Y" }}
@@ -67,52 +68,7 @@
-

Download Bitcoin ABC {{ latestVersion }} (BCHN Network)

- -
Published: {{ releases[0].published_at | date: "%a %b %e %Y" }}
- -
- - - Linux - - - - OSX - - - - Windows - - - - Source Snapshot - -
- -
-

Packages

- - - Ubuntu - - - - - Docker - -
-
- -
- For the latest source code that suports both chains, see Github. + For the latest source code, see Github.
{% capture include_release_notes %}{% include_relative abc_md_docs/doc/release-notes/release-notes-{{ latestVersion }}.md %}{% endcapture %} @@ -166,7 +122,7 @@ - {% if abc_only_versions contains version %} + {% unless bchn_versions contains version %} N/A {% else %} @@ -183,7 +139,7 @@ - {% endif %} + {% endunless %} {{ version }} Release Notes {% endif %}