Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Aioros committed Aug 20, 2024
1 parent 3691505 commit c9cc258
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"discord": "MrAioros"
}
],
"version": "2.2.7",
"version": "2.2.8",
"compatibility": {
"minimum": "11",
"verified": "12.331"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c9cc258

Please sign in to comment.