Skip to content

Commit

Permalink
Release Notes 3.11.1 (foundryvtt#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jun 14, 2022
1 parent 3fb70ab commit 6a5a964
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog

## Version 3.11.1

### Bugfixes
* (stwlam) Fix failed import of repair action macro
* (stwlam) Restore functionality of several damage-related weapon traits
* (Supe) Handle aberrant price values on items
* (Supe) Show strike descriptions in new hazard sheet

## Version 3.11.0

### New Features
#### New Features
* (stwlam) Add support for throwing melee weapons with Thrown trait--currently the weapon isn't lost when thrown, pending accounting of mitigating abilities
* (stwlam) Add secret feature allowing one to generate [redacted] from [redacted] on NPCs
* (Supe) Add syntax highlighter and linter for Rule Element editing
* (Supe) Add new (in-testing) Hazard sheet

## Core System Improvements
### Core System Improvements
* (Anathema) Rework readme for official status and license info
* (Friz) Add logic to grey Inventory, Effect and Notes tabs for NPC if relative tab is empty
* (JDCalvert) Make the AdjustStrike rule element replace existing traits of the same type and lower value
Expand All @@ -21,14 +29,14 @@
* (Supe) Report offending item when rule element fails to build
* (kolontaev) Add additive modifier to the recovery rate from a night's rest

## Bugfixes
### Bugfixes
* (kolontaev) Fix bug causing check dialog to reset its roll-twice option under some circumstances
* (stwlam) Fix Rest for the Night procedure inadvertantly saving prepared PC data and causing various adverse effects
* (stwlam) Fix issue causing archetypes granting weapon proficiencies to interfere with some weapon damage effects (e.g., Archer Dedication and Gravity Weapon)
* (stwlam) Fix issue causing unlinked tokens to not re-render when receiving a token-light effect
* (stwlam) Prevent spell data from being wiped on item permission updates

## Data Updates
### Data Updates
* (Arthana) Add traits for feat & actions chat cards
* (Dana) Add Student of the Staff automation
* (InfamousSky) Add icons to Guns and Gears and Knights of Lastwall spells/equipment
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": "3.10.4",
"version": "3.11.1",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"license": "./LICENSE",
"version": "3.11.0",
"version": "3.11.1",
"minimumCoreVersion": "9.266",
"compatibleCoreVersion": "9.276",
"author": "The PF2e System Developers",
Expand Down

0 comments on commit 6a5a964

Please sign in to comment.