Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 04:14
· 319 commits to main since this release
fix: avoid bash4-only mapfile in fetch-dcm4che-tools.sh

macos-latest runners use Apple's stock bash 3.2 for `shell: bash`,
which lacks the mapfile builtin (bash 4+), breaking the desktop
release job. Replace with a portable while-read loop.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>