github musicbeeremote/mbrc-plugin v1.5.0-beta.2

pre-release3 hours ago

See the CHANGELOG for details.

MusicBee Microsoft Store version

If you are using the Microsoft Store version of MusicBee, install the plugin using the zip file.

Go to MusicBee -> Edit -> Preferences -> Plugins and use the "Add Plugin" button to install directly from the zip file.

Verify integrity

To verify the downloaded file integrity you can use Windows PowerShell:

cd Downloads
Get-FileHash -Path .\musicbee_remote_1.5.0-beta.2.exe -Algorithm SHA512

Ensure that the Hash matches the one in the corresponding .sha512 file.

Verify authenticity

A hash only proves the download was not corrupted. To prove the files came
from this project, verify a signature.

manifest.json lists the SHA512 of every published artifact and is signed
with the project's release key. This is what the plugin's own updater checks
automatically; the key is built into the plugin, so it needs nothing extra.

To check it yourself, easiest first:

With the GitHub CLI (already installed for many, winget install GitHub.cli):

gh attestation verify musicbee_remote_1.5.0-beta.2.zip --repo musicbeeremote/mbrc-plugin

With minisign, which also works
fully offline (winget install jedisct1.minisign):

minisign -Vm manifest.json -P RWSvA74oRp/zMFdIdbo3fPVjT4DPO7jaZPOwKY/ca0Oa9j+SeKbMbRq5

then check that the sha512 values in manifest.json match the files you
downloaded. All release public keys are committed at
packages/mbrc-release/keys/.

What's Changed

  • fix(plugin): refresh the reachable-at row after a port change by @kelsos in #172
  • chore(plugin): clear the two actionable analyzer warnings by @kelsos in #173
  • feat(diagnostics): capture a problem into one attachable file by @kelsos in #174
  • fix(plugin): stop the settings window freezing MusicBee by @kelsos in #175

Full Changelog: v1.5.0-beta.1...v1.5.0-beta.2

Don't miss a new mbrc-plugin release

NewReleases is sending notifications on new releases.