Skip to content

Commit

Permalink
updated module in preparation for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Ludington authored and Greg Ludington committed Oct 16, 2020
1 parent ffcfd8a commit 70fca01
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.8]
- Added ConditionalVisibility.setCondition, hide, and unhide methods for macros and scripts to use
- Added an auto-hide off of stealth rolls in 5e. (BetterRolls5e not supported - see README)

## [0.0.7]
- Add initial support for Pathfinder 2e, using the system stock Invisible token

Expand All @@ -20,4 +24,4 @@
- Initial commit with Invisible, Obscured, and Devil's Sight

## [Known Issues]
- Does not work with systems that use their own Conditions mechanism, e.g. Pathfinder 2e
- Auto-hiding on stealth does not work with BetterRolls5e
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

[Installation](#Installation)

[Module Manifest](https://github.com/gludington/conditional-visibility/releases/download/v0.0.6/module.json)
[Module Manifest](https://github.com/gludington/conditional-visibility/releases/download/v0.0.8/module.json)

[Changelog](https://raw.githubusercontent.com/gludington/conditional-visibility/master/CHANGELOG.md)
[Changelog](https://github.com/gludington/conditional-visibility/blob/master/CHANGELOG.md)

Invisible Stalkers should only be seen by players that have cast See Invisibility. Stealthy Goblins should only be seen by players with high perception.
And when that Drow casts Darkness, players should need Devil's Sight to see any tokens inside.
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "conditional-visibility",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"scripts": {
"package": "gulp package",
Expand Down
2 changes: 1 addition & 1 deletion src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "conditional-visibility",
"title": "Conditional Visibility",
"description": "Hide tokens from some players, but not others, based on the senses the players have. Uses unknown, newspaper, and foggy icons made by <a href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\">Freepik</a>, from <a href=\"https://www.flaticon.com/\" title=\"Flaticon\"> www.flaticon.com</a>. Moon icon made by <a href=\"https://www.flaticon.com/authors/iconixar\" title=\"iconixar\">iconixar</a> from <a href=\"https://www.flaticon.com/\" title=\"Flaticon\"> www.flaticon.com</a>",
"version": "0.0.7",
"version": "0.0.8",
"author": "Greg Ludington",
"scripts": [],
"esmodules": ["conditional-visibility.js"],
Expand Down

0 comments on commit 70fca01

Please sign in to comment.