Glacier EQ v0.2.0
Automated Glacier EQ build. See assets below for installers.
Changelog since v0.1.9
UI Redesign & Mobile Optimization
- Separated mobile layout, aligning app bar, card styling, and touch targets with Android HIG.
- Stacked Measurements and Targets vertically in Curves tab (panel too narrow for side-by-side).
- Stacked mobile profiles card vertically instead of side-by-side grid, enlarged mobile profiles list row touch targets to 48px, made save button icon-only on mobile to prevent truncation.
- Displayed graph card on Profiles and Settings tabs to utilize vertical screen space.
- Resolved desktop UI issues: centered legend at top, hid mobile toolbar on desktop.
- Enlarged mobile theme dropdown width, improved settings menu touch targets and layout for mobile/Android.
- Replaced hardcoded border-radius with design system radius tokens to preserve sharp border aesthetic.
Curves & Import Unification (Measurements and Target Curves)
- Merged Targets and Measurement Traces on desktop layout, unifying curves selection UI.
- Merged Targets and Measurement Traces into a unified card on mobile Tuning tab.
- Unified styling for Measurement Traces and Target Curves list selectors.
- Unified curves import triggers and moved online database cache/search to Settings tab.
- Removed Paste Trace button (file-based import only).
- Moved Traces & Targets into desktop ToolsPanel as a Curves tab.
- Shortened CurvesTab button labels, clamped legend to graph width.
- Audited and improved graph legend, added mobile collapsible toggle dropdown.
AutoEQ Improvements
- Automatically resolved source and target selection from visible graph traces, simplifying the UI.
- Formatted auto profile names as
Model @ Targetwith fallbacks to prevent empty strings on custom entries.
Profiles Management
- Merged profile search and name into a single smart input with
New/Overwritebadge. - Profiling selection clears search so the full list stays visible, badge only appears when typing a custom name.
UX, Platform, & Scrolling Fixes
- Fixed tools panel desktop scrolling and optimized layout space usage.
- Hid profile folder shortcut on Android.
Dependencies & CI/CD
- Switched to GitHub Actions Pages deployment, and retried flaky Pages deployments.
- Applied lean optimizations and eliminated redundant dependencies.
- Upgraded dependencies:
tauri(cargo group),npm-dependenciesgroup, andtauri-apps/tauri-actionto v1.
Full Changelog: v0.1.9...v0.2.0