version 1.0.1 #31

Merged
mike merged 2 commits from develop into main 2023-03-07 20:31:30 +00:00
3 changed files with 19 additions and 16 deletions
Showing only changes of commit a2caee3a5b - Show all commits

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Summon macro now spawns tokens with prototype token's actual dimensions
## 1.0.0
### Added

View File

@ -58,7 +58,6 @@ async function doWork (summonData, token) {
duplicates: summonData.number,
comparisonKeys: { ActiveEffect: 'label' },
crosshairs: {
size: 1,
icon: summonData.icon,
label: `Summon ${summonData.actorName}`,
drawOutline: false,

File diff suppressed because one or more lines are too long