Skip to content

Commit

Permalink
Release Notes 6.8.1 (#17832)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Dec 27, 2024
1 parent f75fc50 commit 1b049ca
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## 6.8.1

### System Improvements

- (reyzor) Add search to other actor inventories
- (Supe) Stack items created via quick alchemy with equivalent held items that have 0 quantity
- (Supe) Hide prepared craft button if expended

### Bug Fixes

- (In3luki) Fix compendium browser trait exclusion sometimes erroneously returning zero results
- (stwlam) Check against exceptions when applying precision resistance/weakness
- (Supe) Fix issues with Thaumaturge and Kineticist when increasing levels by a large number
- (Supe) Prevent recursively creating a resource by expending that same resource

### Data Updates

- (Ambrose) Apply `@Embed` to additional entries in the Archetype journal
- (Ambrose) Condense Five-Feather Wreath Armor, Grim Sandglass, and Mantle of the Magma Heart effects
- (Ambrose) Correct K'Zaard the Drover's Back Pedal AC bonus
- (Ambrose) Correct Ka Stone localization path and string
- (Ambrose) Remove spellcasting progression table from Sorcerer Spellcasting class features
- (Ambrose) Update Debilitating Bomb automation
- (Ambrose) Update Mantle of the Unwavering Heart spell effect automation
- (Ambrose) Update select Beastkin Ancestry Feats
- (Dire Weasel) Tag some damage as fall damage
- (kromko) Add Poisoner Dedication to Chemical Contagion prerequisites
- (kromko) Fix Devil Form Vordine effect link, Fix Demon Form Abrikandilu note RE localization key
- (LebombJames) Add Range increment sizes to ranged weapon infusion suboption labels
- (Rigo) Add description addendum to Heroes' Call's Heroism
- (Rigo) Add effects for Prey Mutagen and Mutagenist's Field Benefit
- (Rigo) Add inline healing toggleable upgrade for Chirurgeon's Greater Field Discovery
- (Rigo) Add precious material selection for Bomber's Advanced Vials
- (Rigo) Add spellcasting proficiency upgrade to Graceful Legend
- (Rigo) Condense rule elements and remove unlocalised label on Emotionally Unaware
- (Rigo) Fix description formatting and add icon to Vigilant Eye
- (Rigo) Fix embedded description on Magus class journal
- (Rigo) Fix the range increment in several alchemical bombs
- (Rigo) Remove link to prone condition in Brush Thylacine description
- (Rigo) Update Snare feats and Gadget Specialist feats
- (Rigo) Use Item Alteration instead of Damage Alteration for Bomber Field Vials
- (xdy) Update Signature Spell Expansion to use Player Core 2 text

### Under the Hood

- (LebombJames) Don't await document create/delete in effect macros

## 6.8.0

### Highlights
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": "6.8.0",
"version": "6.8.1",
"description": "",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion static/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "pf2e",
"title": "Pathfinder Second Edition",
"description": "A community contributed game system for Pathfinder Second Edition",
"version": "6.8.0",
"version": "6.8.1",
"license": "./LICENSE",
"compatibility": {
"minimum": "12.328",
Expand Down

0 comments on commit 1b049ca

Please sign in to comment.