From c9cc258d846277c6bc60165b8d4833f1d31237ea Mon Sep 17 00:00:00 2001 From: Aioros Date: Tue, 20 Aug 2024 09:08:31 -0400 Subject: [PATCH] 2.2.8 --- README.md | 5 +++++ module.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf6c61b..b59df0e 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,11 @@ when those features are locked in "Lock View". ### Changelog +- **2.2.8:** Added zoom/pan gesture sensitivity calibration in the settings +- **2.2.0:** Added two-finger scrolling gesture in all application windows +- **2.1.0:** Added scroll support for directories with draggable items +- **2.0.7:** Added support for placing and rotating pre-made Measured Templates +- **2.0.3:** Added settings to enable/disable core functionality, and GM overrides for client settings - **2.0.1:** Added initial support for drag and drop - **2.0.0:** Large rework based on PointerEvents - **1.12.1:** Added option to disable pan/zoom gestures, added play/pause button, added Token eraser tool diff --git a/module.json b/module.json index ee666ba..9129f35 100644 --- a/module.json +++ b/module.json @@ -13,7 +13,7 @@ "discord": "MrAioros" } ], - "version": "2.2.7", + "version": "2.2.8", "compatibility": { "minimum": "11", "verified": "12.331" @@ -37,7 +37,7 @@ } ], "url": "https://github.com/Oromis/touch-vtt", - "download": "https://github.com/Oromis/touch-vtt/releases/download/v2.2.7/touch-vtt-v2.2.7.zip", + "download": "https://github.com/Oromis/touch-vtt/releases/download/v2.2.8/touch-vtt-v2.2.8.zip", "manifest": "https://raw.githubusercontent.com/Oromis/touch-vtt/main/module.json", "license": "https://www.gnu.org/licenses/gpl-3.0.en.html", "readme": "README.md", diff --git a/package.json b/package.json index 38dd152..3821358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touch-vtt", - "version": "2.2.7", + "version": "2.2.8", "description": "Adds touch support to FoundryVTT", "main": "src/touch-vtt.js", "scripts": {