version 1.0.1 #31
@ -5,7 +5,11 @@ 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).
|
||||||
|
|
||||||
## [Unreleased]
|
## 1.0.1
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Summon macro now spawns tokens with prototype token's actual dimensions
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
|
|||||||
@ -58,7 +58,6 @@ async function doWork (summonData, token) {
|
|||||||
duplicates: summonData.number,
|
duplicates: summonData.number,
|
||||||
comparisonKeys: { ActiveEffect: 'label' },
|
comparisonKeys: { ActiveEffect: 'label' },
|
||||||
crosshairs: {
|
crosshairs: {
|
||||||
size: 1,
|
|
||||||
icon: summonData.icon,
|
icon: summonData.icon,
|
||||||
label: `Summon ${summonData.actorName}`,
|
label: `Summon ${summonData.actorName}`,
|
||||||
drawOutline: false,
|
drawOutline: false,
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"name": "SWADE Helpers (MB)",
|
"name": "SWADE Helpers (MB)",
|
||||||
"title": "SWADE Helpers (MB)",
|
"title": "SWADE Helpers (MB)",
|
||||||
"description": "Mike's collection of swade helpers",
|
"description": "Mike's collection of swade helpers",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Mike"
|
"name": "Mike"
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user