Releases: AnthonyMichaelTDM/mecomp
v0.5.9
Release Notes
v0.5.9 What's Changed
- chore: change Dependabot update schedule from daily to weekly by @AnthonyMichaelTDM in #400
- feat: replace tap dependency with inspect_err for error logging by @AnthonyMichaelTDM in #402
- feat: add QueueChanged state to audio events and update handling by @AnthonyMichaelTDM in #403
Full Changelog: v0.5.8...v0.5.9
mecomp-cli 0.5.9
Install mecomp-cli 0.5.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.9
| File | Platform | Checksum |
|---|---|---|
| mecomp-cli-aarch64-apple-darwin.tar.xz | Apple Silicon 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.9
Install mecomp-mpris 0.5.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.9
| File | Platform | Checksum |
|---|---|---|
| mecomp-mpris-aarch64-apple-darwin.tar.xz | Apple Silicon 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.9
Install mecomp-tui 0.5.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.9
| File | Platform | Checksum |
|---|---|---|
| mecomp-tui-aarch64-apple-darwin.tar.xz | Apple Silicon 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.9
Install mecomp-daemon 0.5.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.9/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.9
| File | Platform | Checksum |
|---|---|---|
| mecomp-daemon-aarch64-apple-darwin.tar.xz | Apple Silicon 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 <fil...v0.5.8
Release Notes
v0.5.8 What's Changed
- fix(daemon): panic in terminator thread by @AnthonyMichaelTDM in #395
- feat: add cargo-hakari cleanup step to release workflow by @AnthonyMichaelTDM in #396
- reduce size of release binaries by removing workspace-hack before building by @AnthonyMichaelTDM in #397
- this ended up not doing much, which sucks because I spent quite a while on it :(
- perf(analysis): parallelize reference set generation by @AnthonyMichaelTDM in #398
- feat: remove support for x86_64-apple-darwin by @AnthonyMichaelTDM in #399
Full Changelog: v0.5.7...v0.5.8
mecomp-cli 0.5.8
Install mecomp-cli 0.5.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.8
| File | Platform | Checksum |
|---|---|---|
| mecomp-cli-aarch64-apple-darwin.tar.xz | Apple Silicon 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.8
Install mecomp-mpris 0.5.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.8
| File | Platform | Checksum |
|---|---|---|
| mecomp-mpris-aarch64-apple-darwin.tar.xz | Apple Silicon 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.8
Install mecomp-tui 0.5.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.8
| File | Platform | Checksum |
|---|---|---|
| mecomp-tui-aarch64-apple-darwin.tar.xz | Apple Silicon 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.8
Install mecomp-daemon 0.5.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.8/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.8
| File | Platform | Checksum |
|---|---|---|
| mecomp-daemon-aarch64-apple-darwin.tar.xz | Apple Silicon 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 att...
v0.5.7
Release Notes
v0.5.7 What's Changed
- chore(deps): bump taiki-e/install-action from 2.62.21 to 2.62.29 by @dependabot[bot] in #380
- chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #374
- chore(deps): bump crate-ci/typos from 1.37.2 to 1.38.1 by @dependabot[bot] in #372
- chore(deps): bump softprops/action-gh-release from 2.3.4 to 2.4.1 by @dependabot[bot] in #377
- fix(tui): handle "_ in progress" errors for certain actions by @AnthonyMichaelTDM in #382
- fix(tui): properly handle delete key for input-box by @AnthonyMichaelTDM in #383
- feat(dynamic updates): use locks for the dynamic updates to hopefully… by @AnthonyMichaelTDM in #386
- feat(tui): add a refresh key by @AnthonyMichaelTDM in #387
- Some cleanup + optimization by @AnthonyMichaelTDM in #393
- Less state synchro by @AnthonyMichaelTDM in #394
Full Changelog: v0.5.6...v0.5.7
mecomp-cli 0.5.7
Install mecomp-cli 0.5.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.7
| 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.7
Install mecomp-mpris 0.5.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.7
| 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.7
Install mecomp-tui 0.5.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.7
| 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.7
Install mecomp-daemon 0.5.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.7/mecomp-daemon-installer.ps1 | iex"...v0.5.6
Release Notes
This update is primarily dependency updates, with a few minor optimizations to MECOMPs behavior and performance
What's Changed
- Udp improvements, and clippy by @AnthonyMichaelTDM in #352
- pin dependencies by @AnthonyMichaelTDM in #353
- chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #276
- feat(tui): default to "connecting with retry" behavior when initializing client by @AnthonyMichaelTDM in #362
- feat: update to surrealdb v2.3.10 by @AnthonyMichaelTDM in #363
- chore(deps): bump taiki-e/install-action from 2.62.13 to 2.62.16 by @dependabot[bot] in #357
- chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #358
- chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 by @dependabot[bot] in #361
- feat(analysis): migrate to linfa 0.8.0, and improve clustering performance by @AnthonyMichaelTDM in #365
- chore(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4 by @dependabot[bot] in #360
Full Changelog: v0.5.5...v0.5.6
mecomp-cli 0.5.6
Install mecomp-cli 0.5.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.6
| 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.6
Install mecomp-mpris 0.5.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.6
| 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.6
Install mecomp-tui 0.5.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.6
| 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.6
Install mecomp-daemon 0.5.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.6/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powersh...v0.5.5
Release Notes
v0.5.5 What's Changed
this release fixes an issue with the mecomp-storage crate not compiling when the db feature wasn't enabled.
- fix(storage): compilation error when db feature not enabled by @AnthonyMichaelTDM in #346
Full Changelog: v0.5.4...v0.5.5
mecomp-cli 0.5.5
Install mecomp-cli 0.5.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.5
| 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.5
Install mecomp-mpris 0.5.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.5
| 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.5
Install mecomp-tui 0.5.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.5
| 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.5
Install mecomp-daemon 0.5.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.5/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.5
| 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 | ... |
v0.5.4
Release Notes
v0.5.4 What's Changed
This release is mostly refactoring and updates to dependencies, but it also includes some new features and bug fixes.
- feat(tui): overhaul click handling for checktree's by @AnthonyMichaelTDM in #338
- migrate to criterion 0.7.0 by @AnthonyMichaelTDM in #339
- refactor: box OneOrMany::One variant, and other refactoring by @AnthonyMichaelTDM in #340
- feat: migrate to rodio v0.21.1 by @AnthonyMichaelTDM in #341
- feat: migrate to surrealdb v2.3.7 by @AnthonyMichaelTDM in #344
Full Changelog: v0.5.3...v0.5.4
mecomp-cli 0.5.4
Install mecomp-cli 0.5.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.4
| 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.4
Install mecomp-mpris 0.5.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.4
| 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.4
Install mecomp-tui 0.5.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.4
| 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.4
Install mecomp-daemon 0.5.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.4
| File | Platform | Checksum |
|---|---|---|
| mecomp-daemon-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| [mecomp-daemon-x86_64-apple-darwin.tar.xz](https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.4/mecomp-daemon-x86_64-app... |
v0.5.3
mecomp-cli 0.5.3
Install mecomp-cli 0.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.3
| 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.3
Install mecomp-mpris 0.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.3
| 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.3
Install mecomp-tui 0.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.3
| 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.3
Install mecomp-daemon 0.5.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.3/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.3
| 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](https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v... |
v0.5.2
mecomp-cli 0.5.2
Install mecomp-cli 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.2
| 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.2
Install mecomp-mpris 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.2
| 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.2
Install mecomp-tui 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.2
| 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.2
Install mecomp-daemon 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.2/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.2
| 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](https://github.com/AnthonyMichaelTDM/mecomp/releases/downloa... |
v0.5.1
What's Changed
v0.5.0 had a bug that caused some packages to fail to be deployed to crates.io, this release fixes that issue and another one I found on the way
- hotfix(storage): fix failing release by @AnthonyMichaelTDM in #326
- fix(storage):
merge_with_songwas skipping the album field by @AnthonyMichaelTDM in #327
Full Changelog: v0.5.0...v0.5.1
mecomp-cli 0.5.1
Install mecomp-cli 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-cli-installer.ps1 | iex"Download mecomp-cli 0.5.1
| 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.1
Install mecomp-mpris 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-mpris-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-mpris-installer.ps1 | iex"Download mecomp-mpris 0.5.1
| 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.1
Install mecomp-tui 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-tui-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-tui-installer.ps1 | iex"Download mecomp-tui 0.5.1
| 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.1
Install mecomp-daemon 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-daemon-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.1/mecomp-daemon-installer.ps1 | iex"Download mecomp-daemon 0.5.1
| 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](https://github.... |
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](https://github.com/AnthonyMichaelTDM/mecomp/releases/download/v0.5.0... |