Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Bump version, upgrade prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Apr 30, 2023
1 parent baa34ac commit 868678f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 27 deletions.
48 changes: 31 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,50 @@
# Changelog

## Version 0.2.2

- Fix handling of some edge cases with See Invisibility
- Work around upstream issue with observer permission tests

## Version 0.2.1
* Lock down token config only for PCs and NPCs
* Indicate verified compatibility with dnd5e 2.1.2

- Lock down token config only for PCs and NPCs
- Indicate verified compatibility with dnd5e 2.1.2

## Version 0.2.0
* Restrict Blindsight by total cover (movement restriction) instead of line of sight
* Rename Feel Tremor and See All modes to Tremorsense and Truesight
* Disable `TokenConfig` input fields that are managed by "Link Actor Senses" feature

- Restrict Blindsight by total cover (movement restriction) instead of line of sight
- Rename Feel Tremor and See All modes to Tremorsense and Truesight
- Disable `TokenConfig` input fields that are managed by "Link Actor Senses" feature

## Version 0.1.0
* Add echolocation as a detection mode
* Add devil's sight as a separate detection mode to visually distinguish it from See Invisibility
* Change See Invisibility to be unaffected by the blind status

- Add echolocation as a detection mode
- Add devil's sight as a separate detection mode to visually distinguish it from See Invisibility
- Change See Invisibility to be unaffected by the blind status

## Version 0.0.6
* Extend actor-sense link support to NPCs
* Handle Active Effect updates (in addition to creates/deletes)

- Extend actor-sense link support to NPCs
- Handle Active Effect updates (in addition to creates/deletes)

## Version 0.0.5
* Limit See Invisibility detection mode to areas of map that are actually seen (contributed by dev7355608)

- Limit See Invisibility detection mode to areas of map that are actually seen (contributed by dev7355608)

## Version 0.0.4
* Add support for blindsight and truesight
* Fiddle with darkvision contrast and brightness defaults
* Change default value of Link Actor Senses setting to true

- Add support for blindsight and truesight
- Fiddle with darkvision contrast and brightness defaults
- Change default value of Link Actor Senses setting to true

## Version 0.0.3
* Handle Devil's Sight with a new vision mode

- Handle Devil's Sight with a new vision mode

## Version 0.0.2
* Add a "Link Actor Senses" setting for automatic mode management

- Add a "Link Actor Senses" setting for automatic mode management

## Version 0.0.1
* First release, adding a modified darkvision mode

- First release, adding a modified darkvision mode
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": [
"script.js"
],
"version": "0.2.1",
"version": "0.2.2",
"compatibility": {
"minimum": "10",
"verified": "10.291"
Expand All @@ -23,7 +23,7 @@
"type": "system",
"compatibility": {
"minimum": "2.0.3",
"verified": "2.1.2"
"verified": "2.1.5"
}
}
]
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"homepage": "https://github.com/stwlam/adequate-vision#readme",
"private": true,
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.8"
}
}

0 comments on commit 868678f

Please sign in to comment.