Skip to content

Commit

Permalink
0.9.4.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagusti committed Aug 1, 2022
1 parent 4679c58 commit 747d273
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ All notable changes to this project will be documented in this file. The format

## Unreleased
See [Issue Backlog](../../issues) and [Roadmap](../../milestones).

## [Version 0.9.4.3](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/v0.9.4.3) (2022-08-01)
- *Fixed* issue where players would see permission errors during advantage updates on other users' actors. [#150](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/150)
- *Added* new option to set 'party' (player-assigned: default) or 'company' (player-owned) actors as default group type for Session Turnover macros. [#151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)
- The Reset Fortune and Add XP macros use the Session Turnover Default Group Selection option.
- *Added* new option to set `party` (player-assigned: default) or `company` (player-owned) actors as default group type for **Session Turnover** macros. [#151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)
- The **Reset Fortune** and **Add XP** macros use the Session Turnover Default Group Selection option.
- Actors who are not character type, but are player-owned (ie, NPC, vehicle and creature type actors) are ignored whe processing Session Turnover macros.
- *Added* new option to set 'party' (player-assigned: default) or 'company' (player-owned) actors as default group type for Dark Whispers macros. [#151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)
- When using 'company' as the default group, it is possible to select unassigned players. In this case, no whisper is sent unless the 'Send to player owners' option is selected in the Send Dark Whispers dialog.
- *Added* new localisation keys to support additional dialog and settings options for default group selections. #151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)
- *Added* new option to set `party` (player-assigned: default) or `company` (player-owned) actors as default group type for **Send Dark Whispers** macros. [#151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)
- When using `company` as the default group, it is possible to select unassigned players. In this case, no whisper is sent unless the 'Send to player owners' option is selected in the Send Dark Whispers dialog.
- *Added* new localisation keys to support additional dialog and settings options for default group selections. [#151](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/151)

## [Version 0.9.4.2](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/v0.9.4.2) (2022-07-29)
- *Added* localization improvements for Condition Check and Secret Group Test macros. (Thanks @Txus5012!) [[#141](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/141)]
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wfrp4e-gm-toolkit",
"title": "GM Toolkit (WFRP4e)",
"description": "Utilities for WFRP4e GMs",
"version": "0.9.4.2",
"version": "0.9.4.3",
"minCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "Jagusti",
Expand Down Expand Up @@ -60,7 +60,7 @@
"socket": "true",
"url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit",
"manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json",
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/v0.9.4.2/wfrp4e-gm-toolkit.zip",
"download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/v0.9.4.3/wfrp4e-gm-toolkit.zip",
"bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues",
"changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases",
"readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki",
Expand Down

0 comments on commit 747d273

Please sign in to comment.