Skip to content

Commit

Permalink
Release Notes 4.2.6 (foundryvtt#4450)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Oct 12, 2022
1 parent c3ece16 commit 2a37574
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Version 4.2.6

### Bugfixes
* (stwlam) Fix aura colors getting inverted
* (stwlam) Accommodate macros ending with single-line comments
* (stwlam) Restore setting self:condition roll options
* (stwlam) Refrain from highlighting measured templates invisible to players
* (stwlam) Fix issue causing some auras to fall behind in rendering
* (Supe) Fix double weak/elite adjustments on statistic rolls
* (Supe) Fix issue preventing modifier adjustments from applying via spellcasting attack and DC selectors

### Data Updates
* (dogstarrb) Add missing automation to Inventor Weapon Mastery
* (MySurvive) Remove some unnecessary labels from REs on equipment
* (redeux1) Updated Iconics/Pregens to use action-based Heal/Harm spell
* (Tikael) Fix rule elements on Elemental Assault effect


## Version 4.2.5

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "foundry-pf2e",
"version": "4.2.5",
"version": "4.2.6",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"license": "./LICENSE",
"version": "4.2.5",
"version": "4.2.6",
"compatibility": {
"minimum": "10.286",
"verified": "10.287",
"verified": "10.288",
"maximum": "10"
},
"authors": [
Expand Down

0 comments on commit 2a37574

Please sign in to comment.