diff --git a/_data/releases.yaml b/_data/releases.yaml index 8de1c27..d221c35 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -58,6 +58,7 @@ java: - {version: 0.6.0, date: 2009-08-17, gz: 1} - {version: 0.5.0, date: 2009-07-15, gz: 1} bin: + - {version: 4.0.0.2, date: 2024-03-29} - {date: 2023-10-11} - {date: 2023-04-14} - {date: 2022-12-17} diff --git a/_includes/news.md b/_includes/news.md index ef5dec0..7965e53 100644 --- a/_includes/news.md +++ b/_includes/news.md @@ -1,5 +1,15 @@ {% include links.md %} +## Binary build 4.0.0.2, 2024-03-29 + +[Binary build 4.0.0.2][bin-4.0.0.2] adds Linux and macOS binaries, removes +32-bit Windows binaries, and adds Python binary packages for use with the +upcoming OpenSlide Python 1.4.0. It also updates OpenSlide Java to 0.12.4 +and updates various dependencies. + +[bin-4.0.0.2]: https://github.com/openslide/openslide-bin/releases/tag/v4.0.0.2 + + ## OpenSlide Java version 0.12.4, 2023-11-07 OpenSlide Java 0.12.4 includes minor build and test improvements. diff --git a/download/index.md b/download/index.md index 4cef898..78e9d48 100644 --- a/download/index.md +++ b/download/index.md @@ -37,7 +37,11 @@ If you're looking for the bleeding edge,
@@ -45,9 +49,19 @@ If you're looking for the bleeding edge, | {{ release.date }} | -Source | -Windows x86 | -Windows x64 | + {% if release.version %} +Source | +Linux x86_64 | +macOS | ++ | Windows x64 | + {% else %} +Source | ++ | + | Windows x86 | +Windows x64 | + {% endif %}
---|