refactor: Advanced platform detection system v0.6.0
- Implement 4-component parsing for binaries (extension, OS, arch, compiler)
- Add Compiler enum with GNU, musl, and MSVC variants
- Add context-aware x86 keyword resolution
- Add FreeBSD support with explicit architecture requirement
- Implement compiler priority scoring system
- Add intelligent default architecture fallbacks (x86_64 for Windows/Linux, aarch64 for macOS)
- Complete refactor of platform.rs with ParsedAsset struct
- Add FileExtension enum for archive format detection
- Update Platform struct with optional compiler field
- Add 17 comprehensive test cases for platform detection
- Filter out unsupported architectures (s390x, ppc64, ppc64le, riscv64, mips)
- Apply code formatting and clippy linting improvements
- Update Cargo.toml to v0.6.0
- Update CHANGELOG with detailed improvements
📦 下載 / Downloads
請從下方選擇適合您系統的版本下載。
Please download the appropriate version for your system from below.
🔒 檔案校驗 / File Verification
使用 SHA256SUMS 檔案驗證下載的檔案完整性。
Use the SHA256SUMS file to verify the integrity of downloaded files.
📝 自動生成的變更日誌 / Auto-generated Changelog
Full Changelog: v0.5.3...v0.6.0