v0.1.4
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>