Skip to content

Commit 03c5539

Browse files
authored
Release Notes 6.8.3 (#18039)
1 parent 6cd8401 commit 03c5539

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 6.8.3
2+
3+
### System Improvements
4+
5+
- (Supe) Sort weapon and armor property runes in the item sheet dropdowns
6+
7+
### Bug Fixes
8+
9+
- (Supe) Avoid feat being dislodged when drag dropping to the same spot
10+
- (Supe) Fix issue where a spell could have duplicate description notes
11+
- (Supe) Fix weapon striking rune being overriden by temporary versions when closing the item sheet
12+
13+
### Data Updates
14+
15+
- (Ambrose) Add Alchemical tag to Elixir of Gender Transformation
16+
- (Ambrose) Automate the Lightless Litheness Fetchling feat
17+
- (Ambrose) Condense effects for Numbing Tonic and Rainbow Vinegar
18+
- (Ambrose) Tag more Breath Weapons as area damage
19+
- (Ambrose) Update journals with missing witch patrons
20+
- (Ambrose) Update Vaccine item to match Treasure Vault
21+
- (kromko) Fix Magical Scrounger description
22+
- (Najin-Alex) Add bonus type for Grub Gloves
23+
- (reyzor) Add Deathdrinking effects
24+
125
## 6.8.2
226

327
### System Improvements

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-pf2e",
3-
"version": "6.8.2",
3+
"version": "6.8.3",
44
"description": "",
55
"private": true,
66
"type": "module",

static/system.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "pf2e",
33
"title": "Pathfinder Second Edition",
44
"description": "A community contributed game system for Pathfinder Second Edition",
5-
"version": "6.8.2",
5+
"version": "6.8.3",
66
"license": "./LICENSE",
77
"compatibility": {
88
"minimum": "12.328",

0 commit comments

Comments
 (0)