diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db1e53..c48e35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,19 @@ All notable changes to this project will be documented in this file. The format is 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). +## [2.3.4] 2024-01-29 + +### Added + +- Added additional vision mode: blindsense + +### Changed + +- Changed setTokenVison module to detect blindsense + ## [2.3.3] 2024-01-28 -## Added +### Added - Added mutagen action diff --git a/module.json b/module.json index 006affe..5fbc0f2 100644 --- a/module.json +++ b/module.json @@ -1,139 +1,139 @@ -{ - "id": "swade-mb-helpers", - "title": "SWADE Helpers (MB)", - "description": "Mike's collection of swade helpers", - "version": "2.3.3", - "authors": [ - { - "name": "Mike" - } - ], - "compatibility": { - "minimum": "11", - "verified": "11" - }, - "esmodules": [ - "scripts/module.js" - ], - "socket": true, - "packs": [ - { - "name": "module-docs", - "label": "SWADE MB Helpers Documentation", - "path": "packs/module-docs", - "type": "JournalEntry", - "system": "swade", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "name": "helper-macros", - "label": "SWADE MB Helper Macros", - "path": "packs/helper-macros", - "type": "Macro", - "system": "swade", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "name": "Common Actions", - "label": "SWADE MB Common Actions", - "path": "packs/common-actions", - "type": "Item", - "system": "swade", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "name": "helper-actors", - "label": "SWADE MB Helper Actors", - "path": "packs/helper-actors", - "type": "Actor", - "system": "swade", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "name": "swade-mb-gear", - "label": "SWADE MB Gear", - "path": "packs/gear", - "type": "Item", - "system": "swade", - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - } - ], - "packFolders": [ - { - "name": "Swade MB Helpers", - "sorting": "m", - "color": "#008080", - "folders": [], - "packs": [ - "module-docs", - "helper-macros", - "helper-actors", - "Common Actions", - "swade-mb-gear" - ] - } - ], - "relationships": { - "systems": [ - { - "id": "swade", - "type": "system", - "manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json", - "compatibility": { - "verified": "2.2.5" - } - } - ], - "requires": [ - { - "id": "warpgate", - "type": "module", - "manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json", - "compatibility": { - "verified": "1.16.2" - } - }, - { - "id": "socketlib", - "type": "module", - "compatibility": {} - } - ], - "recommends": [ - { - "id": "token-variants", - "type": "module", - "compatibility": {} - }, - { - "id": "torch", - "type": "module", - "compatibility": {} - }, - { - "id": "JB2A_DnD5e", - "type": "module" - } - ] - }, - "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", - "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", - "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip", - "license": "./LICENSE", - "readme": "./README.md" -} +{ + "id": "swade-mb-helpers", + "title": "SWADE Helpers (MB)", + "version": "2.3.4", + "description": "Mike's collection of swade helpers", + "authors": [ + { + "name": "Mike" + } + ], + "compatibility": { + "minimum": "11", + "verified": "11" + }, + "esmodules": [ + "scripts/module.js" + ], + "socket": true, + "packs": [ + { + "name": "module-docs", + "label": "SWADE MB Helpers Documentation", + "path": "packs/module-docs", + "type": "JournalEntry", + "system": "swade", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + }, + { + "name": "helper-macros", + "label": "SWADE MB Helper Macros", + "path": "packs/helper-macros", + "type": "Macro", + "system": "swade", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + }, + { + "name": "Common Actions", + "label": "SWADE MB Common Actions", + "path": "packs/common-actions", + "type": "Item", + "system": "swade", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + }, + { + "name": "helper-actors", + "label": "SWADE MB Helper Actors", + "path": "packs/helper-actors", + "type": "Actor", + "system": "swade", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + }, + { + "name": "swade-mb-gear", + "label": "SWADE MB Gear", + "path": "packs/gear", + "type": "Item", + "system": "swade", + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } + } + ], + "packFolders": [ + { + "name": "Swade MB Helpers", + "sorting": "m", + "color": "#008080", + "folders": [], + "packs": [ + "module-docs", + "helper-macros", + "helper-actors", + "Common Actions", + "swade-mb-gear" + ] + } + ], + "relationships": { + "systems": [ + { + "id": "swade", + "type": "system", + "manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json", + "compatibility": { + "verified": "2.2.5" + } + } + ], + "requires": [ + { + "id": "warpgate", + "type": "module", + "manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json", + "compatibility": { + "verified": "1.16.2" + } + }, + { + "id": "socketlib", + "type": "module", + "compatibility": {} + } + ], + "recommends": [ + { + "id": "token-variants", + "type": "module", + "compatibility": {} + }, + { + "id": "torch", + "type": "module", + "compatibility": {} + }, + { + "id": "JB2A_DnD5e", + "type": "module" + } + ] + }, + "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", + "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", + "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip", + "license": "./LICENSE", + "readme": "./README.md" +}