Skip to content

Commit

Permalink
6.0.1 Release (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagusti authored Oct 12, 2022
1 parent bf657d9 commit 1912fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ All notable changes to this project will be documented in this file. The format

## Unreleased
See [Issue Backlog](../../issues) and [Roadmap](../../milestones).
* *Added* headline features (with wiki links) to README to make it easier for users to get an overview of what's available in the Toolkit suite. [`2da77fa`](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/commit/2da77fa27c40ce9f93d5234ba519b25da0df5e55)
* *Added* advice about replacing macro hotbar shortcuts to avoid compatibility issues.

## [Version 6.0.1](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/6.0.1) (2022-10-13)
* *Changed* **minimum compatibility requirements** to Foundry VTT v10.288 and WFRP4e 6.1.4.
* *Added* headline features (with wiki links) to README to make it easier for users to get an overview of what's available in the Toolkit suite. [`2da77fa`](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/commit/2da77fa27c40ce9f93d5234ba519b25da0df5e55) [#178](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/178) [#197](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/197)
* *Added* advice about replacing macro hotbar shortcuts to avoid compatibility issues. [#181](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/181)
* *Fixed* issue where Launch Damage Console was not translated in Toolkit Maintenance dialog. [#177](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/177)
* *Fixed* issue where Toolkit Maintenance would not show compendium versions of macros. [#176](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/176)
* *Fixed* issue where the game would not be paused for connected players when the GM ran the Session Turnover macro. [#182](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/182)
* *Added* Polish localization. Thanks [@twisniowski](https://github.com/twisniowski) and [@silentmark](https://github.com/silentmark)! [#188](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/188)
* *Fixed* error when applying damage or making ranged attacks outside of combat when using group advantage. Thanks [@silentmark](https://github.com/silentmark)! [`a186651`](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/188/commits/a186651)
* *Added* version and download stat shields to README, to make it easy to see key install data for users and repo owners. [#190](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/190)
* *Fixed* module setting for Spectator notifications to *not* be suppressed by default. Unassigned characters were still being overlooked when experiencing issues with some macros that require an assigned actor. [#192](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/192)
* *Fixed* issue where the Add Advantage macro be capped when using Group Advantage. [#194](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/194)
* *Fixed* issue where the Add Advantage macro would be capped when using Group Advantage. [#194](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/194)
* *Added* welcome message and invitation to feedback that is shown to GMs when updating or first installing the module. The message is saved in the chat log and confirms the installed version, links to release notes and provides quick access buttons to update macro and table content. [#196](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/196)

## [Version 6.0.0](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/6.0.0) (2022-09-06)
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Utilities for WFRP4e GMs",
"version": "6.0.0",
"compatibility": {
"minimum": "10.284",
"verified": "10.284",
"minimum": "10.288",
"verified": "10.288",
"maximum": 10
},
"authors": [
Expand All @@ -21,8 +21,8 @@
"id": "wfrp4e",
"type": "system",
"compatibility": {
"minimum": "6.1.2",
"verified": "6.1.2",
"minimum": "6.1.4",
"verified": "6.1.4",
"maximum": "6.x"
}
}
Expand Down

0 comments on commit 1912fb6

Please sign in to comment.