Skip to content

Commit

Permalink
v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shemetz committed Jun 20, 2024
1 parent 554cc2f commit 744a546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.14.2] - 2024-06-20
- Fixed mid-click pan bug in v12 (#61)

## [1.14.1] - 2024-05-25
- Fixed compatibility with Foundry V12 (#60)
- Improved drag resistance consistency, which means pinging and panning while the cursor is over a token will be easier
Expand Down Expand Up @@ -127,4 +130,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.12.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.11.0...1.12.0
[1.13.0]: https://github.com/shemetz/ZoomPanOptions/compare/1.12.0...1.13.0
[1.14.1]: https://github.com/shemetz/ZoomPanOptions/compare/1.13.0...1.14.1
[Unreleased]: https://github.com/shemetz/ZoomPanOptions/compare/1.14.1...HEAD
[1.14.2]: https://github.com/shemetz/ZoomPanOptions/compare/1.14.1...1.14.2
[Unreleased]: https://github.com/shemetz/ZoomPanOptions/compare/1.14.2...HEAD
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "zoom-pan-options",
"title": "Zoom/Pan Options",
"description": "Adds cursor-based zoom, touchpad/scrollwheel zoom/pan support, and other options.",
"version": "1.14.1",
"version": "1.14.2",
"compatibility": {
"minimum": "12",
"verified": "12"
Expand Down

0 comments on commit 744a546

Please sign in to comment.