Skip to content

Releases: groundfic/image-peek

0.5.4

12 Jun 20:17
0301b58

Choose a tag to compare

Fixed

  • Remove all fetch usage (addresses automated review): vault images are now read through the official Vault API (more reliable on mobile), external images use requestUrl, and data URIs are decoded directly

0.5.3

12 Jun 19:59
6e3ca16

Choose a tag to compare

Fixed

  • Address all automated review findings: use setCssStyles for dynamic styles, activeDocument for popout window compatibility, requestUrl for network requests, and fully typed internal API access
  • Respect the system "reduce motion" preference (open/close animations are skipped)
  • Copying external images is now more reliable (no longer subject to CORS restrictions)

0.5.2

12 Jun 16:03
77011f2

Choose a tag to compare

Fixed

  • Arrow keys no longer move Canvas nodes while the image preview is open. The preview now claims keyboard focus through Obsidian's keymap scope (the same mechanism modals use), so Left/Right navigate images only, and Space/Esc close the preview without side effects.

0.5.1

12 Jun 15:09
24a5b01

Choose a tag to compare

Initial public release