This commit is contained in:
Robin E.R. Davies
2026-06-18 08:06:07 -04:00
4 changed files with 687 additions and 977 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ New Features
- New system MIDI bindings for Next/Previous Snapshot. Provided by Fulgenzio Ruiz Rubio. - New system MIDI bindings for Next/Previous Snapshot. Provided by Fulgenzio Ruiz Rubio.
Minor Features: Minor Features:
- Alpha release of PiPedal build procedure for ARCH Linux. - Alpha release of PiPedal build procedure for ARCH Linux. Provided by Fulgenzio Ruiz Rubio.
- Fix compilation warnings/errors when compiling with GCC 16. - Fix compilation warnings/errors when compiling with GCC 16. Provided by Fulgenzio Ruiz Rubio.
- Better display names for ALSA USB audio devices in the UI. - Better display names for ALSA USB audio devices in the UI.
Bug fixes: Bug fixes:
+683 -973
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -34,14 +34,14 @@
"@eslint/js": "^9.19.0", "@eslint/js": "^9.19.0",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^6.0.2",
"eslint": "^9.19.0", "eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.14.0", "globals": "^15.14.0",
"typescript": "~5.7.2", "typescript": "~5.7.2",
"typescript-eslint": "^8.22.0", "typescript-eslint": "^8.22.0",
"vite": "^6.4.2", "vite": "^8.0.16",
"vite-plugin-svgr": "^4.3.0" "vite-plugin-svgr": "^4.3.0"
} }
} }