Skip to content

Update Absolute Newest and Past Releases download info #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions _includes/download/board.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ <h3>CircuitPython {{ version.version }}</h3>
<div class="section unrecommended">
<h3>Absolute Newest</h3>
<p>
Every time we commit new code to CircuitPython we automatically build binaries for it. They
are stored on Amazon S3 by language (some which may be unreleased.) Try them if you want
the absolute latest and are feeling risky.
Every time we commit new code to CircuitPython we automatically build binaries for each board and language.
The binaries are stored on Amazon S3, organized by board, and then by language. Try them if you want
the absolute latest and are feeling daring or want to see if a problem has been fixed.
</p>
<div>
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/{{ page.board_id }}/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
Expand All @@ -79,11 +79,17 @@ <h3>Absolute Newest</h3>
<div class="section unrecommended">
<h3>Past Releases</h3>
<p>
All previous releases are available on GitHub. They are handy for testing but we recommend
the latest stable otherwise.
All previous releases are listed on GitHub, with release notes,
and are available for download from Amazon S3.
They are handy for testing, but otherwise we recommend using the latest stable release.
Some older GitHub release pages include the same binaries for downloading.
But we have discontinued including binaries as assets on newer release pages
because of the large number of files for each release.
</p>
<p>
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
</p>
<div>
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
<div class="clear"></div>
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/{{ page.board_id }}/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
</div>
</div>