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 a3fdc04..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. @@ -47,6 +57,8 @@ where available, and updates the Deep Zoom example tools to transform images to sRGB by default. +{% if page.news_show_extended %} + ## New Windows build, 2023-04-14 Windows build 20230414 integrates most dependencies into the OpenSlide @@ -64,8 +76,6 @@ OpenSlide Java 0.12.3 adds a Meson build system, deprecates the Autotools+Ant one, and fixes builds on newer JDKs. -{% if page.news_show_extended %} - ## New Windows build, 2022-11-11 Windows build 20221111 updates the versions of many dependencies. diff --git a/download/index.md b/download/index.md index 850fcd9..78e9d48 100644 --- a/download/index.md +++ b/download/index.md @@ -37,15 +37,31 @@ If you're looking for the bleeding edge,
- - {{ release.date }} + + {{ version }} | -Source | -Windows 32-bit | -Windows 64-bit | +{{ release.date }} | + {% if release.version %} +Source | +Linux x86_64 | +macOS | ++ | Windows x64 | + {% else %} +Source | ++ | + | Windows x86 | +Windows x64 | + {% endif %}
---|