v0.5.0
What's Changed
- refactor(backup): change file existence check by @AnthonyMichaelTDM in #317
- feat(rpc): use usize instead of i64 for search limit by @AnthonyMichaelTDM in #319
- feat(daemon): improve random read endpoints by @AnthonyMichaelTDM in #321
- feat: refactor state management to use LibraryBrief instead of LibraryFull in many places by @AnthonyMichaelTDM in #322
- refactor: simplify assertions and improve readability in tests by @AnthonyMichaelTDM in #323
- refactor(daemon): remove
analysisfeature flag by @AnthonyMichaelTDM in #324 - perf(analysis): improve cache locality in chroma_stft by @AnthonyMichaelTDM in #325
Full Changelog: v0.4.1...v0.5.0
mecomp-cli 0.5.0
Install mecomp-cli 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.0
| File | Platform | Checksum |
|---|---|---|
| mecomp-cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mecomp-cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mecomp-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mecomp-cli-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mecomp-cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo AnthonyMichaelTDM/mecompYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>mecomp-mpris 0.5.0
Install mecomp-mpris 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.0
| File | Platform | Checksum |
|---|---|---|
| mecomp-mpris-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mecomp-mpris-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mecomp-mpris-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mecomp-mpris-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mecomp-mpris-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo AnthonyMichaelTDM/mecompYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>mecomp-tui 0.5.0
Install mecomp-tui 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.0
| File | Platform | Checksum |
|---|---|---|
| mecomp-tui-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mecomp-tui-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mecomp-tui-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mecomp-tui-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mecomp-tui-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo AnthonyMichaelTDM/mecompYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>mecomp-daemon 0.5.0
Install mecomp-daemon 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.0
| File | Platform | Checksum |
|---|---|---|
| mecomp-daemon-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mecomp-daemon-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mecomp-daemon-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mecomp-daemon-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mecomp-daemon-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo AnthonyMichaelTDM/mecompYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>