Skip to content

v0.6.1

Choose a tag to compare

@parisek parisek released this 22 Jun 13:34
03dca42

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

  • #53 — fix(preview): fit-to-bounds scaling for fixed-height presets
  • #54 — chore(release): 0.6.1

Full Changelog: v0.6.0...v0.6.1