Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shemetz committed Oct 22, 2023
1 parent 5c71319 commit 972f42d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is loosely 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).

## [1.8.0] - 2023-10-22
- Added affliction badges (Stage 1 by default) and will rely on stage 1 duration (rather than Maximum Duration)
- Stopped creating chat messages for expired effects in combat (until now this happened in start of initiative which was bad) (#29)
- Changed affliction effects (things with "Maximum Duration") to expire at end of turn rather than the default of start of turn (#29)
- Added extemporability to Recharge Breath Weapon rolls (#28)

## [1.7.4] - 2023-10-04
- Fixed error with certain effects that should last a day ("daily preparations")

Expand Down Expand Up @@ -98,4 +104,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.7.2]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.7.1...1.7.2
[1.7.3]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.7.2...1.7.3
[1.7.4]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.7.3...1.7.4
[Unreleased]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.7.4...HEAD
[1.8.0]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.7.4...1.8.0
[Unreleased]: https://github.com/shemetz/pf2e-extempore-effects/compare/1.8.0...HEAD
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pf2e-extempore-effects",
"title": "pf2E Extempore Effects",
"description": "Allows creating temporary Effects from chat messages, to easily mark tokens as affected by a spell/action/item that doesn't normally have embedded effects.",
"version": "1.7.4",
"version": "1.8.0",
"compatibility": {
"minimum": "10",
"verified": "11"
Expand Down Expand Up @@ -50,7 +50,7 @@
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.7.4",
"verified": "5.0.0"
"verified": "5.7.2"
}
}
],
Expand Down

0 comments on commit 972f42d

Please sign in to comment.