From 972f42dee7d4a8da580660831b469e84c20650f0 Mon Sep 17 00:00:00 2001 From: itamar Date: Sun, 22 Oct 2023 23:53:03 +0300 Subject: [PATCH] v1.8.0 --- Changelog.md | 9 ++++++++- module.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 54af8de..0d53ac6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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") @@ -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 diff --git a/module.json b/module.json index dae786c..d42f3a2 100644 --- a/module.json +++ b/module.json @@ -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" @@ -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" } } ],