v1.1.1
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
.nmconnectionfile directly instead of usingnmcli 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 raspimidihubOr use the new Software Update button in Settings (requires internet).
Full changelog: docs/CHANGELOG.md