Skip to content

Commit

Permalink
Release Notes 5.0.1 (#8300)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jun 17, 2023
1 parent 2641fa8 commit f694404
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 5.0.1

### System Improvements

- (stwlam) Add heatsight as sense type
- (stwlam) Display progress bar during system migrations
- (stwlam) Add vehicle hardness processing to damage application
- (Supe) Stack items acquired or purchased from the compendium browser

### Bugfixes

- (cdverrett94) Add core Append Number and Prepend Adjective fields to Prototype Token Config
- (In3luki) Fix broken thumbnails in compendium sidebar `JournalEntry` search results
- (In3luki) Fix issue causing vehicle sheet to be unopenable
- (stwlam) Update format of source links generated in spell consumable descriptions to V11 standard
- (stwlam) Fix compendium drag & drop functionality
- (stwlam) Fix style issue in PC sheet's advanced alchemy template

### Data Updates

- (Cora) Replace core compendium pack banner images
- (Dire Weasel) Add effects for Crushing runes
- (Dire Weasel) Move Parsus' key details to GM note
- (Dire Weasel) Update Cyclops Bully's Terrorizing Swing rule elements and localize
- (stwlam) Add rule elements to Snaring Anadi heritage
- (stwlam) Update Hero Point deck to paged format, migrate UUIDs to V11 format
- (Tikael) Add inline save to Draugr curse
- (Tikael) Improve automation of Shield of the Unified Legion
- (TiloBuechsenschuss) Add rule elements to Archer's Aim

## 5.0.0-beta2

### 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": "5.0.0-beta2",
"version": "5.0.1",
"description": "",
"private": true,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions static/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": "5.0.0-beta2",
"version": "5.0.1",
"compatibility": {
"minimum": "11.301",
"verified": "11.301",
"minimum": "11.302",
"verified": "11.302",
"maximum": "11"
},
"authors": [
Expand Down

0 comments on commit f694404

Please sign in to comment.