add changelog and version bump
This commit is contained in:
parent
8c7f7d2d1d
commit
3964e87982
12
CHANGELOG.md
12
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/),
|
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).
|
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
|
## [2.3.3] 2024-01-28
|
||||||
|
|
||||||
## Added
|
### Added
|
||||||
|
|
||||||
- Added mutagen action
|
- Added mutagen action
|
||||||
|
|
||||||
|
|||||||
278
module.json
278
module.json
@ -1,139 +1,139 @@
|
|||||||
{
|
{
|
||||||
"id": "swade-mb-helpers",
|
"id": "swade-mb-helpers",
|
||||||
"title": "SWADE Helpers (MB)",
|
"title": "SWADE Helpers (MB)",
|
||||||
"description": "Mike's collection of swade helpers",
|
"version": "2.3.4",
|
||||||
"version": "2.3.3",
|
"description": "Mike's collection of swade helpers",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Mike"
|
"name": "Mike"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "11"
|
"verified": "11"
|
||||||
},
|
},
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"scripts/module.js"
|
"scripts/module.js"
|
||||||
],
|
],
|
||||||
"socket": true,
|
"socket": true,
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "module-docs",
|
"name": "module-docs",
|
||||||
"label": "SWADE MB Helpers Documentation",
|
"label": "SWADE MB Helpers Documentation",
|
||||||
"path": "packs/module-docs",
|
"path": "packs/module-docs",
|
||||||
"type": "JournalEntry",
|
"type": "JournalEntry",
|
||||||
"system": "swade",
|
"system": "swade",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "helper-macros",
|
"name": "helper-macros",
|
||||||
"label": "SWADE MB Helper Macros",
|
"label": "SWADE MB Helper Macros",
|
||||||
"path": "packs/helper-macros",
|
"path": "packs/helper-macros",
|
||||||
"type": "Macro",
|
"type": "Macro",
|
||||||
"system": "swade",
|
"system": "swade",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Common Actions",
|
"name": "Common Actions",
|
||||||
"label": "SWADE MB Common Actions",
|
"label": "SWADE MB Common Actions",
|
||||||
"path": "packs/common-actions",
|
"path": "packs/common-actions",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
"system": "swade",
|
"system": "swade",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "helper-actors",
|
"name": "helper-actors",
|
||||||
"label": "SWADE MB Helper Actors",
|
"label": "SWADE MB Helper Actors",
|
||||||
"path": "packs/helper-actors",
|
"path": "packs/helper-actors",
|
||||||
"type": "Actor",
|
"type": "Actor",
|
||||||
"system": "swade",
|
"system": "swade",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "swade-mb-gear",
|
"name": "swade-mb-gear",
|
||||||
"label": "SWADE MB Gear",
|
"label": "SWADE MB Gear",
|
||||||
"path": "packs/gear",
|
"path": "packs/gear",
|
||||||
"type": "Item",
|
"type": "Item",
|
||||||
"system": "swade",
|
"system": "swade",
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"PLAYER": "OBSERVER",
|
"PLAYER": "OBSERVER",
|
||||||
"ASSISTANT": "OWNER"
|
"ASSISTANT": "OWNER"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packFolders": [
|
"packFolders": [
|
||||||
{
|
{
|
||||||
"name": "Swade MB Helpers",
|
"name": "Swade MB Helpers",
|
||||||
"sorting": "m",
|
"sorting": "m",
|
||||||
"color": "#008080",
|
"color": "#008080",
|
||||||
"folders": [],
|
"folders": [],
|
||||||
"packs": [
|
"packs": [
|
||||||
"module-docs",
|
"module-docs",
|
||||||
"helper-macros",
|
"helper-macros",
|
||||||
"helper-actors",
|
"helper-actors",
|
||||||
"Common Actions",
|
"Common Actions",
|
||||||
"swade-mb-gear"
|
"swade-mb-gear"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"systems": [
|
"systems": [
|
||||||
{
|
{
|
||||||
"id": "swade",
|
"id": "swade",
|
||||||
"type": "system",
|
"type": "system",
|
||||||
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
|
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"verified": "2.2.5"
|
"verified": "2.2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requires": [
|
"requires": [
|
||||||
{
|
{
|
||||||
"id": "warpgate",
|
"id": "warpgate",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
|
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"verified": "1.16.2"
|
"verified": "1.16.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "socketlib",
|
"id": "socketlib",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"compatibility": {}
|
"compatibility": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
"id": "token-variants",
|
"id": "token-variants",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"compatibility": {}
|
"compatibility": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "torch",
|
"id": "torch",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"compatibility": {}
|
"compatibility": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "JB2A_DnD5e",
|
"id": "JB2A_DnD5e",
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
|
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
|
||||||
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json",
|
"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",
|
"download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip",
|
||||||
"license": "./LICENSE",
|
"license": "./LICENSE",
|
||||||
"readme": "./README.md"
|
"readme": "./README.md"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user