From 744a5465ac1e341cd64a98c420ec2eefcc5440e2 Mon Sep 17 00:00:00 2001 From: itamar Date: Thu, 20 Jun 2024 09:23:00 +0300 Subject: [PATCH] v1.14.2 --- Changelog.md | 6 +++++- module.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2a16c14..95a6762 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 @@ -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 diff --git a/module.json b/module.json index 08e6996..eae1455 100644 --- a/module.json +++ b/module.json @@ -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"