Releases: nicojeske/mousewheel-image-zoom
Releases · nicojeske/mousewheel-image-zoom
1.0.23
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
- 🔖 Update to version 1.0.23 (Nico Jeske)
Commits
1.0.22
Features
Bug Fixes
- 🐛 Workaround for horizontal scrolling #48 (Nico Jeske)
Code Refactoring
- 🏷️ Update typings #48 (Nico Jeske)
Chores
- 🔖 Update to version 1.0.22 #48 (Nico Jeske)
1.0.21
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
- 4811a2d: Merge branch 'master' of https://github.com/nicojeske/mousewheel-image-zoom (Nico Jeske)
1.0.20
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
- ♻️ Add strict typing for new functions #40 (Nico Jeske)
Chores
- ⬆️ Upgrade to latest obsidian type definitions #40 (Nico Jeske)
- 🔖 Release version 1.0.20 (Nico Jeske)