September 15th, 2025

Version 1.15.0

✨ New Features

- Navigation Consistency Overhaul - Standardized all navigation breadcrumbs across the application. All synth flows now use Explore > Synth Management pattern, simplified patch navigation to Home > Patches > [Patch Name] structure for both new and existing patches, and replaced all deprecated /synths references with /explore throughout the app.

- Asset Upload System Enhancements - Comprehensive improvements to synth wizard asset management

  • LED/TouchPad/Button components automatically suggest matching -active/-pressed assets

  • Enhanced filename parsing

  • Cleaned up component asset selections

πŸ› Bug Fixes

- Thumbnail Database Storage - Fixed API to handle both thumbnailImageUrl and thumbnailImage parameters, resolving missing thumbnails in assets tab

- Assets Tab Upload Errors - Fixed "Missing required fields" error when uploading missing assets by removing oldUrl requirement for empty strings

- Category Data Synchronization - Unified category systems between wizard (Step 1) and synth management editor to prevent data loss

- Asset Picker Aspect Ratios - Fixed "choose different asset" dropdowns from landscape to square for proper component asset display

πŸ›  Technical Improvements

- Console Log Cleanup - Removed cable rendering debug logs from UniversalSynthInterface for cleaner development experience