Skip to content

v0.3.48

Choose a tag to compare

@github-actions github-actions released this 30 Aug 10:43
· 11 commits to main since this release
feat(ui): add mouse-wheel zoom, default image saves to Pictures folder

Both requested on GitHub Issue #27 (Tony/IK1HGI):

- Mouse-wheel zoom on the METEOR image preview, installed as an
  eventFilter on the image label (not QScrollArea's own wheelEvent) so
  it's caught before the default wheel-scroll behavior. An explicit
  zoom level overrides the Fit mode until a Fit menu item is picked
  again or a different image is shown, at which point it resets.

- "Save Image As..." now defaults to the selected reception's own
  folder under ~/Pictures/fbsat59_meteor/ instead of the Desktop, so a
  saved image lands alongside the rest of that pass's SatDump output.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>