Skip to content

Releases: nicojeske/mousewheel-image-zoom

1.0.23

06 Apr 19:46
b56abcd
Compare
Choose a tag to compare

Features

  • ✨ Add warning notice for Ctrl key conflict with canvas resizing for existing users of Ctrl (Nico Jeske)

Bug Fixes

  • 🐛 Ignore keydown event for canvas mode when resizing is disabled (Nico Jeske)
  • 🐛 Add blur event handler to re-enable scrolling when switching windows (Nico Jeske)
  • 🐛 Do not attempt to use image attributes for markdown links (Nico Jeske)

Code Refactoring

  • ♻️ Use recommended way to modify file text (Nico Jeske)
  • ♻️ Enable canvas as default but show warning in settings page (Nico Jeske)
  • ♻️ Separate frontmatter and body in file processing (Nico Jeske)

Chores

Commits

  • 3d2cb81: Add an option to resize nodes on the canvas (Mideks) #50
  • 11a8caf: Fixed typo (Mideks) #50

1.0.22

22 Mar 02:03
9bc4b31
Compare
Choose a tag to compare

Features

  • ✨ Implement zooming functionality for all canvas nodes (@Mideks) #48

Bug Fixes

Code Refactoring

Chores

1.0.21

27 Feb 18:33
4811a2d
Compare
Choose a tag to compare

Bug Fixes

  • 🐛 Fixed new event registration according to obsidian documentation (Mideks) #45
  • 🐛 Remove ; in function parameter #45 (Nico Jeske)

Chores

  • 🔖 Bump to version 1.0.21 (Nico Jeske)
  • 🔇 Delete feature test logging (Mideks) #46

Commits

1.0.20

26 Feb 21:09
2524f23
Compare
Choose a tag to compare

Features

  • ✨ Improve image name parsing #41 (Nico Jeske)
  • ✨ Add support for the right side modifier keys #42 (Nico Jeske)
  • ✨ Allow horizontal scrolling when Shift is the trigger key. #43 (Nico Jeske)
  • ✨ Add support for local files #41 (Mideks)
  • ✨ Scaling now works correctly in the new windows #40 (Mideks)

Bug Fixes

  • 🐛 Show correct value for initial size in settings #44 (Nico Jeske)
  • 🐛 Fix zoom for excalidraw images (#28) #39 (Mideks)

Code Refactoring

Chores

1.0.19

02 Jul 18:10
1bacee3
Compare
Choose a tag to compare

Features

Builds

1.0.18

07 May 16:19
1fb600d
Compare
Choose a tag to compare

Features

Builds

1.0.17

19 Apr 11:54
Compare
Choose a tag to compare

Commits

  • 9aa7475: add a feature that plugin will use min value of image original width or user setting init witdh. (lijiawei1) #24
  • ef0ba6e: bump version (Nico Jeske)

1.0.16

09 Mar 20:06
4f22f07
Compare
Choose a tag to compare

Commits

  • dc600a8: Handle images in folders (Nico Jeske) fixes #22
  • 0596371: Refactor (Nico Jeske)
  • 4f22f07: Increase version to 1.0.16 (Nico Jeske)

1.0.15

01 Mar 05:13
58f4626
Compare
Choose a tag to compare

Commits

  • 58f4626: Fix matching bug of jpeg and other images closes #22

1.0.14

26 Feb 03:54
2a995b4
Compare
Choose a tag to compare

Commits

  • 134d68b: Fix and re-enable zoom for excalidraw diagram (Chien-Yu Lin) #19
  • d432a00: Refactor and add tests (Nico Jeske)
  • 2586fc9: Add support for markdown style links (Nico Jeske)
  • 670ef6d: Use relative path for util module (Nico Jeske)
  • 2a995b4: Update version number (Nico Jeske)