Skip to content

Releases: johansan/pixel-perfect-image

1.0.25

19 Mar 16:43

Choose a tag to compare

Fixed

  • Fixed duplicate context menus on images in Obsidian 1.12 and later.
  • Fixed local file actions opening the wrong image when multiple folders contain the same filename.
  • Fixed so that clicks in plugin windows no longer trigger Pixel Perfect Image actions.

1.0.24

07 Jan 09:58

Choose a tag to compare

New

  • External images can now be copied to the clipboard.
  • External images can now be resized like local images.

Improved

  • Finally fixed image resizing on mobile trackpads! 🎉 Give it a go and let me know if it works for you!

1.0.23

17 Dec 13:20

Choose a tag to compare

New

  • SVG Support. You can now resize SVG images like any other image. Copying SVG images is not supported since Obsidian clipboard only supports bitmap images.

Improved

  • Settings now support the new SettingGroup API in Obsidian 1.11 and later. Settings groups are now clearly outlined.

1.0.22

11 Oct 16:29

Choose a tag to compare

New

  • You can now copy external images to clipboard. See #28
  • New menu options: Open to the right, and Open in new window to complement Open in new tab. See #23

Fixed

  • Pixel perfect image menu is now only shown in markdown documents, not canvas documents. See #29

1.0.21

30 Aug 12:41

Choose a tag to compare

Upgraded to latest obsidian@1.8.7 package

1.0.20

30 Aug 12:26

Choose a tag to compare

Minimum Obsidian version is now 1.8.0 for language translations to work

1.0.19

30 Aug 11:12

Choose a tag to compare

Pixel Perfect Image is now localized and speaks your language!

🇬🇧 English: Pixel Perfect
🇩🇪 Deutsch: Pixelgenau
🇪🇸 Español: Píxel Perfecto
🇫🇷 Français: Pixel Parfait
🇯🇵 日本語: ピクセルパーフェクト
🇨🇳 中文: 像素完美

Also reorganized the source code and moved to a service based architecture.

1.0.18

29 Aug 10:16

Choose a tag to compare

Plugin will no longer show full menu for external images. Only "Copy image URL" will be visible for external images.

Also migrated from ESLINT 8 to ESLINT 9 and added support for the official eslint-plugin-obsidianmd in the build chain. Plugin now builds with 0 errors 0 warnings with extensive verifications.

1.0.17

25 Jul 20:58

Choose a tag to compare

FIXED

Fixed an issue where the right-click context menu would only show in reading mode but not in edit mode in recent Obsidian versions.

Recent Obsidian versions changed how context menu events are handled in edit mode; fixed by using capture mode for event listeners to ensure our menu appears before Obsidian's default handling.

1.0.16

08 Jul 19:28

Choose a tag to compare

Improvements

  • Resize options can now be fully customizable! For example 25%, 50%, 100%, 600px
  • Added "Do nothing" as option for CMD/CTRL + click, if you want other plugins to handle it