mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
- Generate individual SHA256/SHA512 checksums for each binary in matrix jobs - Maintain combined checksums.sha256/checksums.sha512 files for all binaries - Upload both types to release assets for maximum user flexibility - Update release notes with examples for both verification methods - Filter binary lists to exclude checksum files from combined checksums Users can now choose between: - Combined checksums (checksums.sha256) with --ignore-missing flag - Individual checksums (per-binary .sha256 files) for simpler verification This provides the best of both approaches for different user preferences.