v0.6.1
What's Changed
Fixed
- Tall / rotated preset scaling. Device presets with a canonical height (including rotated ones — e.g. a rotated Desktop at 800×1280) overflowed the preview pane vertically and tucked their top edge under the toolbar where it couldn't be scrolled into view. Restored fit-to-bounds scaling:
zoom = min(1, availW/w, availH/h)for fixed-height presets, so the whole emulated device — top edge included — stays visible. Full / Custom (no canonical height) remain width-only; scaling only ever shrinks, never upscales. (#53)
Pull Requests
Full Changelog: v0.6.0...v0.6.1