Skip to content

v1.1.1

Choose a tag to compare

@wamdam wamdam released this 06 Apr 11:10
· 114 commits to main since this release

Fixes

  • Channel filtering actually works: Direct ALSA subscription was not removed when applying filters on startup, so MIDI bypassed the filter engine entirely.
  • WiFi client mode on read-only filesystem: Writes .nmconnection file directly instead of using nmcli wifi connect (which requires a writable filesystem for NM's keyfile plugin).
  • MIDI activity bar: No longer shows ALSA system events (port subscription notifications).

New

  • Software update UI: Check for new releases from GitHub, view changelog (collapsible), one-click download and install.
  • Redesigned WiFi settings: Single card with clear AP/client mode badge and contextual action buttons.
  • Offline-friendly: Update check shows "no internet" instead of raw error when Pi has no connectivity.

Install / Upgrade

wget https://github.com/wamdam/raspimidihub/releases/download/v1.1.1/raspimidihub_1.1.1-1_all.deb
sudo mount -o remount,rw /
sudo dpkg -i raspimidihub_1.1.1-1_all.deb
sudo mount -o remount,ro /
sudo systemctl restart raspimidihub

Or use the new Software Update button in Settings (requires internet).

Full changelog: docs/CHANGELOG.md