diff --git a/assets/download-mac.png b/assets/download-mac.png new file mode 100644 index 000000000..c26387382 Binary files /dev/null and b/assets/download-mac.png differ diff --git a/assets/download-win.png b/assets/download-win.png new file mode 100644 index 000000000..162a581b5 Binary files /dev/null and b/assets/download-win.png differ diff --git a/pages/downloads.markdown b/pages/downloads.markdown index 6cd17e519..1609ea6f0 100644 --- a/pages/downloads.markdown +++ b/pages/downloads.markdown @@ -13,24 +13,34 @@ tags: [uses_alerts]
- {% for asset in latest_release.assets %} - {% if asset.name contains 'RELEASE.exe' %} - Latest version - {% endif %} - {% endfor %} - | -
- {% if latest_release %}
- {{ latest_release.name }} {{ latest_release.created_at | date_to_string }} - {% endif %} - |
-
In most cases, the latest stable version will be the best choice for you: it has been thoroughly tested by the community and is already used by myriads of people around the world. However, if you are looking for the latest unstable version, need an older version or the ZIP distribution, you will find everything you need in the version history. @@ -41,7 +51,7 @@ tags: [uses_alerts]
If you want to have a look at the source code, you can do so in Greenshot's Git repositories at -GitHub or +GitHub or BitBucket.