This is the new download page as discussed in #997 (closed). There are no more single downloads, but two sections: GUI and CLI, which will each show a brief list of features, known issues for that release (as asked in #991 (closed) and screenshot showing how the wallet looks like.
One of the main points of this redesign were the hashes. Many users complained it made the page unfriendly and hard to browse. This was resolved adding a "Verify" section, well visible under the wallet, but the hashes are hidden. Users will only have to click "show hashes" to see them. I also added links to the 2 guides we have about verifying hashes.
I added pictures for the hardware wallets and a button for the blockchan bootstrap
downloads.yml
:Distinction between GUI and CLI
Possibility to add different release names/versions for CLI and GUI
Removed unnecessary variables
This PR is marked as WIP because i need some things before it can be considered complete:
I suggest to test the PR locally using bundle exec jekyll serve --limit_posts 1 --baseurl ''
.
--limit_posts 1
will show only the last blog post. This will make building the PR much faster.
Edit: Scroll down for the updated screenshots
The first screenshot show all closed dropdowns (hashes and known issues). In the second one they are open.
Closes #997 (closed) and #991 (closed)
This PR supersedes !1158 (closed)